| 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 |
void accept(java.util.Set<AgreementVO> agreements) throws FrameworkException
FrameworkExceptionjava.util.List<AgreementVO> getPendingAgreements() throws FrameworkException
FrameworkExceptionjava.util.List<AgreementLogVO> list(UserLocatorVO locator) throws FrameworkException
FrameworkExceptionAgreementLogVO load(java.lang.Long id) throws FrameworkException
AgreementLogVO by idFrameworkException