org.kuali.rice.krms.impl.authorization
Class AgendaEditorAuthorizer
java.lang.Object
org.kuali.rice.krad.bo.DataObjectAuthorizerBase
org.kuali.rice.krad.document.DocumentAuthorizerBase
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
Method Summary |
boolean |
canCreate(Class boClass,
Person user)
Determines whether the user has the permission to create a new MaintenanceDocument |
boolean |
canCreateOrMaintain(MaintenanceDocument maintenanceDocument,
Person user)
Determines whether the user has the permission to create or maintain a MaintenanceDocument |
boolean |
canMaintain(Object dataObject,
Person user)
Determines whether the user has the permission to maintain a MaintenanceDocument |
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, canRecall, 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, canRecall, canReceiveAdHoc, canReload, canRoute, canSave, canSendAdHocRequests, canSendAnyTypeAdHocRequests, canSendNoteFyi, canTakeRequestedAction, canViewNoteAttachment |
AgendaEditorAuthorizer
public AgendaEditorAuthorizer()
canCreate
public boolean canCreate(Class boClass,
Person user)
- Description copied from interface:
MaintenanceDocumentAuthorizer
- Determines whether the user has the permission to create a new
MaintenanceDocument
- Specified by:
canCreate
in interface MaintenanceDocumentAuthorizer
- Parameters:
boClass
- Class
of the MaintenanceDocument
user
- Person
instance of the current user
- Returns:
true
if the user is allowed to create a new MaintenanceDocument
for
the boClass, false
otherwise
canMaintain
public boolean canMaintain(Object dataObject,
Person user)
- Description copied from interface:
MaintenanceDocumentAuthorizer
- Determines whether the user has the permission to maintain a
MaintenanceDocument
- Specified by:
canMaintain
in interface MaintenanceDocumentAuthorizer
- Parameters:
dataObject
- Object
of the MaintenanceDocument
user
- Person
instance of the current user
- Returns:
true
if the user is allowed to maintain the dataObject, false
otherwise
canCreateOrMaintain
public boolean canCreateOrMaintain(MaintenanceDocument maintenanceDocument,
Person user)
- Description copied from interface:
MaintenanceDocumentAuthorizer
- Determines whether the user has the permission to create or maintain a
MaintenanceDocument
- Specified by:
canCreateOrMaintain
in interface MaintenanceDocumentAuthorizer
- Parameters:
maintenanceDocument
- the MaintenanceDocument
user
- Person
instance of the current user
- Returns:
true
if the user is allowed to create or maintain the MaintenanceDocument
,
false
otherwise
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.