public class MaintenanceDocumentRestrictionsBase extends InquiryOrMaintenanceDocumentRestrictionsBase implements MaintenanceDocumentRestrictions
allRestrictedFields| Constructor and Description |
|---|
MaintenanceDocumentRestrictionsBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
addReadOnlyField(String fieldName) |
void |
addReadOnlySectionId(String sectionId) |
void |
clearAllRestrictions() |
FieldRestriction |
getFieldRestriction(String fieldName)
This method returns the authorization setting for the given field name.
|
Set<String> |
getReadOnlySectionIds() |
boolean |
hasAnyFieldRestrictions() |
boolean |
hasRestriction(String fieldName) |
protected boolean |
isReadOnlyField(String fieldName) |
boolean |
isReadOnlySectionId(String sectionId) |
addHiddenField, addHiddenSectionId, isHiddenField, isHiddenSectionIdaddFullyMaskedField, addPartiallyMaskedField, isFullyMaskedField, isPartiallyMaskedField, normalizeFieldNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHiddenField, addHiddenSectionId, isHiddenSectionIdaddFullyMaskedField, addPartiallyMaskedFieldpublic MaintenanceDocumentRestrictionsBase()
public void addReadOnlyField(String fieldName)
addReadOnlyField in interface MaintenanceDocumentRestrictionspublic void addReadOnlySectionId(String sectionId)
addReadOnlySectionId in interface MaintenanceDocumentRestrictionspublic Set<String> getReadOnlySectionIds()
getReadOnlySectionIds in interface MaintenanceDocumentRestrictionspublic FieldRestriction getFieldRestriction(String fieldName)
BusinessObjectRestrictionsBasegetFieldRestriction in interface BusinessObjectRestrictionsgetFieldRestriction in class InquiryOrMaintenanceDocumentRestrictionsBasefieldName - - name of field to get authorization restrictions for.public void clearAllRestrictions()
clearAllRestrictions in class InquiryOrMaintenanceDocumentRestrictionsBaseprotected boolean isReadOnlyField(String fieldName)
public boolean hasAnyFieldRestrictions()
hasAnyFieldRestrictions in interface BusinessObjectRestrictionshasAnyFieldRestrictions in class InquiryOrMaintenanceDocumentRestrictionsBaseorg.kuali.rice.krad.authorization.InquiryOrMaintenanceDocumentRestrictionsBase#hasAnyFieldRestrictions()public boolean hasRestriction(String fieldName)
hasRestriction in interface BusinessObjectRestrictionshasRestriction in class InquiryOrMaintenanceDocumentRestrictionsBaseorg.kuali.rice.krad.authorization.InquiryOrMaintenanceDocumentRestrictionsBase#hasRestriction(java.lang.String)public boolean isReadOnlySectionId(String sectionId)
isReadOnlySectionId in interface MaintenanceDocumentRestrictionsMaintenanceDocumentRestrictions.isReadOnlySectionId(java.lang.String)Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.