public interface BaseProductsOwnerService extends Service
| Modifier and Type | Method and Description |
|---|---|
ActiveProductsData |
assign(java.lang.Long productId,
java.lang.Long ownerId)
Assigns the given product to the product owner.
|
ActiveProductsData |
getActiveProducts(java.lang.Long ownerId)
Returns the
ActiveProductsData, containing all the actual product data for the user/group with the given id |
ActiveProductsData |
unassign(java.lang.Long productId,
java.lang.Long ownerId)
Unasigns the given product from the owner.
|
ActiveProductsData assign(java.lang.Long productId, java.lang.Long ownerId) throws FrameworkException
FrameworkExceptionActiveProductsData getActiveProducts(java.lang.Long ownerId) throws FrameworkException
ActiveProductsData, containing all the actual product data for the user/group with the given idFrameworkExceptionActiveProductsData unassign(java.lang.Long productId, java.lang.Long ownerId) throws FrameworkException
FrameworkException