Public Member Functions | |
void | setContact (IContact contact) |
void | setContact (String idContact) |
boolean | isValid () |
boolean | canNotify () |
boolean | canAccess () |
boolean | canAct (String action) |
boolean | declinedNotifications () |
boolean | declinedAccessing () |
void | sendIfNecessary (IConstructor constructor) |
String | getPendingAccessURL () |
String | getPendingActURL (String action) |
boolean | canSendEmails (NotificationCategory nc) |
Additional Inherited Members | |
Static Public Member Functions inherited from org.turro.action.IAgreements | |
static boolean | checkAgreements (HttpServletRequest request, HttpServletResponse response) throws IOException |
Public Attributes inherited from org.turro.action.IAgreements | |
String | AGREE_CHECKED = "AGREE_CHECKED" |
Definition at line 40 of file AgreementsPlugin.java.
boolean org.turro.agreements.AgreementsPlugin.canAccess | ( | ) |
Implements org.turro.action.IAgreements.
Definition at line 65 of file AgreementsPlugin.java.
boolean org.turro.agreements.AgreementsPlugin.canAct | ( | String | action | ) |
Implements org.turro.action.IAgreements.
Definition at line 70 of file AgreementsPlugin.java.
boolean org.turro.agreements.AgreementsPlugin.canNotify | ( | ) |
Implements org.turro.action.IAgreements.
Definition at line 60 of file AgreementsPlugin.java.
boolean org.turro.agreements.AgreementsPlugin.canSendEmails | ( | NotificationCategory | nc | ) |
Implements org.turro.action.IAgreements.
Definition at line 126 of file AgreementsPlugin.java.
boolean org.turro.agreements.AgreementsPlugin.declinedAccessing | ( | ) |
Implements org.turro.action.IAgreements.
Definition at line 80 of file AgreementsPlugin.java.
boolean org.turro.agreements.AgreementsPlugin.declinedNotifications | ( | ) |
Implements org.turro.action.IAgreements.
Definition at line 75 of file AgreementsPlugin.java.
String org.turro.agreements.AgreementsPlugin.getPendingAccessURL | ( | ) |
Implements org.turro.action.IAgreements.
Definition at line 106 of file AgreementsPlugin.java.
String org.turro.agreements.AgreementsPlugin.getPendingActURL | ( | String | action | ) |
Implements org.turro.action.IAgreements.
Definition at line 116 of file AgreementsPlugin.java.
boolean org.turro.agreements.AgreementsPlugin.isValid | ( | ) |
Implements org.turro.action.IAgreements.
Definition at line 55 of file AgreementsPlugin.java.
void org.turro.agreements.AgreementsPlugin.sendIfNecessary | ( | IConstructor | constructor | ) |
Implements org.turro.action.IAgreements.
Definition at line 85 of file AgreementsPlugin.java.
void org.turro.agreements.AgreementsPlugin.setContact | ( | IContact | contact | ) |
Implements org.turro.action.IAgreements.
Definition at line 45 of file AgreementsPlugin.java.
void org.turro.agreements.AgreementsPlugin.setContact | ( | String | idContact | ) |
Implements org.turro.action.IAgreements.
Definition at line 50 of file AgreementsPlugin.java.