Interface Channel

  • All Superinterfaces:
    java.lang.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

    public interface Channel
    extends MasterEntity, com.novomind.ecom.common.api.attribute.DisplayNamed
    Represents a Channel
    Since:
    10.0.42
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME_EMAIL  
      static java.lang.String NAME_FAX  
      static java.lang.String NAME_LETTER  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Set<MessageFormat> getMessageFormats()  
      • 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
    • Method Detail

      • getMessageFormats

        java.util.Set<MessageFormat> getMessageFormats()
        Returns:
        a Set of the MessageFormat's that are supported by this Channel
        Since:
        10.0.102