Class PersistentUnionGroup_Base
- java.lang.Object
-
- pt.ist.fenixframework.core.AbstractDomainObject
-
- org.fenixedu.bennu.core.domain.groups.PersistentGroup_Base
-
- org.fenixedu.bennu.core.domain.groups.PersistentGroup
-
- org.fenixedu.bennu.core.domain.groups.PersistentUnionGroup_Base
-
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class PersistentUnionGroup_Base extends org.fenixedu.bennu.core.domain.groups.PersistentGroup- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPersistentUnionGroup_Base()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddChildren(org.fenixedu.bennu.core.domain.groups.PersistentGroup children)protected Set<org.fenixedu.bennu.core.domain.groups.PersistentGroup>getChildrenSet()static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.groups.PersistentUnionGroup,org.fenixedu.bennu.core.domain.groups.PersistentGroup>getRelationUnionGroupComposition()protected voidremoveChildren(org.fenixedu.bennu.core.domain.groups.PersistentGroup children)-
Methods inherited from class org.fenixedu.bennu.core.domain.groups.PersistentGroup
expression, garbageCollect, garbageCollect, gc, getContextRelations, getMembers, getMembers, getPresentationName, isDeletable, isMember, isMember, singleton, toGroup, verify
-
Methods inherited from class org.fenixedu.bennu.core.domain.groups.PersistentGroup_Base
addDifferenceAtFirst, addDifferenceAtRest, addDynamicGroup, addFile, addIntersections, addMenuItem, addPageViewGroup, addPostViewGroup, addRole, addSiteBuilderViewGroup, addSiteViewGroup, addUnions, getDifferenceAtFirstSet, getDifferenceAtRestSet, getDynamicGroupSet, getFileSet, getIntersectionsSet, getMenuItemSet, getNegation, getPageViewGroupSet, getPostViewGroupSet, getRelationDifferenceGroupFirst, getRelationDifferenceGroupRest, getRelationGroupBasedFilesGroup, getRelationGroupNegationGroup, getRelationIntersectionGroupComposition, getRelationMenuItemGroup, getRelationPageViewGroup, getRelationPersistentDynamicGroupWrapper, getRelationPersistentGroups, getRelationPostViewGroup, getRelationRoleHasUserGroup, getRelationSiteBuilderDefaultViewGroup, getRelationSiteViewGroup, getRoleSet, getRoot, getSiteBuilderViewGroupSet, getSiteViewGroupSet, getUnionsSet, removeDifferenceAtFirst, removeDifferenceAtRest, removeDynamicGroup, removeFile, removeIntersections, removeMenuItem, removePageViewGroup, removePostViewGroup, removeRole, removeSiteBuilderViewGroup, removeSiteViewGroup, removeUnions, setNegation, setRoot
-
-
-
-
Method Detail
-
getRelationUnionGroupComposition
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.groups.PersistentUnionGroup,org.fenixedu.bennu.core.domain.groups.PersistentGroup> getRelationUnionGroupComposition()
-
addChildren
protected void addChildren(org.fenixedu.bennu.core.domain.groups.PersistentGroup children)
-
removeChildren
protected void removeChildren(org.fenixedu.bennu.core.domain.groups.PersistentGroup children)
-
getChildrenSet
protected Set<org.fenixedu.bennu.core.domain.groups.PersistentGroup> getChildrenSet()
-
-