public interface AdInterestServiceLocal extends AdInterestService, org.cyclos.impl.CRUDServiceLocal<AdInterest,AdInterestDTO,AdInterestData,java.lang.Void>
AdInterestService| Modifier and Type | Method and Description |
|---|---|
void |
generateNotification(BasicAd ad)
Notifies interested users for the given advertisement
|
void |
removeAll(User user)
Removes all AdInterests of the specified user.
|
searchfind, findAll, getEntityClass, newEntity, remove, removeAll, toDTO, toEntity, validategetData, getDataForNew, load, remove, removeAll, savevoid generateNotification(BasicAd ad) throws FrameworkException
FrameworkExceptionvoid removeAll(User user) throws FrameworkException
FrameworkException