org.kuali.rice.kns.inquiry
Class InquiryAuthorizerBase

java.lang.Object
  extended by org.kuali.rice.krad.bo.DataObjectAuthorizerBase
      extended by org.kuali.rice.kns.bo.authorization.BusinessObjectAuthorizerBase
          extended by org.kuali.rice.kns.inquiry.InquiryAuthorizerBase
All Implemented Interfaces:
Serializable, BusinessObjectAuthorizer, InquiryOrMaintenanceDocumentAuthorizer, InquiryAuthorizer, DataObjectAuthorizer

Deprecated.

@Deprecated
public class InquiryAuthorizerBase
extends BusinessObjectAuthorizerBase
implements InquiryAuthorizer

See Also:
Serialized Form

Constructor Summary
InquiryAuthorizerBase()
          Deprecated.  
 
Method Summary
 Set<String> getSecurePotentiallyHiddenSectionIds()
          Deprecated. Implement this method to flag sections as restricted and get the framework to check the permission for you
 
Methods inherited from class org.kuali.rice.kns.bo.authorization.BusinessObjectAuthorizerBase
getCollectionItemPermissionDetails, getCollectionItemRoleQualifications, getDataDictionaryService, getKualiModuleService, getRoleQualification, isAuthorized, isAuthorized, isAuthorizedByTemplate, permissionExistsByTemplate, permissionExistsByTemplate
 
Methods inherited from class org.kuali.rice.krad.bo.DataObjectAuthorizerBase
addPermissionDetails, addRoleQualification, getPermissionDetailValues, getPermissionService, getPersonService, getRoleQualification, isAuthorized, isAuthorized, isAuthorizedByTemplate, isAuthorizedByTemplate, permissionExistsByTemplate, permissionExistsByTemplate, permissionExistsByTemplate
 
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.authorization.BusinessObjectAuthorizer
getCollectionItemPermissionDetails, getCollectionItemRoleQualifications, isAuthorized, isAuthorized, isAuthorizedByTemplate, isAuthorizedByTemplate
 

Constructor Detail

InquiryAuthorizerBase

public InquiryAuthorizerBase()
Deprecated. 
Method Detail

getSecurePotentiallyHiddenSectionIds

public Set<String> getSecurePotentiallyHiddenSectionIds()
Deprecated. 
Implement this method to flag sections as restricted and get the framework to check the permission for you

Specified by:
getSecurePotentiallyHiddenSectionIds in interface InquiryOrMaintenanceDocumentAuthorizer
Returns:
Set of section ids that need to be hidden for particular users


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