@Deprecated public class MaintenanceDocumentRestrictionsBase extends InquiryOrMaintenanceDocumentRestrictionsBase implements MaintenanceDocumentRestrictions
allRestrictedFields
Constructor and Description |
---|
MaintenanceDocumentRestrictionsBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addReadOnlyField(String fieldName)
Deprecated.
|
void |
addReadOnlySectionId(String sectionId)
Deprecated.
|
void |
clearAllRestrictions()
Deprecated.
|
FieldRestriction |
getFieldRestriction(String fieldName)
Deprecated.
This method returns the authorization setting for the given field name.
|
Set<String> |
getReadOnlySectionIds()
Deprecated.
|
boolean |
hasAnyFieldRestrictions()
Deprecated.
|
boolean |
hasRestriction(String fieldName)
Deprecated.
|
protected boolean |
isReadOnlyField(String fieldName)
Deprecated.
|
boolean |
isReadOnlySectionId(String sectionId)
Deprecated.
|
addHiddenField, addHiddenSectionId, isHiddenField, isHiddenSectionId
addFullyMaskedField, addPartiallyMaskedField, isFullyMaskedField, isPartiallyMaskedField, normalizeFieldName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addHiddenField, addHiddenSectionId, isHiddenSectionId
addFullyMaskedField, addPartiallyMaskedField
public MaintenanceDocumentRestrictionsBase()
public void addReadOnlyField(String fieldName)
addReadOnlyField
in interface MaintenanceDocumentRestrictions
public void addReadOnlySectionId(String sectionId)
addReadOnlySectionId
in interface MaintenanceDocumentRestrictions
public Set<String> getReadOnlySectionIds()
getReadOnlySectionIds
in interface MaintenanceDocumentRestrictions
public FieldRestriction getFieldRestriction(String fieldName)
BusinessObjectRestrictionsBase
getFieldRestriction
in interface BusinessObjectRestrictions
getFieldRestriction
in class InquiryOrMaintenanceDocumentRestrictionsBase
fieldName
- - name of field to get authorization restrictions for.public void clearAllRestrictions()
clearAllRestrictions
in class InquiryOrMaintenanceDocumentRestrictionsBase
protected boolean isReadOnlyField(String fieldName)
public boolean hasAnyFieldRestrictions()
hasAnyFieldRestrictions
in interface BusinessObjectRestrictions
hasAnyFieldRestrictions
in class InquiryOrMaintenanceDocumentRestrictionsBase
org.kuali.rice.krad.authorization.InquiryOrMaintenanceDocumentRestrictionsBase#hasAnyFieldRestrictions()
public boolean hasRestriction(String fieldName)
hasRestriction
in interface BusinessObjectRestrictions
hasRestriction
in class InquiryOrMaintenanceDocumentRestrictionsBase
org.kuali.rice.krad.authorization.InquiryOrMaintenanceDocumentRestrictionsBase#hasRestriction(java.lang.String)
public boolean isReadOnlySectionId(String sectionId)
isReadOnlySectionId
in interface MaintenanceDocumentRestrictions
MaintenanceDocumentRestrictions.isReadOnlySectionId(java.lang.String)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.