- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 56 of file IssueMail.java.
◆ IssueMail()
org.turro.dossier.issue.IssueMail.IssueMail |
( |
Changes |
changes, |
|
|
Issue |
issue, |
|
|
double |
expenses, |
|
|
double |
hours, |
|
|
double |
price |
|
) |
| |
Definition at line 62 of file IssueMail.java.
63 this.changes = changes;
65 this.expenses = expenses;
◆ create() [1/2]
Definition at line 74 of file IssueMail.java.
76 DossierEntityInfo.linkForPath(
new Path(DossierPU.getObjectPath(issue)), contact, LinkType.WEB_INTERNAL),
77 contact.getConnector(IUser.CONNECTOR_EMAIL));
String create(IConstructor constructor, Issue issue, IContact contact)
◆ create() [2/2]
String org.turro.dossier.issue.IssueMail.create |
( |
IConstructor |
constructor, |
|
|
String |
redir, |
|
|
String |
email |
|
) |
| throws Exception |
Definition at line 80 of file IssueMail.java.
81 HashMap<String, String> values =
new HashMap<>();
82 values.put(Actions.USER_PAR, email);
83 values.put(Actions.REDIR_PAR, URLEncoder.encode(redir,
"UTF-8"));
84 return Actions.createAction(values, 7,
false);
◆ sendMail()
void org.turro.dossier.issue.IssueMail.sendMail |
( |
| ) |
|
The documentation for this class was generated from the following file: