Package org.cyclos.impl.marketplace
Interface AdInterestServiceLocal
-
- All Superinterfaces:
AdInterestService,CRUDService<AdInterestDTO,AdInterestData,UserLocatorVO>,CRUDServiceLocal<AdInterest,AdInterestDTO,AdInterestData,UserLocatorVO>,Service
public interface AdInterestServiceLocal extends AdInterestService, CRUDServiceLocal<AdInterest,AdInterestDTO,AdInterestData,UserLocatorVO>
Local interface forAdInterestService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangenerateNotification(BasicAd ad)Notifies interested users for the given advertisementvoidremoveAll(User user)Removes all AdInterests of the specified user.-
Methods inherited from interface org.cyclos.services.marketplace.AdInterestService
getListData
-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
Methods inherited from interface org.cyclos.impl.CRUDServiceLocal
find, findAll, getEntityClass, newEntity, remove, removeAll, saveEntity, saveSkippingEntityLog, toDTO, toEntity, validate
-
-