Interface TextModuleRoot

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

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

    Modifier and Type
    Method
    Description
    Returns an unmodifiable, sorted cached view of the direct child first level textmodule groups.

    Methods inherited from interface com.novomind.ecom.common.api.persistence.Entity

    compareTo, isDeleted, isNotDeleted

    Methods inherited from interface com.novomind.ecom.common.api.persistence.WithId

    getId
  • Method Details

    • getChildTextModuleFirstLevelGroups

      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