Interface EntryGroupFacade
- All Known Implementing Classes:
DefaultEntryGroupFacade
public interface EntryGroupFacade
Entry Group Facade. Facade is responsible for getting all information for Entry Groups for Bundle Templates.
- Since:
- 6.6
-
Method Summary
Modifier and TypeMethodDescriptiongetCurrentEntryGroup(Integer groupNumber) Fetch Current Group for the Leaf bundle entry number.getRootEntryGroup(Integer groupNumber) Fetch Root Group for the Leaf bundle entry number.
-
Method Details
-
getRootEntryGroup
Fetch Root Group for the Leaf bundle entry number.- Parameters:
groupNumber- the group number- Returns:
- the parent entry group
-
getCurrentEntryGroup
Fetch Current Group for the Leaf bundle entry number.- Parameters:
groupNumber- the group number- Returns:
- the current entry group
-