Package org.cyclos.impl.users
Interface BaseProductsOwnerServiceLocal<O extends ProductOwner,VO extends EntityVO,D extends ProductsCollections>
-
- All Superinterfaces:
BaseProductsOwnerService<VO,D>,Service
- All Known Subinterfaces:
ProductsGroupServiceLocal,ProductsUserServiceLocal
- All Known Implementing Classes:
BaseProductsOwnerServiceImpl,ProductsGroupServiceImpl,ProductsUserServiceImpl
public interface BaseProductsOwnerServiceLocal<O extends ProductOwner,VO extends EntityVO,D extends ProductsCollections> extends BaseProductsOwnerService<VO,D>
local service for product owners
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DgetData(O owner)Returns the data used to view / manage an owner's individual products-
Methods inherited from interface org.cyclos.services.users.BaseProductsOwnerService
assign, getActiveProducts, getData, getLogs, unassign
-
-