org.kuali.rice.kns.document.authorization
Class MaintenanceDocumentRestrictionsBase

java.lang.Object
  extended by org.kuali.rice.kns.document.authorization.BusinessObjectRestrictionsBase
      extended by org.kuali.rice.kns.document.authorization.InquiryOrMaintenanceDocumentRestrictionsBase
          extended by org.kuali.rice.kns.document.authorization.MaintenanceDocumentRestrictionsBase
All Implemented Interfaces:
Serializable, BusinessObjectRestrictions, InquiryOrMaintenanceDocumentRestrictions, MaintenanceDocumentRestrictions, InquiryRestrictions

Deprecated. Only used in KNS classes, use KRAD.

@Deprecated
public class MaintenanceDocumentRestrictionsBase
extends InquiryOrMaintenanceDocumentRestrictionsBase
implements MaintenanceDocumentRestrictions

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.document.authorization.BusinessObjectRestrictionsBase
allRestrictedFields
 
Constructor Summary
MaintenanceDocumentRestrictionsBase()
          Deprecated.  
 
Method Summary
 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.  
 
Methods inherited from class org.kuali.rice.kns.document.authorization.InquiryOrMaintenanceDocumentRestrictionsBase
addHiddenField, addHiddenSectionId, isHiddenField, isHiddenSectionId
 
Methods inherited from class org.kuali.rice.kns.document.authorization.BusinessObjectRestrictionsBase
addFullyMaskedField, addPartiallyMaskedField, isFullyMaskedField, isPartiallyMaskedField, normalizeFieldName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.document.authorization.InquiryOrMaintenanceDocumentRestrictions
addHiddenField, addHiddenSectionId, isHiddenSectionId
 
Methods inherited from interface org.kuali.rice.kns.document.authorization.BusinessObjectRestrictions
addFullyMaskedField, addPartiallyMaskedField
 

Constructor Detail

MaintenanceDocumentRestrictionsBase

public MaintenanceDocumentRestrictionsBase()
Deprecated. 
Method Detail

addReadOnlyField

public void addReadOnlyField(String fieldName)
Deprecated. 
Specified by:
addReadOnlyField in interface MaintenanceDocumentRestrictions

addReadOnlySectionId

public void addReadOnlySectionId(String sectionId)
Deprecated. 
Specified by:
addReadOnlySectionId in interface MaintenanceDocumentRestrictions

getReadOnlySectionIds

public Set<String> getReadOnlySectionIds()
Deprecated. 
Specified by:
getReadOnlySectionIds in interface MaintenanceDocumentRestrictions

getFieldRestriction

public FieldRestriction getFieldRestriction(String fieldName)
Deprecated. 
Description copied from class: BusinessObjectRestrictionsBase
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:
getFieldRestriction in interface BusinessObjectRestrictions
Overrides:
getFieldRestriction in class InquiryOrMaintenanceDocumentRestrictionsBase
Parameters:
fieldName - - name of field to get authorization restrictions for.
Returns:
a populated FieldAuthorization class for this field

clearAllRestrictions

public void clearAllRestrictions()
Deprecated. 
Overrides:
clearAllRestrictions in class InquiryOrMaintenanceDocumentRestrictionsBase

isReadOnlyField

protected boolean isReadOnlyField(String fieldName)
Deprecated. 

hasAnyFieldRestrictions

public boolean hasAnyFieldRestrictions()
Deprecated. 
Specified by:
hasAnyFieldRestrictions in interface BusinessObjectRestrictions
Overrides:
hasAnyFieldRestrictions in class InquiryOrMaintenanceDocumentRestrictionsBase
See Also:
org.kuali.rice.krad.authorization.InquiryOrMaintenanceDocumentRestrictionsBase#hasAnyFieldRestrictions()

hasRestriction

public boolean hasRestriction(String fieldName)
Deprecated. 
Specified by:
hasRestriction in interface BusinessObjectRestrictions
Overrides:
hasRestriction in class InquiryOrMaintenanceDocumentRestrictionsBase
See Also:
org.kuali.rice.krad.authorization.InquiryOrMaintenanceDocumentRestrictionsBase#hasRestriction(java.lang.String)

isReadOnlySectionId

public boolean isReadOnlySectionId(String sectionId)
Deprecated. 
Specified by:
isReadOnlySectionId in interface MaintenanceDocumentRestrictions
See Also:
MaintenanceDocumentRestrictions.isReadOnlySectionId(java.lang.String)


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.