@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, 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.