@Security public class SmsOperationConfigurationServiceSecurity extends CRUDServiceSecurity<SmsOperationConfigurationDTO,SmsOperationConfiguration,SmsOperationConfigurationData,SmsOperationConfigurationDataParams> implements SmsOperationConfigurationService
SmsOperationConfigurationServiceentityClass| Constructor and Description |
|---|
SmsOperationConfigurationServiceSecurity() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkCreateNew(SmsOperationConfigurationDataParams params)
Checks whether creating new entities with the given context parameters is allowed, throwing
PermissionDeniedException if not |
protected void |
customizeData(SmsOperationConfigurationData data)
Can be overridden in order to process the returned data object for the given entity
|
protected boolean |
doHasManageAccess(SmsOperationConfiguration entity)
Should be implemented in order to return whether the caller is allowed to manage the given entity, for the given
operation
|
boolean |
doHasViewAccess(SmsOperationConfiguration entity)
Should be implemented in order to return whether the caller is allowed to view the given entity.
|
protected SmsOperationConfigurationServiceLocal |
getImplementation()
Should be implemented in order to return the actual implementation of the service
|
SmsTextsListData |
getSmsTextsListData(java.lang.Long smsChannelConfigurationId)
Returns data for listing sms texts
|
boolean |
hasManageContent(SmsOperationConfiguration operation) |
boolean |
isAccessible(SessionData sessionData,
SmsOperationConfiguration entity)
Must be implemented in order to determine whether the given entity is accessible for the given session data.
|
java.util.List<SmsOperationConfigurationVO> |
listSmsTexts(java.lang.Long smsChannelConfigurationId)
Returns all sms text operation configurations for the given channel configuration
|
canPerformOperation, canViewHistoryLog, checkManageAccess, checkOperation, checkViewAccess, find, getConfirmationPasswordInputForRemove, getData, getDataForNew, getEntityClass, hasManageAccess, hasViewAccess, load, onBeforeSave, remove, removeAll, removeAllWithConfirmationPassword, removeWithConfirmationPassword, resolveEntityCheck, save, saveWithConfirmationPasswordcheckGuest, checkId, checkIds, checkInternalName, checkLoggedIn, checkManagesUser, checkRelatesToUser, checkVO, checkVOs, doInitialize, getEntityCheckRegistry, getUser, initializecanManage, checkManagesUser, checkPermission, checkRelatesToUser, checkValue, clearAlreadyValidated, getAccountHandler, getAuthHandler, getBaseEntityManagerHandler, getChannelConfiguration, getConfiguration, getConversionHandler, getCustomFieldValueHandler, getEntityManagerHandler, getGroupsHandler, getLoggedBasicUser, getLoggedUser, getProducts, getProductsHandler, getReportHandler, getTranslatedName, getTranslatedValue, getUserLocatorHandler, getValidationResult, hasPermission, hasValue, inSameNetwork, inSameNetworkOrGlobal, isAdmin, isAlreadyValidated, isBroker, isGlobalAdmin, isGlobalAdminInNetwork, isGuest, isLoggedIn, isMember, isNetworkAdmin, isOperator, isRelatedToUser, isSystem, isUserManager, isUserManagerOf, message, message, permission, permission, permissionOptionalValue, permissionOptionalValue, toDate, toDateTime, validatedelete, detach, find, flush, from, getApplicationContext, getConfigurationHandler, getDataTranslationHandler, getFormatter, getFormatter, getFormatter, getLogger, getNotificationHandler, getProfileFieldHandler, getRemoteAddress, getSessionData, getTransactionHandler, getTranslationHandler, message, message, persist, processBatch, refresh, remove, subQuery, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetData, getDataForNew, load, remove, removeAll, savepublic SmsOperationConfigurationServiceSecurity()
public boolean doHasViewAccess(SmsOperationConfiguration entity)
CRUDServiceSecuritypublic SmsTextsListData getSmsTextsListData(java.lang.Long smsChannelConfigurationId) throws FrameworkException
SmsOperationConfigurationServicegetSmsTextsListData in interface SmsOperationConfigurationServiceFrameworkExceptionpublic boolean hasManageContent(SmsOperationConfiguration operation)
public boolean isAccessible(SessionData sessionData, SmsOperationConfiguration entity)
CRUDServiceSecurityCRUDServiceSecurity.hasViewAccess(BaseEntity). If the only condition for an entity is
CRUDServiceSecurity.hasViewAccess(BaseEntity), this method
should return false.public java.util.List<SmsOperationConfigurationVO> listSmsTexts(java.lang.Long smsChannelConfigurationId) throws FrameworkException
SmsOperationConfigurationServicelistSmsTexts in interface SmsOperationConfigurationServiceFrameworkExceptionprotected void checkCreateNew(SmsOperationConfigurationDataParams params)
CRUDServiceSecurityPermissionDeniedException if notprotected void customizeData(SmsOperationConfigurationData data)
CRUDServiceSecurityprotected boolean doHasManageAccess(SmsOperationConfiguration entity)
CRUDServiceSecurityprotected SmsOperationConfigurationServiceLocal getImplementation()
CRUDServiceSecurity