@Security public class SmsServiceSecurity extends BaseServiceSecurity implements SmsService
SmsService| Constructor and Description |
|---|
SmsServiceSecurity() |
| Modifier and Type | Method and Description |
|---|---|
InboundSmsMessageVO |
getInboundMessageData(java.lang.Long smsMessageId)
Returns the inbound sms message with the given id
|
OutboundSmsMessageVO |
getOutboundMessageData(java.lang.Long smsMessageId)
Returns the outbound sms message with the given id
|
protected org.cyclos.impl.access.EntityCheck<?> |
resolveEntityCheck()
Must be implemented in order to return the
EntityCheck managed by this security component, or null if
none |
Page<InboundSmsMessageVO> |
searchInboundMessages(InboundSmsQuery query)
Searches for sms inbound messages according to the given query
|
Page<OutboundSmsMessageVO> |
searchOutboundMessages(OutboundSmsQuery query)
Searches for sms outbound messages according to the given query
|
checkGuest, 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, updatepublic InboundSmsMessageVO getInboundMessageData(java.lang.Long smsMessageId) throws FrameworkException
SmsServicegetInboundMessageData in interface SmsServiceFrameworkExceptionpublic OutboundSmsMessageVO getOutboundMessageData(java.lang.Long smsMessageId) throws FrameworkException
SmsServicegetOutboundMessageData in interface SmsServiceFrameworkExceptionpublic Page<InboundSmsMessageVO> searchInboundMessages(InboundSmsQuery query)
SmsServicesearchInboundMessages in interface SmsServicepublic Page<OutboundSmsMessageVO> searchOutboundMessages(OutboundSmsQuery query)
SmsServicesearchOutboundMessages in interface SmsServiceprotected org.cyclos.impl.access.EntityCheck<?> resolveEntityCheck()
BaseServiceSecurityEntityCheck managed by this security component, or null if
noneresolveEntityCheck in class BaseServiceSecurity