public interface AgreementLogServiceLocal extends AgreementLogService
| Modifier and Type | Method and Description |
|---|---|
AgreementLog |
accept(Agreement agreement,
User user)
Accepts the agreement for the given user
|
boolean |
hasPendingAgreements(User user)
Return whether the user has pending agreements
|
accept, getPendingAgreements, list, loadAgreementLog accept(Agreement agreement, User user)
boolean hasPendingAgreements(User user) throws FrameworkException
FrameworkException