Interface NotificationSettingsService
-
- All Superinterfaces:
ResponseService<NotificationSettingsDTO,NotificationSettings>
- All Known Implementing Classes:
NotificationSettingsServiceImpl
public interface NotificationSettingsService extends ResponseService<NotificationSettingsDTO,NotificationSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidevictCache(NotificationSettings settings)NotificationSettingsgetGlobalSettings(org.cxbox.api.data.dictionary.LOV event)NotificationSettingsgetOrCreateUserCopy(NotificationSettings entity)NotificationSettingsgetUserSettings(org.cxbox.api.data.dictionary.LOV event)-
Methods inherited from interface org.cxbox.core.service.ResponseService
associate, count, createEntity, deleteEntity, getActions, getAvailableActions, getFieldMetaBuilder, getList, getOne, getOneAsEntity, getTypeOfDTO, getTypeOfEntity, hasPersister, invokeAction, isDeferredCreationSupported, onCancel, preview, unwrap, updateEntity, validate
-
-
-
-
Method Detail
-
evictCache
void evictCache(NotificationSettings settings)
-
getOrCreateUserCopy
NotificationSettings getOrCreateUserCopy(NotificationSettings entity)
-
getGlobalSettings
NotificationSettings getGlobalSettings(org.cxbox.api.data.dictionary.LOV event)
-
getUserSettings
NotificationSettings getUserSettings(org.cxbox.api.data.dictionary.LOV event)
-
-