Class JPAMailTemplate
java.lang.Object
org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
org.apache.syncope.core.persistence.jpa.entity.AbstractProvidedKeyEntity
org.apache.syncope.core.persistence.jpa.entity.JPAMailTemplate
- All Implemented Interfaces:
Serializable
,Entity
,MailTemplate
,ProvidedKeyEntity
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOG
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setHTMLTemplate
(String htmlTemplate) void
setTextTemplate
(String textTemplate) Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractProvidedKeyEntity
getKey, setKey
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.ProvidedKeyEntity
setKey
-
Field Details
-
TABLE
- See Also:
-
-
Constructor Details
-
JPAMailTemplate
public JPAMailTemplate()
-
-
Method Details
-
getTextTemplate
- Specified by:
getTextTemplate
in interfaceMailTemplate
-
setTextTemplate
- Specified by:
setTextTemplate
in interfaceMailTemplate
-
getHTMLTemplate
- Specified by:
getHTMLTemplate
in interfaceMailTemplate
-
setHTMLTemplate
- Specified by:
setHTMLTemplate
in interfaceMailTemplate
-