org.kuali.hr.time.authorization
Class WorkAreaAuthorizer

java.lang.Object
  extended by org.kuali.hr.time.authorization.TkMaintenanceDocumentAuthorizerBase
      extended by org.kuali.hr.time.authorization.DepartmentalRuleAuthorizer
          extended by org.kuali.hr.time.authorization.WorkAreaAuthorizer
All Implemented Interfaces:
org.kuali.rice.kns.authorization.BusinessObjectAuthorizer, org.kuali.rice.kns.bo.authorization.InquiryOrMaintenanceDocumentAuthorizer, org.kuali.rice.krad.bo.DataObjectAuthorizer, org.kuali.rice.krad.document.DocumentAuthorizer, org.kuali.rice.krad.maintenance.MaintenanceDocumentAuthorizer

public class WorkAreaAuthorizer
extends DepartmentalRuleAuthorizer


Constructor Summary
WorkAreaAuthorizer()
           
 
Method Summary
 boolean rolesIndicateWriteAccess(org.kuali.rice.krad.bo.BusinessObject bo)
          Indicates whether or not the current Context user has create/edit rights to the provided BusinessObject.
 
Methods inherited from class org.kuali.hr.time.authorization.DepartmentalRuleAuthorizer
hasAccessToRead, hasAccessToWrite, rolesIndicateGeneralReadAccess, rolesIndicateGeneralWriteAccess, rolesIndicateReadAccess
 
Methods inherited from class org.kuali.hr.time.authorization.TkMaintenanceDocumentAuthorizerBase
canAcknowledge, canAddNoteAttachment, canAnnotate, canApprove, canBlanketApprove, canCancel, canClose, canCopy, canCreate, canCreateOrMaintain, canDeleteNoteAttachment, canDisapprove, canEdit, canEditDocumentOverview, canFyi, canInitiate, canMaintain, canOpen, canPerformRouteReport, canRecall, canReceiveAdHoc, canReload, canRoute, canSave, canSendAdHocRequests, canSendAnyTypeAdHocRequests, canSendNoteFyi, canTakeRequestedAction, canViewNoteAttachment, canViewNoteAttachment, getCollectionItemPermissionDetails, getCollectionItemRoleQualifications, getDocumentActions, getRoles, getSecurePotentiallyHiddenSectionIds, getSecurePotentiallyReadOnlySectionIds, isAuthorized, isAuthorized, isAuthorized, isAuthorized, isAuthorizedByTemplate, isAuthorizedByTemplate, isAuthorizedByTemplate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkAreaAuthorizer

public WorkAreaAuthorizer()
Method Detail

rolesIndicateWriteAccess

public boolean rolesIndicateWriteAccess(org.kuali.rice.krad.bo.BusinessObject bo)
Description copied from class: TkMaintenanceDocumentAuthorizerBase
Indicates whether or not the current Context user has create/edit rights to the provided BusinessObject.

Overrides:
rolesIndicateWriteAccess in class DepartmentalRuleAuthorizer
Parameters:
bo - The BusinessObject under investigation.
Returns:
true if editable, false otherwise.


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.