public class InstitutionalProposalLockServiceImpl extends org.kuali.rice.krad.service.impl.PessimisticLockServiceImpl implements ProposalLockService
| Constructor and Description |
|---|
InstitutionalProposalLockServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isEntryEditMode(Map.Entry entry)
This method is used to check if the given
Map.Entry is an 'entry type' edit mode and that the value is set to
signify that this user has that edit mode available to them |
protected boolean |
isLockRequiredByUser(org.kuali.rice.krad.document.Document document,
Map editMode,
org.kuali.rice.kim.api.identity.Person user)
This method is used to check if the given parameters warrant a new lock to be created for the given user.
|
createNewPessimisticLock, delete, establishLocks, establishWorkflowPessimisticLocking, generateNewLock, generateNewLock, generateNewLock, generateNewLock, getBusinessObjectService, getDataDictionaryService, getDocumentActions, getEditModeWithEditableModesRemoved, getEntryEditModeReplacementMode, getPermissionService, getPersonService, getPessimisticLocksForDocument, getPessimisticLocksForSession, getWorkflowPessimisticLockOwnerUser, hasPreRouteEditAuthorization, isPessimisticLockAdminUser, releaseAllLocksForUser, releaseAllLocksForUser, releaseWorkflowPessimisticLocking, save, setBusinessObjectService, usesPessimisticLockingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, establishLocks, establishWorkflowPessimisticLocking, generateNewLock, generateNewLock, generateNewLock, generateNewLock, getDocumentActions, getPessimisticLocksForDocument, getPessimisticLocksForSession, isPessimisticLockAdminUser, releaseAllLocksForUser, releaseAllLocksForUser, releaseWorkflowPessimisticLocking, savepublic InstitutionalProposalLockServiceImpl()
protected boolean isLockRequiredByUser(org.kuali.rice.krad.document.Document document,
Map editMode,
org.kuali.rice.kim.api.identity.Person user)
isEntryEditMode(java.util.Map.Entry) method.isLockRequiredByUser in class org.kuali.rice.krad.service.impl.PessimisticLockServiceImpldocument - -
document to verify lock creation againsteditMode - -
edit modes list to check for 'entry type' edit modesuser - -
user the lock will be 'owned' byprotected boolean isEntryEditMode(Map.Entry entry)
Map.Entry is an 'entry type' edit mode and that the value is set to
signify that this user has that edit mode available to themisEntryEditMode in class org.kuali.rice.krad.service.impl.PessimisticLockServiceImplentry - -
the Map.Entry object that contains an edit mode such as the ones returned but#EDIT_MODE_DEFAULT_TRUE_VALUE... false if notCopyright © 2013 The Kuali Foundation. All Rights Reserved.