Interface TextModuleGroup

All Superinterfaces:
Comparable<com.novomind.ecom.common.api.persistence.Entity>, com.novomind.ecom.common.api.persistence.Entity, com.novomind.ecom.common.api.attribute.Named, TextModuleNode
All Known Subinterfaces:
TextModuleFirstLevelGroup, TextModuleSecondLevelGroup

public interface TextModuleGroup extends TextModuleNode
Represents a TextModule group object.
Since:
10.0.206
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an unmodifiable, sorted cached view of the direct child textmodules.

    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

    Methods inherited from interface com.novomind.ecom.api.iagent.model.TextModuleNode

    getCreatedDate, getCreatedUser, getLastChangedDate, getLastChangedUser
  • Method Details

    • getChildTextModules

      List<TextModule> getChildTextModules()
      Returns an unmodifiable, sorted cached view of the direct child textmodules.
      The returned list is not updated when assignments change.
      Returns:
      the current direct child textmodules as an unmodifiable, sorted list
      Since:
      10.0.206