Interface TextModuleSecondLevelGroup

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

public interface TextModuleSecondLevelGroup extends MasterEntity, TextModuleGroup
Represents a TextModule second level group object.
Since:
10.0.206
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the current parent text module first level group.

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

    compareTo, isDeleted, isNotDeleted

    Methods inherited from interface com.novomind.ecom.common.api.attribute.Named

    getName

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

    getChildTextModules

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

    getCreatedDate, getCreatedUser, getLastChangedDate, getLastChangedUser

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

    getId
  • Method Details

    • getParent

      Returns the current parent text module first level group.
      Returns:
      the current parent text module first level group
      Since:
      10.0.206