Package | Description |
---|---|
org.kuali.kfs.module.bc.document.service | |
org.kuali.kfs.module.bc.document.service.impl | |
org.kuali.kfs.module.bc.exception |
Modifier and Type | Method and Description |
---|---|
BudgetConstructionLockStatus |
LockService.lockAccount(BudgetConstructionHeader bcHeader,
String principalId)
This method attempts to lock the given Account for the passed in uuid.
|
BudgetConstructionLockStatus |
LockService.lockAccountAndCommit(BudgetConstructionHeader bcHeader,
String principalId)
Retrives an account lock (@see
org.kuali.kfs.module.bc.document.service.LockService#lockAccount(org.kuali.kfs.module.bc.businessobject.BudgetConstructionHeader,
java.lang.String) and commits the lock.
|
BudgetConstructionLockStatus |
LockService.lockFunding(BudgetConstructionHeader bcHeader,
String principalId)
This method sets a funding lock associated to the header.
|
BudgetConstructionLockStatus |
LockService.lockFunding(PendingBudgetConstructionAppointmentFunding appointmentFunding,
org.kuali.rice.kim.api.identity.Person person)
acquire a lock for the given appointment funding
|
BudgetConstructionLockStatus |
LockService.lockPosition(BudgetConstructionPosition position,
org.kuali.rice.kim.api.identity.Person person)
acquire a lock for the given budget position
|
BudgetConstructionLockStatus |
LockService.lockPosition(String positionNumber,
Integer fiscalYear,
String principalId)
This locks the position, meaning it sets the position lock id field with the puid.
|
BudgetConstructionLockStatus |
LockService.lockPositionAndActiveFunding(Integer universityFiscalYear,
String positionNumber,
String principalId)
Locks the position record for the given key if not already locked.
|
BudgetConstructionLockStatus |
LockService.lockTransaction(PendingBudgetConstructionAppointmentFunding appointmentFunding,
org.kuali.rice.kim.api.identity.Person person)
attemps to have a transaction lock based on the information provided by the given funding line
|
BudgetConstructionLockStatus |
LockService.lockTransaction(String chartOfAccountsCode,
String accountNumber,
String subAccountNumber,
Integer fiscalYear,
String principalId)
This attempts a transactionlock on a BC Edoc for a pUId.
|
Modifier and Type | Method and Description |
---|---|
BudgetConstructionLockStatus |
BudgetConstructionLockUnavailableException.getLockStatus()
Return the BudgetConstructionLockStatus
|
Constructor and Description |
---|
BudgetConstructionLockUnavailableException(BudgetConstructionLockStatus lockStatus)
Constructs a BudgetConstructionLockUnavailableException.java.
|
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.