Class MaintenanceDocumentAuthorizerBase
java.lang.Object
org.kuali.rice.krad.bo.DataObjectAuthorizerBase
org.kuali.rice.kns.bo.authorization.BusinessObjectAuthorizerBase
org.kuali.rice.kns.document.authorization.DocumentAuthorizerBase
org.kuali.rice.kns.document.authorization.MaintenanceDocumentAuthorizerBase
- All Implemented Interfaces:
Serializable,BusinessObjectAuthorizer,InquiryOrMaintenanceDocumentAuthorizer,DocumentAuthorizer,MaintenanceDocumentAuthorizer,DataObjectAuthorizer,DocumentAuthorizer,MaintenanceDocumentAuthorizer
@Deprecated
public class MaintenanceDocumentAuthorizerBase
extends DocumentAuthorizerBase
implements MaintenanceDocumentAuthorizer
Deprecated.
- See Also:
-
Field Summary
FieldsFields inherited from class org.kuali.rice.kns.document.authorization.DocumentAuthorizerBase
EDIT_MODE_DEFAULT_TRUE_VALUE, LOG, PRE_ROUTING_ROUTE_NAME, USER_SESSION_METHOD_TO_CALL_COMPLETE_MARKER, USER_SESSION_METHOD_TO_CALL_COMPLETE_OBJECT_KEY, USER_SESSION_METHOD_TO_CALL_OBJECT_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddPermissionDetails(Object dataObject, Map<String, String> attributes) Deprecated.protected voidaddRoleQualification(Object dataObject, Map<String, String> attributes) Deprecated.booleanDeprecated.booleancanCreateOrMaintain(MaintenanceDocument maintenanceDocument, Person user) Deprecated.booleancanMaintain(Object dataObject, Person user) Deprecated.protected static DocumentDictionaryServiceDeprecated.Deprecated.Deprecated.Methods inherited from class org.kuali.rice.kns.document.authorization.DocumentAuthorizerBase
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, canSuperUserApprove, canSuperUserDisapprove, canSuperUserTakeAction, canTakeRequestedAction, canViewNoteAttachment, canViewNoteAttachment, getDocumentActions, isDocumentInitiator, setDocumentRequestAuthorizationCacheMethods inherited from class org.kuali.rice.kns.bo.authorization.BusinessObjectAuthorizerBase
getCollectionItemPermissionDetails, getCollectionItemRoleQualifications, getDataDictionaryService, getKualiModuleService, getRoleQualification, isAuthorized, isAuthorized, isAuthorizedByTemplate, permissionExistsByTemplate, permissionExistsByTemplateMethods inherited from class org.kuali.rice.krad.bo.DataObjectAuthorizerBase
getPermissionDetailValues, getPermissionService, getPersonService, getRoleQualification, isAuthorized, isAuthorized, isAuthorizedByTemplate, isAuthorizedByTemplate, permissionExistsByTemplate, permissionExistsByTemplate, permissionExistsByTemplateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kuali.rice.kns.authorization.BusinessObjectAuthorizer
getCollectionItemPermissionDetails, getCollectionItemRoleQualifications, isAuthorized, isAuthorized, isAuthorizedByTemplate, isAuthorizedByTemplateMethods inherited from interface org.kuali.rice.krad.bo.DataObjectAuthorizer
isAuthorized, isAuthorized, isAuthorizedByTemplate, isAuthorizedByTemplateMethods inherited from interface org.kuali.rice.krad.document.DocumentAuthorizer
canAcknowledge, canAddNoteAttachment, canAnnotate, canApprove, canBlanketApprove, canCancel, canClose, canCopy, canDisapprove, canEdit, canEditDocumentOverview, canFyi, canInitiate, canOpen, canPerformRouteReport, canRecall, canReceiveAdHoc, canReload, canRoute, canSave, canSendAdHocRequests, canSendAnyTypeAdHocRequests, canSendNoteFyi, canSuperUserApprove, canSuperUserDisapprove, canSuperUserTakeAction, canTakeRequestedAction, canViewNoteAttachment, setDocumentRequestAuthorizationCache
-
Field Details
-
documentDictionaryService
Deprecated.
-
-
Constructor Details
-
MaintenanceDocumentAuthorizerBase
public MaintenanceDocumentAuthorizerBase()Deprecated.
-
-
Method Details
-
canCreate
Deprecated.- Specified by:
canCreatein interfaceMaintenanceDocumentAuthorizer
-
canMaintain
Deprecated.- Specified by:
canMaintainin interfaceMaintenanceDocumentAuthorizer
-
canCreateOrMaintain
Deprecated.- Specified by:
canCreateOrMaintainin interfaceMaintenanceDocumentAuthorizer
-
getSecurePotentiallyHiddenSectionIds
Deprecated.- Specified by:
getSecurePotentiallyHiddenSectionIdsin interfaceInquiryOrMaintenanceDocumentAuthorizer
-
getSecurePotentiallyReadOnlySectionIds
Deprecated.- Specified by:
getSecurePotentiallyReadOnlySectionIdsin interfaceMaintenanceDocumentAuthorizer
-
addRoleQualification
Deprecated.- Overrides:
addRoleQualificationin classDocumentAuthorizerBase
-
addPermissionDetails
Deprecated.- Overrides:
addPermissionDetailsin classDocumentAuthorizerBase
-
getDocumentDictionaryService
Deprecated.
-
MaintenanceDocumentAuthorizerBase.