Class DataRealm

java.lang.Object
org.openurp.service.security.DataRealm
All Implemented Interfaces:
Serializable, org.beangle.commons.entity.Component

@Deprecated public class DataRealm extends Object implements org.beangle.commons.entity.Component, Serializable
Deprecated.
FIXME 有问题的权限数据container
包含了学生类别、院系的数据级权限信息
 缺陷:
 里面只有院系、学生类别、分页信息。已经不能满足现在的按照项目、院系、学生类别的数据级权限的要求
 
See Also:
  • Constructor Details

    • DataRealm

      public DataRealm()
      Deprecated.
    • DataRealm

      public DataRealm(String studentTypeIdSeq, String departmentIdSeq)
      Deprecated.
  • Method Details

    • getId

      public Long getId()
      Deprecated.
    • getIsValid

      public Boolean getIsValid()
      Deprecated.
    • getItems

      public Set getItems()
      Deprecated.
    • getLongId

      public Serializable getLongId()
      Deprecated.
    • isSaved

      public boolean isSaved()
      Deprecated.
    • isValidEntity

      public boolean isValidEntity()
      Deprecated.
    • key

      public String key()
      Deprecated.
    • isPO

      public boolean isPO()
      Deprecated.
    • isVO

      public boolean isVO()
      Deprecated.
    • clone

      public Object clone()
      Deprecated.
      Overrides:
      clone in class Object
    • getDepartmentIdSeq

      public String getDepartmentIdSeq()
      Deprecated.
      Returns:
      Returns the departmentIdSeq.
    • setDepartmentIdSeq

      public void setDepartmentIdSeq(String departmentIdSeq)
      Deprecated.
      Parameters:
      departmentIdSeq - The departmentIdSeq to set.
    • getStudentTypeIdSeq

      public String getStudentTypeIdSeq()
      Deprecated.
      Returns:
      Returns the studentTypeIdSeq.
    • setStudentTypeIdSeq

      public void setStudentTypeIdSeq(String studentTypeIdSeq)
      Deprecated.
      Parameters:
      studentTypeIdSeq - The studentTypeIdSeq to set.
    • mergeAll

      public static DataRealm mergeAll(List realms)
      Deprecated.
    • merge

      public DataRealm merge(DataRealm other)
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
      See Also: