|
| boolean | isAccepted (String path) |
| |
| boolean | isBlocked (String path) |
| |
| AcceptanceStatus | getStatusFor (String path) |
| |
| AcceptanceStatus | getStatusFor (String path, IContact contact) |
| |
| AcceptanceSingleStatus | getStatusFor (String path, IContact contact, IContact petitioner) |
| |
| 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) |
| |
- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 27 of file IAcceptances.java.
◆ accept() [1/2]
◆ accept() [2/2]
◆ createPetition() [1/2]
| String org.turro.action.IAcceptances.createPetition |
( |
String |
path, |
|
|
IContact |
contact, |
|
|
String |
link |
|
) |
| |
◆ createPetition() [2/2]
| String org.turro.action.IAcceptances.createPetition |
( |
String |
path, |
|
|
IContact |
contact, |
|
|
String |
link, |
|
|
String |
template |
|
) |
| |
◆ delete()
| void org.turro.action.IAcceptances.delete |
( |
IContact |
contact, |
|
|
String |
path |
|
) |
| |
◆ getAcceptanceFor()
◆ getAcceptances()
| List<IAcceptance> org.turro.action.IAcceptances.getAcceptances |
( |
String |
path | ) |
|
◆ getPendingAcceptances()
◆ getPendingRequests()
◆ getStatusFor() [1/3]
◆ getStatusFor() [2/3]
◆ getStatusFor() [3/3]
◆ isAccepted()
| boolean org.turro.action.IAcceptances.isAccepted |
( |
String |
path | ) |
|
◆ isBlocked()
| boolean org.turro.action.IAcceptances.isBlocked |
( |
String |
path | ) |
|
◆ request()
The documentation for this interface was generated from the following file: