Package org.cyclos.model.users.records
Interface IRecordPermissions
-
- All Known Implementing Classes:
RecordSearchData,RecordTypeCountVO,SharedRecordFieldsSearchData,SystemRecordSearchData,UserRecordSearchData
public interface IRecordPermissions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecordTypeVOgetType()booleanisCanCreateNew()booleanisCanEdit()booleanisCanRemove()
-
-
-
Method Detail
-
getType
RecordTypeVO getType()
-
isCanCreateNew
boolean isCanCreateNew()
-
isCanEdit
boolean isCanEdit()
-
isCanRemove
boolean isCanRemove()
-
-