- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 41 of file Agreement.java.
◆ entityId()
Object org.turro.elephant.entities.db.Agreement.entityId |
( |
| ) |
|
◆ getAction()
String org.turro.elephant.entities.db.Agreement.getAction |
( |
| ) |
|
◆ getAppliesTo()
String org.turro.elephant.entities.db.Agreement.getAppliesTo |
( |
| ) |
|
◆ getId()
Long org.turro.elephant.entities.db.Agreement.getId |
( |
| ) |
|
◆ getSignatures()
Definition at line 152 of file Agreement.java.
153 WhereClause wc =
new WhereClause();
154 wc.addClause(
"select asig from AgreementSignature asig");
155 wc.addClause(
"where asig.agreement = :agreement");
156 wc.addNamedValue(
"agreement",
this);
157 wc.addClause(
"order by asig.signedDate");
158 return new ElephantPU().getResultList(wc);
◆ getText()
String org.turro.elephant.entities.db.Agreement.getText |
( |
| ) |
|
Definition at line 80 of file Agreement.java.
81 return text.replaceAll(
"\\{site\\}", ElephantContext.getSiteName());
◆ getTitle()
String org.turro.elephant.entities.db.Agreement.getTitle |
( |
| ) |
|
◆ getWiki()
String org.turro.elephant.entities.db.Agreement.getWiki |
( |
| ) |
|
◆ isEmpty()
boolean org.turro.elephant.entities.db.Agreement.isEmpty |
( |
| ) |
|
◆ isPeremptory()
boolean org.turro.elephant.entities.db.Agreement.isPeremptory |
( |
| ) |
|
◆ isRequiredToAccess()
boolean org.turro.elephant.entities.db.Agreement.isRequiredToAccess |
( |
| ) |
|
◆ isRequiredToAction()
boolean org.turro.elephant.entities.db.Agreement.isRequiredToAction |
( |
| ) |
|
◆ isRequiredToNotify()
boolean org.turro.elephant.entities.db.Agreement.isRequiredToNotify |
( |
| ) |
|
◆ setAction()
void org.turro.elephant.entities.db.Agreement.setAction |
( |
String |
action | ) |
|
◆ setAppliesTo()
void org.turro.elephant.entities.db.Agreement.setAppliesTo |
( |
String |
appliesTo | ) |
|
◆ setId()
void org.turro.elephant.entities.db.Agreement.setId |
( |
Long |
id | ) |
|
◆ setPeremptory()
void org.turro.elephant.entities.db.Agreement.setPeremptory |
( |
boolean |
peremptory | ) |
|
◆ setRequiredToAccess()
void org.turro.elephant.entities.db.Agreement.setRequiredToAccess |
( |
boolean |
requiredToAccess | ) |
|
Definition at line 108 of file Agreement.java.
109 this.requiredToAccess = requiredToAccess;
◆ setRequiredToAction()
void org.turro.elephant.entities.db.Agreement.setRequiredToAction |
( |
boolean |
requiredToAction | ) |
|
Definition at line 124 of file Agreement.java.
125 this.requiredToAction = requiredToAction;
◆ setRequiredToNotify()
void org.turro.elephant.entities.db.Agreement.setRequiredToNotify |
( |
boolean |
requiredToNotify | ) |
|
Definition at line 116 of file Agreement.java.
117 this.requiredToNotify = requiredToNotify;
◆ setText()
void org.turro.elephant.entities.db.Agreement.setText |
( |
String |
text | ) |
|
◆ setTitle()
void org.turro.elephant.entities.db.Agreement.setTitle |
( |
String |
title | ) |
|
◆ setWiki()
void org.turro.elephant.entities.db.Agreement.setWiki |
( |
String |
wiki | ) |
|
The documentation for this class was generated from the following file: