|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BCConstants.LockStatus | |
|---|---|
| org.kuali.kfs.module.bc | |
| org.kuali.kfs.module.bc.businessobject | |
| org.kuali.kfs.module.bc.document.service | |
| org.kuali.kfs.module.bc.document.service.impl | |
| Uses of BCConstants.LockStatus in org.kuali.kfs.module.bc |
|---|
| Methods in org.kuali.kfs.module.bc that return BCConstants.LockStatus | |
|---|---|
static BCConstants.LockStatus |
BCConstants.LockStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BCConstants.LockStatus[] |
BCConstants.LockStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of BCConstants.LockStatus in org.kuali.kfs.module.bc.businessobject |
|---|
| Methods in org.kuali.kfs.module.bc.businessobject that return BCConstants.LockStatus | |
|---|---|
BCConstants.LockStatus |
BudgetConstructionLockStatus.getLockStatus()
This gets the lockStatus attribute |
| Methods in org.kuali.kfs.module.bc.businessobject with parameters of type BCConstants.LockStatus | |
|---|---|
void |
BudgetConstructionLockStatus.setLockStatus(BCConstants.LockStatus lockStatus)
This sets the lockStatus attribute |
| Uses of BCConstants.LockStatus in org.kuali.kfs.module.bc.document.service |
|---|
| Methods in org.kuali.kfs.module.bc.document.service that return BCConstants.LockStatus | |
|---|---|
BCConstants.LockStatus |
LockService.doUnlock(BudgetConstructionLockSummary lockSummary)
Helper method to check the lock type and do the unlock with the lock summary fields. |
BCConstants.LockStatus |
LockService.unlockAccount(BudgetConstructionHeader bcHeader)
This method attempts to unlock the given BudgetConstructionHeader. |
BCConstants.LockStatus |
LockService.unlockFunding(PendingBudgetConstructionAppointmentFunding appointmentFunding,
org.kuali.rice.kim.bo.Person person)
release the lock for the given appointment funding if any |
BCConstants.LockStatus |
LockService.unlockFunding(String chartOfAccountsCode,
String accountNumber,
String subAccountNumber,
Integer fiscalYear,
String principalId)
This removes the fundinglock for the account and user |
BCConstants.LockStatus |
LockService.unlockPosition(String positionNumber,
Integer fiscalYear)
This removes an existing positionlock |
BCConstants.LockStatus |
LockService.unlockPosition(String positionNumber,
Integer fiscalYear,
String principalId)
release the locks on a positions with the given information |
BCConstants.LockStatus |
LockService.unlockPositionAndActiveFunding(Integer universityFiscalYear,
String positionNumber,
String principalId)
Unlocks the position and all associated funding lines not marked as delete. |
BCConstants.LockStatus |
LockService.unlockPostion(BudgetConstructionPosition position,
org.kuali.rice.kim.bo.Person person)
release the lock for the given position if any |
BCConstants.LockStatus |
LockService.unlockTransaction(String chartOfAccountsCode,
String accountNumber,
String subAccountNumber,
Integer fiscalYear)
This removes an existing transactionlock for a BC EDoc (account). |
| Uses of BCConstants.LockStatus in org.kuali.kfs.module.bc.document.service.impl |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||