Public Member Functions | |
boolean | isAccepted (String path) |
boolean | isBlocked (String path) |
AcceptanceStatus | getStatusFor (String path) |
AcceptanceStatus | getStatusFor (String path, IContact contact) |
AcceptanceSingleStatus | getStatusFor (String path, IContact petitioner, IContact contact) |
List< IAcceptance > | getAcceptances (String path) |
List< IAcceptance > | getPendingAcceptances (IContact contact) |
List< IAcceptance > | getPendingRequests (IContact contact) |
IAcceptance | accept (IAcceptance a) |
IAcceptance | accept (IContact petitioner, IContact contact, String path, String comment) |
IAcceptance | request (IContact petitioner, IContact contact, String path, String comment) |
void | delete (IContact contact, String path) |
IAcceptance | getAcceptanceFor (String path, IContact petitioner, IContact contact) |
String | createPetition (String path, IContact contact, String link) |
String | createPetition (String path, IContact contact, String link, String template) |
Definition at line 39 of file Acceptances.java.
IAcceptance org.turro.acceptance.Acceptances.accept | ( | IAcceptance | a | ) |
Implements org.turro.action.IAcceptances.
Definition at line 143 of file Acceptances.java.
IAcceptance org.turro.acceptance.Acceptances.accept | ( | IContact | petitioner, |
IContact | contact, | ||
String | path, | ||
String | comment | ||
) |
Implements org.turro.action.IAcceptances.
Definition at line 148 of file Acceptances.java.
String org.turro.acceptance.Acceptances.createPetition | ( | String | path, |
IContact | contact, | ||
String | link | ||
) |
Implements org.turro.action.IAcceptances.
Definition at line 224 of file Acceptances.java.
String org.turro.acceptance.Acceptances.createPetition | ( | String | path, |
IContact | contact, | ||
String | link, | ||
String | template | ||
) |
Implements org.turro.action.IAcceptances.
Definition at line 229 of file Acceptances.java.
void org.turro.acceptance.Acceptances.delete | ( | IContact | contact, |
String | path | ||
) |
IAcceptance org.turro.acceptance.Acceptances.getAcceptanceFor | ( | String | path, |
IContact | petitioner, | ||
IContact | contact | ||
) |
Implements org.turro.action.IAcceptances.
Definition at line 212 of file Acceptances.java.
List<IAcceptance> org.turro.acceptance.Acceptances.getAcceptances | ( | String | path | ) |
Implements org.turro.action.IAcceptances.
Definition at line 111 of file Acceptances.java.
List<IAcceptance> org.turro.acceptance.Acceptances.getPendingAcceptances | ( | IContact | contact | ) |
Implements org.turro.action.IAcceptances.
Definition at line 121 of file Acceptances.java.
List<IAcceptance> org.turro.acceptance.Acceptances.getPendingRequests | ( | IContact | contact | ) |
Implements org.turro.action.IAcceptances.
Definition at line 132 of file Acceptances.java.
AcceptanceStatus org.turro.acceptance.Acceptances.getStatusFor | ( | String | path | ) |
Implements org.turro.action.IAcceptances.
Definition at line 60 of file Acceptances.java.
AcceptanceStatus org.turro.acceptance.Acceptances.getStatusFor | ( | String | path, |
IContact | contact | ||
) |
Implements org.turro.action.IAcceptances.
Definition at line 65 of file Acceptances.java.
AcceptanceSingleStatus org.turro.acceptance.Acceptances.getStatusFor | ( | String | path, |
IContact | petitioner, | ||
IContact | contact | ||
) |
Implements org.turro.action.IAcceptances.
Definition at line 97 of file Acceptances.java.
boolean org.turro.acceptance.Acceptances.isAccepted | ( | String | path | ) |
Implements org.turro.action.IAcceptances.
Definition at line 42 of file Acceptances.java.
boolean org.turro.acceptance.Acceptances.isBlocked | ( | String | path | ) |
Implements org.turro.action.IAcceptances.
Definition at line 54 of file Acceptances.java.
IAcceptance org.turro.acceptance.Acceptances.request | ( | IContact | petitioner, |
IContact | contact, | ||
String | path, | ||
String | comment | ||
) |
Implements org.turro.action.IAcceptances.
Definition at line 172 of file Acceptances.java.