CustomerProductManagerAbstraction
in package
Table of Contents
- addImplementation() : bool
- This function will create the implementation for this customerProduct and assign roles to users, if needed
- setPriceList() : bool
- This function will clone the priceList from the product, if available
- suspend() : bool
- terminate() : bool
- unsuspend() : bool
Methods
addImplementation()
This function will create the implementation for this customerProduct and assign roles to users, if needed
public
addImplementation(CustomerProduct $customerProduct) : bool
Parameters
- $customerProduct : CustomerProduct
Tags
Return values
bool —setPriceList()
This function will clone the priceList from the product, if available
public
setPriceList(CustomerProduct $customerProduct) : bool
Parameters
- $customerProduct : CustomerProduct
Tags
Return values
bool —suspend()
public
suspend(CustomerProduct $customerProduct) : bool
Parameters
- $customerProduct : CustomerProduct
Tags
Return values
bool —terminate()
public
terminate(CustomerProduct $customerProduct) : bool
Parameters
- $customerProduct : CustomerProduct
Tags
Return values
bool —unsuspend()
public
unsuspend(CustomerProduct $customerProduct) : bool
Parameters
- $customerProduct : CustomerProduct