Class InquiryOrMaintenanceDocumentRestrictionsBase
java.lang.Object
org.kuali.rice.kns.document.authorization.BusinessObjectRestrictionsBase
org.kuali.rice.kns.document.authorization.InquiryOrMaintenanceDocumentRestrictionsBase
- All Implemented Interfaces:
Serializable,BusinessObjectRestrictions,InquiryOrMaintenanceDocumentRestrictions,InquiryRestrictions
- Direct Known Subclasses:
MaintenanceDocumentRestrictionsBase
@Deprecated
public class InquiryOrMaintenanceDocumentRestrictionsBase
extends BusinessObjectRestrictionsBase
implements InquiryOrMaintenanceDocumentRestrictions, InquiryRestrictions
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 TypeMethodDescriptionvoidaddHiddenField(String fieldName) Deprecated.voidaddHiddenSectionId(String sectionId) Deprecated.voidDeprecated.getFieldRestriction(String fieldName) Deprecated.This method returns the authorization setting for the given field name.booleanDeprecated.booleanhasRestriction(String fieldName) Deprecated.protected booleanisHiddenField(String fieldName) Deprecated.booleanisHiddenSectionId(String sectionId) Deprecated.Methods 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, addPartiallyMaskedField
-
Constructor Details
-
InquiryOrMaintenanceDocumentRestrictionsBase
public InquiryOrMaintenanceDocumentRestrictionsBase()Deprecated.
-
-
Method Details
-
addHiddenField
Deprecated.- Specified by:
addHiddenFieldin interfaceInquiryOrMaintenanceDocumentRestrictions
-
addHiddenSectionId
Deprecated.- Specified by:
addHiddenSectionIdin interfaceInquiryOrMaintenanceDocumentRestrictions
-
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 classBusinessObjectRestrictionsBase- Parameters:
fieldName- - name of field to get authorization restrictions for.- Returns:
- a populated FieldAuthorization class for this field
-
hasRestriction
Deprecated.- Specified by:
hasRestrictionin interfaceBusinessObjectRestrictions- Overrides:
hasRestrictionin classBusinessObjectRestrictionsBase- See Also:
-
hasAnyFieldRestrictions
public boolean hasAnyFieldRestrictions()Deprecated.- Specified by:
hasAnyFieldRestrictionsin interfaceBusinessObjectRestrictions- Overrides:
hasAnyFieldRestrictionsin classBusinessObjectRestrictionsBase- See Also:
-
clearAllRestrictions
public void clearAllRestrictions()Deprecated.- Overrides:
clearAllRestrictionsin classBusinessObjectRestrictionsBase
-
isHiddenSectionId
Deprecated.- Specified by:
isHiddenSectionIdin interfaceInquiryOrMaintenanceDocumentRestrictions- See Also:
-
isHiddenField
Deprecated.
-