|
| DossierNotification (Dossier dossier, DossierActivitySet das, Date from) |
|
void | sendMail (IConstructor constructor) |
|
String | create (IConstructor constructor, Issue issue, IContact contact) throws Exception |
|
String | create (IConstructor constructor, Dossier dossier, IContact contact) throws Exception |
|
String | create (IConstructor constructor, String redir, String email) throws Exception |
|
String | createRef (IConstructor constructor, Issue issue, IContact contact) throws Exception |
|
String | createRef (IConstructor constructor, Dossier dossier, IContact contact) throws Exception |
|
String | createRef (IConstructor constructor, String redir) throws Exception |
|
◆ DossierNotification()
◆ create() [1/3]
String org.turro.dossier.dossier.DossierNotification.create |
( |
IConstructor |
constructor, |
|
|
Dossier |
dossier, |
|
|
IContact |
contact |
|
) |
| throws Exception |
Definition at line 81 of file DossierNotification.java.
83 DossierEntityInfo.linkForPath(
new Path(DossierPU.getObjectPath(dossier)), contact, LinkType.WEB_INTERNAL),
84 contact.getConnector(IUser.CONNECTOR_EMAIL));
String create(IConstructor constructor, Issue issue, IContact contact)
◆ create() [2/3]
String org.turro.dossier.dossier.DossierNotification.create |
( |
IConstructor |
constructor, |
|
|
Issue |
issue, |
|
|
IContact |
contact |
|
) |
| throws Exception |
Definition at line 75 of file DossierNotification.java.
77 DossierEntityInfo.linkForPath(
new Path(DossierPU.getObjectPath(issue)), contact, LinkType.WEB_INTERNAL),
78 contact.getConnector(IUser.CONNECTOR_EMAIL));
◆ create() [3/3]
String org.turro.dossier.dossier.DossierNotification.create |
( |
IConstructor |
constructor, |
|
|
String |
redir, |
|
|
String |
email |
|
) |
| throws Exception |
Definition at line 87 of file DossierNotification.java.
88 HashMap<String, String> values =
new HashMap<>();
89 values.put(Actions.USER_PAR, email);
90 values.put(Actions.REDIR_PAR, URLEncoder.encode(redir,
"UTF-8"));
91 return Actions.createAction(values, 7,
false);
◆ createRef() [1/3]
String org.turro.dossier.dossier.DossierNotification.createRef |
( |
IConstructor |
constructor, |
|
|
Dossier |
dossier, |
|
|
IContact |
contact |
|
) |
| throws Exception |
Definition at line 99 of file DossierNotification.java.
101 DossierEntityInfo.linkForPath(
new Path(DossierPU.getObjectPath(dossier)), contact, LinkType.WEB));
String createRef(IConstructor constructor, Issue issue, IContact contact)
◆ createRef() [2/3]
String org.turro.dossier.dossier.DossierNotification.createRef |
( |
IConstructor |
constructor, |
|
|
Issue |
issue, |
|
|
IContact |
contact |
|
) |
| throws Exception |
Definition at line 94 of file DossierNotification.java.
96 DossierEntityInfo.linkForPath(
new Path(DossierPU.getObjectPath(issue)), contact, LinkType.WEB));
◆ createRef() [3/3]
String org.turro.dossier.dossier.DossierNotification.createRef |
( |
IConstructor |
constructor, |
|
|
String |
redir |
|
) |
| throws Exception |
◆ sendMail()
void org.turro.dossier.dossier.DossierNotification.sendMail |
( |
IConstructor |
constructor | ) |
|
The documentation for this class was generated from the following file: