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
Represents a TextModule group object.
- Since:
- 10.0.206
- 
Method SummaryModifier and TypeMethodDescriptionReturns an unmodifiable, sorted cached view of the direct child textmodules.Methods inherited from interface com.novomind.ecom.common.api.persistence.EntitycompareTo, getId, isDeleted, isNotDeletedMethods inherited from interface com.novomind.ecom.common.api.attribute.NamedgetNameMethods inherited from interface com.novomind.ecom.api.iagent.model.TextModuleNodegetCreatedDate, getCreatedUser, getLastChangedDate, getLastChangedUser
- 
Method Details- 
getChildTextModulesList<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
 
 
-