org.kuali.rice.krms.impl.authorization
Class AgendaEditorAuthorizer

java.lang.Object
  extended by org.kuali.rice.krad.bo.DataObjectAuthorizerBase
      extended by org.kuali.rice.krad.document.DocumentAuthorizerBase
          extended by org.kuali.rice.krms.impl.authorization.AgendaEditorAuthorizer
All Implemented Interfaces:
Serializable, DataObjectAuthorizer, DocumentAuthorizer, MaintenanceDocumentAuthorizer

public class AgendaEditorAuthorizer
extends DocumentAuthorizerBase
implements MaintenanceDocumentAuthorizer

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.document.DocumentAuthorizerBase
PRE_ROUTING_ROUTE_NAME
 
Constructor Summary
AgendaEditorAuthorizer()
           
 
Method Summary
 boolean canCreate(Class boClass, Person user)
           
 boolean canCreateOrMaintain(MaintenanceDocument maintenanceDocument, Person user)
           
 boolean canMaintain(Object dataObject, Person user)
           
 
Methods inherited from class org.kuali.rice.krad.document.DocumentAuthorizerBase
addPermissionDetails, addRoleQualification, addStandardAttributes, canAcknowledge, canAddNoteAttachment, canAnnotate, canApprove, canBlanketApprove, canCancel, canClose, canCopy, canDeleteNoteAttachment, canDisapprove, canEdit, canEditDocumentOverview, canFyi, canInitiate, canOpen, canPerformRouteReport, canReceiveAdHoc, canReload, canRoute, canSave, canSendAdHocRequests, canSendAnyTypeAdHocRequests, canSendNoteFyi, canTakeRequestedAction, canViewNoteAttachment, isDocumentInitiator
 
Methods inherited from class org.kuali.rice.krad.bo.DataObjectAuthorizerBase
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.krad.document.DocumentAuthorizer
canAcknowledge, canAddNoteAttachment, canAnnotate, canApprove, canBlanketApprove, canCancel, canClose, canCopy, canDeleteNoteAttachment, canDisapprove, canEdit, canEditDocumentOverview, canFyi, canInitiate, canOpen, canPerformRouteReport, canReceiveAdHoc, canReload, canRoute, canSave, canSendAdHocRequests, canSendAnyTypeAdHocRequests, canSendNoteFyi, canTakeRequestedAction, canViewNoteAttachment
 
Methods inherited from interface org.kuali.rice.krad.bo.DataObjectAuthorizer
isAuthorized, isAuthorized, isAuthorizedByTemplate, isAuthorizedByTemplate
 

Constructor Detail

AgendaEditorAuthorizer

public AgendaEditorAuthorizer()
Method Detail

canCreate

public boolean canCreate(Class boClass,
                         Person user)
Specified by:
canCreate in interface MaintenanceDocumentAuthorizer

canMaintain

public boolean canMaintain(Object dataObject,
                           Person user)
Specified by:
canMaintain in interface MaintenanceDocumentAuthorizer

canCreateOrMaintain

public boolean canCreateOrMaintain(MaintenanceDocument maintenanceDocument,
                                   Person user)
Specified by:
canCreateOrMaintain in interface MaintenanceDocumentAuthorizer


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.