Interface TextModuleGroup
-
- All Superinterfaces:
java.lang.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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<TextModule>
getChildTextModules()
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.api.iagent.model.TextModuleNode
getCreatedDate, getCreatedUser, getLastChangedDate, getLastChangedUser
-
-
-
-
Method Detail
-
getChildTextModules
java.util.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
-
-