|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgran.app.adapter.external.emailtype.BaseSecuredEmailTypeAdapter
| Constructor Summary | |
BaseSecuredEmailTypeAdapter()
|
|
| Method Summary | |
java.lang.String |
copyEmailTypeImpl(SessionContext sc,
java.lang.String emailTypeId)
Copies a EmailType. |
java.lang.String |
createEmailTypeImpl(SessionContext sc,
java.lang.String name,
java.lang.String result)
Creates EmailType. |
void |
deleteEmailTypeImpl(SessionContext sc,
java.lang.String emailTypeId)
Deletes specified EmailType. |
java.util.ArrayList |
getAvailableEmailTypeListImpl(SessionContext sc,
java.lang.String userId,
java.util.ArrayList result)
Returns available list of EmailType for specified User. |
java.util.ArrayList |
getContentTypeListImpl(SessionContext sc,
java.util.ArrayList result)
Returns list of ContentType. |
java.lang.String |
getDescription()
Get description of adapter as plain text |
java.util.ArrayList |
getFromTypeListImpl(SessionContext sc,
java.util.ArrayList result)
|
java.lang.String |
getTemplateImpl(SessionContext sc,
java.lang.String emailTypeId,
java.lang.String result)
Returns Template for specified EmailType. |
boolean |
init()
Initialize adapter. |
void |
setTemplateImpl(SessionContext sc,
java.lang.String emailTypeId,
java.lang.String type,
java.lang.String subject,
java.lang.String from,
java.lang.String reply,
java.lang.String cc,
java.lang.String text)
Sets Template for specified Prstatus. |
void |
updateEmailTypeImpl(SessionContext sc,
java.lang.String emailTypeId,
java.lang.String name)
Updates specified EmailType. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BaseSecuredEmailTypeAdapter()
| Method Detail |
public boolean init()
Adapter
init in interface Adapterpublic java.lang.String getDescription()
Adapter
getDescription in interface Adapter
public java.lang.String copyEmailTypeImpl(SessionContext sc,
java.lang.String emailTypeId)
throws GranException
SecuredEmailTypeAdapter
copyEmailTypeImpl in interface SecuredEmailTypeAdaptersc - emailTypeId -
GranException
public java.lang.String createEmailTypeImpl(SessionContext sc,
java.lang.String name,
java.lang.String result)
throws GranException
SecuredEmailTypeAdapter
createEmailTypeImpl in interface SecuredEmailTypeAdaptersc - name - result -
GranException
public void deleteEmailTypeImpl(SessionContext sc,
java.lang.String emailTypeId)
throws GranException
SecuredEmailTypeAdapter
deleteEmailTypeImpl in interface SecuredEmailTypeAdaptersc - emailTypeId -
GranException
public java.util.ArrayList getAvailableEmailTypeListImpl(SessionContext sc,
java.lang.String userId,
java.util.ArrayList result)
throws GranException
SecuredEmailTypeAdapter
getAvailableEmailTypeListImpl in interface SecuredEmailTypeAdaptersc - userId - result -
GranExceptionSecuredEmailTypeBean
public java.util.ArrayList getContentTypeListImpl(SessionContext sc,
java.util.ArrayList result)
throws GranException
SecuredEmailTypeAdapter
getContentTypeListImpl in interface SecuredEmailTypeAdaptersc - result -
GranExceptionSecuredContentTypeBean
public java.util.ArrayList getFromTypeListImpl(SessionContext sc,
java.util.ArrayList result)
throws GranException
getFromTypeListImpl in interface SecuredEmailTypeAdapterGranException
public java.lang.String getTemplateImpl(SessionContext sc,
java.lang.String emailTypeId,
java.lang.String result)
throws GranException
SecuredEmailTypeAdapter
getTemplateImpl in interface SecuredEmailTypeAdaptersc - emailTypeId - result -
GranException
public void setTemplateImpl(SessionContext sc,
java.lang.String emailTypeId,
java.lang.String type,
java.lang.String subject,
java.lang.String from,
java.lang.String reply,
java.lang.String cc,
java.lang.String text)
throws GranException
SecuredEmailTypeAdapter
setTemplateImpl in interface SecuredEmailTypeAdaptersc -
GranException
public void updateEmailTypeImpl(SessionContext sc,
java.lang.String emailTypeId,
java.lang.String name)
throws GranException
SecuredEmailTypeAdapter
updateEmailTypeImpl in interface SecuredEmailTypeAdaptersc - emailTypeId - name -
GranException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||