com.engiweb.profilemanager.common.bean

Class GroupCBean

  • java.lang.Object
    • com.engiweb.pm.web.bean.AbstractBean
      • com.engiweb.profilemanager.common.bean.GroupCBean
  • All Implemented Interfaces:
    com.engiweb.toolkit.common.IBean, java.io.Serializable


    public class GroupCBean
    extends com.engiweb.pm.web.bean.AbstractBean
    This class is a group container with its hierarchy
    Author:
    CalvareseF
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      Copyright
      • Fields inherited from class com.engiweb.pm.web.bean.AbstractBean

        ASC, DESC, EQUALS, EQUALSGREATER, EQUALSMINOR, GREATER, LIKE, MINOR
    • Constructor Summary

      Constructors 
      Constructor and Description
      GroupCBean(com.engiweb.pm.entity.Paging paging) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.List<GroupBean> getChildren(GroupBean groupBean) 
      java.util.HashMap<java.lang.Long,java.util.Set<java.lang.Long>> getPadreFigli() 
      com.engiweb.pm.entity.Paging getPaging() 
      java.util.HashMap<java.lang.Long,GroupBean> getResultList() 
      GroupBean getRoot() 
      java.util.HashSet<java.lang.Long> getValidList() 
      boolean isValid(GroupBean groupBean) 
      • Methods inherited from class com.engiweb.pm.web.bean.AbstractBean

        addOrderByClause, clearOrderBy, getAttribute, getClassName, getFields, getFindAttribute, getGenericFilter, getOrderByClause, getTreeNodeName, isEmpty, isModified, isNull, setAttribute, setAttribute, setClassName, setGenericFilter, setIsNull, setModified, setNotModified, setOrderByClause, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GroupCBean

        public GroupCBean(com.engiweb.pm.entity.Paging paging)
    • Method Detail

      • getPadreFigli

        public java.util.HashMap<java.lang.Long,java.util.Set<java.lang.Long>> getPadreFigli()
      • getResultList

        public java.util.HashMap<java.lang.Long,GroupBean> getResultList()
      • getValidList

        public java.util.HashSet<java.lang.Long> getValidList()
      • getPaging

        public com.engiweb.pm.entity.Paging getPaging()
      • isValid

        public boolean isValid(GroupBean groupBean)