Interface TextModuleRoot

  • All Superinterfaces:
    java.lang.Comparable<com.novomind.ecom.common.api.persistence.Entity>, com.novomind.ecom.common.api.persistence.Entity, MasterEntity

    public interface TextModuleRoot
    extends MasterEntity
    Represents a TextModule root object.
    Since:
    10.0.206
    • Method Detail

      • getChildTextModuleFirstLevelGroups

        java.util.List<TextModuleFirstLevelGroup> getChildTextModuleFirstLevelGroups()
        Returns an unmodifiable, sorted cached view of the direct child first level textmodule groups.
        The returned list is not updated when assignments change.
        Returns:
        the current direct child first level textmodule groups as an unmodifiable, sorted list
        Since:
        10.0.206