public interface BaseProductsOwnerServiceLocal extends BaseProductsOwnerService
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHaveProductUnassigned(java.lang.Long productId,
java.lang.Long ownerId)
returns true if the product can be unassigned from the owner without problems.
|
ProductsCollections |
getData(java.lang.Long ownerId)
Returns the data used to view / manage an owner's individual products
|
assign, getActiveProducts, unassignboolean canHaveProductUnassigned(java.lang.Long productId,
java.lang.Long ownerId)
ProductsCollections getData(java.lang.Long ownerId) throws FrameworkException
FrameworkException