Interface ChatChannel

  • 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 ChatChannel
    extends MasterEntity, com.novomind.ecom.common.api.attribute.DisplayNamed
    Represents a chat channel
    Since:
    11.15
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isCustom()  
      • 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

      • isCustom

        boolean isCustom()
        Returns:
        true if this ChatChannel is provided by an app or false if this ChatChannel is provided by novomind iAGENT
        Since:
        12.20