|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BudgetConstructionLockStatus | |
---|---|
org.kuali.kfs.module.bc.document.service | |
org.kuali.kfs.module.bc.document.service.impl | |
org.kuali.kfs.module.bc.exception |
Uses of BudgetConstructionLockStatus in org.kuali.kfs.module.bc.document.service |
---|
Methods in org.kuali.kfs.module.bc.document.service that return BudgetConstructionLockStatus | |
---|---|
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.bo.Person person)
acquire a lock for the given appointment funding |
BudgetConstructionLockStatus |
LockService.lockPosition(BudgetConstructionPosition position,
org.kuali.rice.kim.bo.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.bo.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. |
Uses of BudgetConstructionLockStatus in org.kuali.kfs.module.bc.document.service.impl |
---|
Uses of BudgetConstructionLockStatus in org.kuali.kfs.module.bc.exception |
---|
Methods in org.kuali.kfs.module.bc.exception that return BudgetConstructionLockStatus | |
---|---|
BudgetConstructionLockStatus |
BudgetConstructionLockUnavailableException.getLockStatus()
Return the BudgetConstructionLockStatus |
Constructors in org.kuali.kfs.module.bc.exception with parameters of type BudgetConstructionLockStatus | |
---|---|
BudgetConstructionLockUnavailableException(BudgetConstructionLockStatus lockStatus)
Constructs a BudgetConstructionLockUnavailableException.java. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |