Class MaintenanceDocumentRestrictionsBase
java.lang.Object
org.kuali.rice.kns.document.authorization.BusinessObjectRestrictionsBase
org.kuali.rice.kns.document.authorization.InquiryOrMaintenanceDocumentRestrictionsBase
org.kuali.rice.kns.document.authorization.MaintenanceDocumentRestrictionsBase
- All Implemented Interfaces:
Serializable,BusinessObjectRestrictions,InquiryOrMaintenanceDocumentRestrictions,MaintenanceDocumentRestrictions,InquiryRestrictions
@Deprecated
public class MaintenanceDocumentRestrictionsBase
extends InquiryOrMaintenanceDocumentRestrictionsBase
implements MaintenanceDocumentRestrictions
Deprecated.
Only used in KNS classes, use KRAD.
- See Also:
-
Field Summary
Fields inherited from class org.kuali.rice.kns.document.authorization.BusinessObjectRestrictionsBase
allRestrictedFields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddReadOnlyField(String fieldName) Deprecated.voidaddReadOnlySectionId(String sectionId) Deprecated.voidDeprecated.getFieldRestriction(String fieldName) Deprecated.This method returns the authorization setting for the given field name.Deprecated.booleanDeprecated.booleanhasRestriction(String fieldName) Deprecated.protected booleanisReadOnlyField(String fieldName) Deprecated.booleanisReadOnlySectionId(String sectionId) Deprecated.Methods inherited from class org.kuali.rice.kns.document.authorization.InquiryOrMaintenanceDocumentRestrictionsBase
addHiddenField, addHiddenSectionId, isHiddenField, isHiddenSectionIdMethods inherited from class org.kuali.rice.kns.document.authorization.BusinessObjectRestrictionsBase
addFullyMaskedField, addPartiallyMaskedField, isFullyMaskedField, isPartiallyMaskedField, normalizeFieldNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kuali.rice.kns.document.authorization.BusinessObjectRestrictions
addFullyMaskedField, addPartiallyMaskedFieldMethods inherited from interface org.kuali.rice.kns.document.authorization.InquiryOrMaintenanceDocumentRestrictions
addHiddenField, addHiddenSectionId, isHiddenSectionId
-
Constructor Details
-
MaintenanceDocumentRestrictionsBase
public MaintenanceDocumentRestrictionsBase()Deprecated.
-
-
Method Details
-
addReadOnlyField
Deprecated.- Specified by:
addReadOnlyFieldin interfaceMaintenanceDocumentRestrictions
-
addReadOnlySectionId
Deprecated.- Specified by:
addReadOnlySectionIdin interfaceMaintenanceDocumentRestrictions
-
getReadOnlySectionIds
Deprecated.- Specified by:
getReadOnlySectionIdsin interfaceMaintenanceDocumentRestrictions
-
getFieldRestriction
Deprecated.Description copied from class:BusinessObjectRestrictionsBaseThis method returns the authorization setting for the given field name. If the field name is not restricted in any way, a default full-editable value is returned.- Specified by:
getFieldRestrictionin interfaceBusinessObjectRestrictions- Overrides:
getFieldRestrictionin classInquiryOrMaintenanceDocumentRestrictionsBase- Parameters:
fieldName- - name of field to get authorization restrictions for.- Returns:
- a populated FieldAuthorization class for this field
-
clearAllRestrictions
public void clearAllRestrictions()Deprecated.- Overrides:
clearAllRestrictionsin classInquiryOrMaintenanceDocumentRestrictionsBase
-
isReadOnlyField
Deprecated. -
hasAnyFieldRestrictions
public boolean hasAnyFieldRestrictions()Deprecated.- Specified by:
hasAnyFieldRestrictionsin interfaceBusinessObjectRestrictions- Overrides:
hasAnyFieldRestrictionsin classInquiryOrMaintenanceDocumentRestrictionsBase- See Also:
-
hasRestriction
Deprecated.- Specified by:
hasRestrictionin interfaceBusinessObjectRestrictions- Overrides:
hasRestrictionin classInquiryOrMaintenanceDocumentRestrictionsBase- See Also:
-
isReadOnlySectionId
Deprecated.- Specified by:
isReadOnlySectionIdin interfaceMaintenanceDocumentRestrictions- See Also:
-