Class BusinessObjectRestrictionsBase
java.lang.Object
org.kuali.rice.kns.document.authorization.BusinessObjectRestrictionsBase
- All Implemented Interfaces:
Serializable,BusinessObjectRestrictions
- Direct Known Subclasses:
InquiryOrMaintenanceDocumentRestrictionsBase
@Deprecated
public class BusinessObjectRestrictionsBase
extends Object
implements BusinessObjectRestrictions
Deprecated.
Only used in KNS classes, use KRAD.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFullyMaskedField(String fieldName, MaskFormatter maskFormatter) Deprecated.voidaddPartiallyMaskedField(String fieldName, MaskFormatter maskFormatter) Deprecated.voidDeprecated.getFieldRestriction(String fieldName) Deprecated.This method returns the authorization setting for the given field name.booleanDeprecated.booleanhasRestriction(String fieldName) Deprecated.protected booleanisFullyMaskedField(String fieldName) Deprecated.protected booleanisPartiallyMaskedField(String fieldName) Deprecated.protected StringnormalizeFieldName(String fieldName) Deprecated.This method is used to convert field names on forms into a format that's compatible with field names that are registered with a restriction.
-
Field Details
-
allRestrictedFields
Deprecated.
-
-
Constructor Details
-
BusinessObjectRestrictionsBase
public BusinessObjectRestrictionsBase()Deprecated.
-
-
Method Details
-
hasAnyFieldRestrictions
public boolean hasAnyFieldRestrictions()Deprecated.- Specified by:
hasAnyFieldRestrictionsin interfaceBusinessObjectRestrictions
-
hasRestriction
Deprecated.- Specified by:
hasRestrictionin interfaceBusinessObjectRestrictions
-
addFullyMaskedField
Deprecated.- Specified by:
addFullyMaskedFieldin interfaceBusinessObjectRestrictions
-
addPartiallyMaskedField
Deprecated.- Specified by:
addPartiallyMaskedFieldin interfaceBusinessObjectRestrictions
-
getFieldRestriction
Deprecated.This 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- Parameters:
fieldName- - name of field to get authorization restrictions for.- Returns:
- a populated FieldAuthorization class for this field
-
clearAllRestrictions
public void clearAllRestrictions()Deprecated. -
normalizeFieldName
Deprecated.This method is used to convert field names on forms into a format that's compatible with field names that are registered with a restriction. The base implementation of this method just returns the string.- Parameters:
fieldName- The field name that would be rendered on a form- Returns:
-
isFullyMaskedField
Deprecated. -
isPartiallyMaskedField
Deprecated.
-