public interface BaseProductsOwnerServiceLocal<O extends ProductOwner,VO extends EntityVO> extends BaseProductsOwnerService<VO>
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHaveProductUnassigned(Product product,
O owner)
returns true if the product can be unassigned from the owner without problems.
|
ProductsCollections |
getData(O owner)
Returns the data used to view / manage an owner's individual products
|
assign, getActiveProducts, unassignboolean canHaveProductUnassigned(Product product, O owner)
ProductsCollections getData(O owner)