public interface AgreementLogServiceLocal extends AgreementLogService
| Modifier and Type | Method and Description |
|---|---|
AgreementLog |
accept(Agreement agreement,
User user)
Accepts the agreement for the given user
|
java.util.List<Agreement> |
getUserPendingAgreements(User user)
Return pending agreements of the given user.
|
boolean |
hasPendingAgreements(User user)
Returns if the given user has a pending agreement
|
boolean |
isAgreementAccepted(Agreement agreement,
User user)
Returns whether the given agreement is accepted for the given user
|
accept, getPendingAgreements, list, loadAgreementLog accept(Agreement agreement, User user)
java.util.List<Agreement> getUserPendingAgreements(User user) throws FrameworkException
FrameworkExceptionboolean hasPendingAgreements(User user)