Interface MessageTemplate
-
- All Superinterfaces:
java.lang.Comparable<com.novomind.ecom.common.api.persistence.Entity>
,com.novomind.ecom.common.api.attribute.Described
,com.novomind.ecom.common.api.attribute.DisplayNamed
,com.novomind.ecom.common.api.persistence.Entity
,MasterEntity
,com.novomind.ecom.common.api.attribute.Named
public interface MessageTemplate extends MasterEntity, com.novomind.ecom.common.api.attribute.Named, com.novomind.ecom.common.api.attribute.DisplayNamed, com.novomind.ecom.common.api.attribute.Described
Represents a template.- Since:
- 12.24
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
MessageTemplate.Type
This enumeration describes the type of aMessageTemplate
.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<MessageTemplateCategoryAssignment>
getCategoryAssignments()
Returns an unmodifiable cached view of the category assignments.MessageTemplate.Type
getType()
-
-
-
Method Detail
-
getType
MessageTemplate.Type getType()
- Returns:
- the
Type
of the template - Since:
- 12.37
-
getCategoryAssignments
java.util.Set<MessageTemplateCategoryAssignment> getCategoryAssignments()
Returns an unmodifiable cached view of the category assignments. The returned set is not updated when the category assignments change.- Returns:
- a Set of
MessageTemplateCategoryAssignment
- Since:
- 12.37
-
-