@Security public class ErrorLogServiceSecurity extends BaseServiceSecurity implements ErrorLogService
ErrorLogService| Constructor and Description |
|---|
ErrorLogServiceSecurity() |
| Modifier and Type | Method and Description |
|---|---|
ErrorLogSearchData |
getSearchData(ErrorLogQuery query)
Searches the error log history
|
ErrorLogDetailedVO |
load(java.lang.Long id)
Loads an entry by id
|
void |
remove(java.lang.Long id)
Removes a single entry
|
void |
removeAll(java.util.Set<java.lang.Long> ids)
Removes all the given entries
|
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<ErrorLogVO> |
search(ErrorLogQuery params)
Searches the error log history
|
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 ErrorLogSearchData getSearchData(ErrorLogQuery query) throws FrameworkException
ErrorLogServicegetSearchData in interface ErrorLogServiceFrameworkExceptionpublic ErrorLogDetailedVO load(java.lang.Long id) throws EntityNotFoundException
ErrorLogServiceload in interface ErrorLogServiceEntityNotFoundExceptionpublic void remove(java.lang.Long id)
ErrorLogServiceremove in interface ErrorLogServicepublic void removeAll(java.util.Set<java.lang.Long> ids)
ErrorLogServiceremoveAll in interface ErrorLogServicepublic Page<ErrorLogVO> search(ErrorLogQuery params)
ErrorLogServicesearch in interface ErrorLogServiceprotected org.cyclos.impl.access.EntityCheck<?> resolveEntityCheck()
BaseServiceSecurityEntityCheck managed by this security component, or null if
noneresolveEntityCheck in class BaseServiceSecurity