@Security public class AgreementLogServiceSecurity extends BaseServiceSecurity implements AgreementLogService
AgreementLogService| Constructor and Description |
|---|
AgreementLogServiceSecurity() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(java.util.Set<AgreementVO> agreements)
Registers that the logged user has accepted the given agreements
|
java.util.List<AgreementVO> |
getPendingAgreements()
Return pending agreements of the logged user.
|
java.util.List<AgreementLogVO> |
list(UserLocatorVO locator)
Returns all agreement logs for the given user
|
AgreementLogVO |
load(java.lang.Long id)
Loads an
AgreementLogVO by 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 |
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 void accept(java.util.Set<AgreementVO> agreements)
AgreementLogServiceaccept in interface AgreementLogServicepublic java.util.List<AgreementVO> getPendingAgreements()
AgreementLogServicegetPendingAgreements in interface AgreementLogServicepublic java.util.List<AgreementLogVO> list(UserLocatorVO locator)
AgreementLogServicelist in interface AgreementLogServicepublic AgreementLogVO load(java.lang.Long id) throws EntityNotFoundException
AgreementLogServiceAgreementLogVO by idload in interface AgreementLogServiceEntityNotFoundExceptionprotected org.cyclos.impl.access.EntityCheck<?> resolveEntityCheck()
BaseServiceSecurityEntityCheck managed by this security component, or null if
noneresolveEntityCheck in class BaseServiceSecurity