Package org.cyclos.services.marketplace
Interface AdInterestService
-
- All Superinterfaces:
CRUDService<AdInterestDTO,AdInterestData,UserLocatorVO>,Service
- All Known Subinterfaces:
AdInterestServiceLocal
public interface AdInterestService extends CRUDService<AdInterestDTO,AdInterestData,UserLocatorVO>
Service interface for advertisements.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserAdInterestsListDatagetListData(UserLocatorVO locator)Returns all the advertisement interests belonging to the given user, or the logged user if the given locator is null, plus permissions over them.-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
-
-
-
Method Detail
-
getListData
UserAdInterestsListData getListData(UserLocatorVO locator) throws FrameworkException
Returns all the advertisement interests belonging to the given user, or the logged user if the given locator is null, plus permissions over them.- Throws:
FrameworkException
-
-