Interface Channel
- All Superinterfaces:
Comparable<com.novomind.ecom.common.api.persistence.Entity>
,com.novomind.ecom.common.api.attribute.DisplayNamed
,com.novomind.ecom.common.api.persistence.Entity
,MasterEntity
,com.novomind.ecom.common.api.attribute.Named
Represents a Channel
- Since:
- 10.0.42
-
Field Summary
Fields -
Method Summary
Methods inherited from interface com.novomind.ecom.common.api.attribute.DisplayNamed
getDisplayName
Methods inherited from interface com.novomind.ecom.common.api.persistence.Entity
compareTo, getId, isDeleted, isNotDeleted
Methods inherited from interface com.novomind.ecom.common.api.attribute.Named
getName
-
Field Details
-
NAME_EMAIL
- Since:
- 10.0.46
- See Also:
-
NAME_LETTER
- Since:
- 10.0.46
- See Also:
-
NAME_FAX
- Since:
- 11.26
- See Also:
-
-
Method Details
-
getMessageFormats
Set<MessageFormat> getMessageFormats()- Returns:
- a Set of the MessageFormat's that are supported by this Channel
- Since:
- 10.0.102
-