Package org.openurp.service.security
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Deprecated.Deprecated.getId()Deprecated.Deprecated.getItems()Deprecated.Deprecated.Deprecated.booleanisPO()Deprecated.booleanisSaved()Deprecated.booleanDeprecated.booleanisVO()Deprecated.key()Deprecated.Deprecated.static DataRealmDeprecated.voidsetDepartmentIdSeq(String departmentIdSeq) Deprecated.voidsetStudentTypeIdSeq(String studentTypeIdSeq) Deprecated.toString()Deprecated.
-
Constructor Details
-
DataRealm
public DataRealm()Deprecated. -
DataRealm
Deprecated.
-
-
Method Details
-
getId
Deprecated. -
getIsValid
Deprecated. -
getItems
Deprecated. -
getLongId
Deprecated. -
isSaved
public boolean isSaved()Deprecated. -
isValidEntity
public boolean isValidEntity()Deprecated. -
key
Deprecated. -
isPO
public boolean isPO()Deprecated. -
isVO
public boolean isVO()Deprecated. -
clone
Deprecated. -
getDepartmentIdSeq
Deprecated.- Returns:
- Returns the departmentIdSeq.
-
setDepartmentIdSeq
Deprecated.- Parameters:
departmentIdSeq- The departmentIdSeq to set.
-
getStudentTypeIdSeq
Deprecated.- Returns:
- Returns the studentTypeIdSeq.
-
setStudentTypeIdSeq
Deprecated.- Parameters:
studentTypeIdSeq- The studentTypeIdSeq to set.
-
mergeAll
Deprecated. -
merge
Deprecated. -
toString
Deprecated.
-