org.kuali.rice.kns.document.authorization
Interface BusinessObjectRestrictions

All Superinterfaces:
Serializable
All Known Subinterfaces:
InquiryOrMaintenanceDocumentRestrictions, InquiryRestrictions, MaintenanceDocumentRestrictions
All Known Implementing Classes:
BusinessObjectRestrictionsBase, InquiryOrMaintenanceDocumentRestrictionsBase, MaintenanceDocumentRestrictionsBase

Deprecated. Only used in KNS classes, use KRAD.

@Deprecated
public interface BusinessObjectRestrictions
extends Serializable


Method Summary
 void addFullyMaskedField(String fieldName, MaskFormatter maskFormatter)
          Deprecated.  
 void addPartiallyMaskedField(String fieldName, MaskFormatter maskFormatter)
          Deprecated.  
 FieldRestriction getFieldRestriction(String fieldName)
          Deprecated.  
 boolean hasAnyFieldRestrictions()
          Deprecated.  
 boolean hasRestriction(String fieldName)
          Deprecated.  
 

Method Detail

hasAnyFieldRestrictions

boolean hasAnyFieldRestrictions()
Deprecated. 

hasRestriction

boolean hasRestriction(String fieldName)
Deprecated. 

addFullyMaskedField

void addFullyMaskedField(String fieldName,
                         MaskFormatter maskFormatter)
Deprecated. 

addPartiallyMaskedField

void addPartiallyMaskedField(String fieldName,
                             MaskFormatter maskFormatter)
Deprecated. 

getFieldRestriction

FieldRestriction getFieldRestriction(String fieldName)
Deprecated. 


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