|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BudgetConstructionHeader in org.kuali.kfs.module.bc.batch.dataaccess.impl |
---|
Methods in org.kuali.kfs.module.bc.batch.dataaccess.impl with parameters of type BudgetConstructionHeader | |
---|---|
protected String |
GenesisDaoOjb.getAcctRptsToKeyFromBCHdr(BudgetConstructionHeader bCHdr)
|
protected String |
GenesisDaoOjb.getOrgHierarchyKeyFromBCHeader(BudgetConstructionHeader bCHdr)
|
protected void |
GenesisDaoOjb.updateBudgetConstructionHeaderAsNeeded(BudgetConstructionHeader bCHdr)
|
Uses of BudgetConstructionHeader in org.kuali.kfs.module.bc.businessobject |
---|
Methods in org.kuali.kfs.module.bc.businessobject that return BudgetConstructionHeader | |
---|---|
BudgetConstructionHeader |
BudgetConstructionControlList.getBudgetConstructionHeader()
Gets the budgetConstructionHeader attribute. |
BudgetConstructionHeader |
PendingBudgetConstructionGeneralLedger.getBudgetConstructionHeader()
Gets the budgetConstructionHeader attribute. |
BudgetConstructionHeader |
BudgetConstructionAccountSelect.getBudgetConstructionHeader()
Gets the budgetConstructionHeader attribute. |
BudgetConstructionHeader |
BudgetConstructionLockStatus.getBudgetConstructionHeader()
Gets the budgetConstructionHeader attribute. |
Methods in org.kuali.kfs.module.bc.businessobject with parameters of type BudgetConstructionHeader | |
---|---|
void |
BudgetConstructionControlList.setBudgetConstructionHeader(BudgetConstructionHeader budgetConstructionHeader)
Deprecated. |
void |
PendingBudgetConstructionGeneralLedger.setBudgetConstructionHeader(BudgetConstructionHeader budgetConstructionHeader)
Deprecated. |
void |
BudgetConstructionAccountSelect.setBudgetConstructionHeader(BudgetConstructionHeader budgetConstructionHeader)
Deprecated. |
void |
BudgetConstructionLockStatus.setBudgetConstructionHeader(BudgetConstructionHeader budgetConstructionHeader)
Sets the budgetConstructionHeader attribute value. |
Uses of BudgetConstructionHeader in org.kuali.kfs.module.bc.document.dataaccess |
---|
Methods in org.kuali.kfs.module.bc.document.dataaccess that return BudgetConstructionHeader | |
---|---|
BudgetConstructionHeader |
BudgetConstructionDao.getByCandidateKey(String chartOfAccountsCode,
String accountNumber,
String subAccountNumber,
Integer fiscalYear)
This gets a BudgetConstructionHeader using the candidate key chart, account, subaccount, fiscalyear |
BudgetConstructionHeader |
ImportRequestDao.getHeaderRecord(BudgetConstructionRequestMove record,
Integer budgetYear)
|
Methods in org.kuali.kfs.module.bc.document.dataaccess that return types with arguments of type BudgetConstructionHeader | |
---|---|
List<BudgetConstructionHeader> |
BudgetConstructionLockDao.getAllAccountLocks(String lockUnivId)
Retrieves all current account locks for the given user (or all locks if user is null/empty). |
List<BudgetConstructionHeader> |
BudgetConstructionLockDao.getAllTransactionLocks(String lockUnivId)
Retrieves all current transaction locks for the given user (or all locks if user is null/empty). |
Methods in org.kuali.kfs.module.bc.document.dataaccess with parameters of type BudgetConstructionHeader | |
---|---|
void |
BudgetConstructionDao.saveBudgetConstructionHeader(BudgetConstructionHeader bcHeader)
This saves a BudgetConstructionHeader object to the database |
Uses of BudgetConstructionHeader in org.kuali.kfs.module.bc.document.dataaccess.impl |
---|
Methods in org.kuali.kfs.module.bc.document.dataaccess.impl that return BudgetConstructionHeader | |
---|---|
BudgetConstructionHeader |
BudgetConstructionDaoOjb.getByCandidateKey(String chartOfAccountsCode,
String accountNumber,
String subAccountNumber,
Integer fiscalYear)
This gets a BudgetConstructionHeader using the candidate key chart, account, subaccount, fiscalyear |
BudgetConstructionHeader |
ImportRequestDaoOjb.getHeaderRecord(BudgetConstructionRequestMove record,
Integer budgetYear)
|
Methods in org.kuali.kfs.module.bc.document.dataaccess.impl that return types with arguments of type BudgetConstructionHeader | |
---|---|
List<BudgetConstructionHeader> |
BudgetConstructionLockDaoOjb.getAllAccountLocks(String lockUnivId)
|
List<BudgetConstructionHeader> |
BudgetConstructionLockDaoOjb.getAllTransactionLocks(String lockUnivId)
|
Methods in org.kuali.kfs.module.bc.document.dataaccess.impl with parameters of type BudgetConstructionHeader | |
---|---|
void |
BudgetConstructionDaoOjb.saveBudgetConstructionHeader(BudgetConstructionHeader bcHeader)
This saves a BudgetConstructionHeader object to the database |
Uses of BudgetConstructionHeader in org.kuali.kfs.module.bc.document.service |
---|
Methods in org.kuali.kfs.module.bc.document.service that return BudgetConstructionHeader | |
---|---|
BudgetConstructionHeader |
BudgetDocumentService.getBudgetConstructionHeader(PendingBudgetConstructionAppointmentFunding appointmentFunding)
get the budget document with the information provided by the given appointment funding |
BudgetConstructionHeader |
BudgetDocumentService.getByCandidateKey(String chartOfAccountsCode,
String accountNumber,
String subAccountNumber,
Integer fiscalYear)
Gets a BudgetConstructionHeader by the candidate key instead of primary key |
Methods in org.kuali.kfs.module.bc.document.service that return types with arguments of type BudgetConstructionHeader | |
---|---|
List<BudgetConstructionHeader> |
LockService.getAllAccountLocks(String lockUnivId)
Retrieves all current account locks for the given user (or all locks if user is null/empty). |
List<BudgetConstructionHeader> |
LockService.getAllTransactionLocks(String lockUnivId)
Retrieves all current transaction locks for the given user (or all locks if user is null/empty). |
Methods in org.kuali.kfs.module.bc.document.service with parameters of type BudgetConstructionHeader | |
---|---|
SortedSet<BudgetConstructionFundingLock> |
LockService.getFundingLocks(BudgetConstructionHeader bcHeader)
This returns the set of BCFundingLocks associated with a BCHeader. |
boolean |
LockService.isAccountLocked(BudgetConstructionHeader bcHeader)
This method checks the database for an accountlock. |
boolean |
LockService.isAccountLockedByUser(BudgetConstructionHeader budgetConstructionHeader,
org.kuali.rice.kim.bo.Person person)
determine whether the account lock on the given budget document is held by the the specified user |
boolean |
BudgetDocumentService.isBudgetableDocument(BudgetConstructionHeader bcHeader)
determine whether the given document is budgetable |
boolean |
BudgetDocumentService.isBudgetableDocumentNoWagesCheck(BudgetConstructionHeader bcHeader)
determine whether the given document is budgetable skipping the wages allowed check |
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. |
List<PendingBudgetConstructionGeneralLedger> |
BudgetDocumentService.retrievePendingBudgetConstructionGeneralLedger(BudgetConstructionHeader budgetConstructionHeader)
retrieve all pending budget construction GL records associated with the given budget contruction header |
BCConstants.LockStatus |
LockService.unlockAccount(BudgetConstructionHeader bcHeader)
This method attempts to unlock the given BudgetConstructionHeader. |
Uses of BudgetConstructionHeader in org.kuali.kfs.module.bc.document.service.impl |
---|
Methods in org.kuali.kfs.module.bc.document.service.impl that return BudgetConstructionHeader | |
---|---|
BudgetConstructionHeader |
BudgetDocumentServiceImpl.getBudgetConstructionHeader(PendingBudgetConstructionAppointmentFunding appointmentFunding)
|
BudgetConstructionHeader |
BudgetDocumentServiceImpl.getByCandidateKey(String chartOfAccountsCode,
String accountNumber,
String subAccountNumber,
Integer fiscalYear)
|
Methods in org.kuali.kfs.module.bc.document.service.impl that return types with arguments of type BudgetConstructionHeader | |
---|---|
List<BudgetConstructionHeader> |
LockServiceImpl.getAllAccountLocks(String lockUserId)
|
List<BudgetConstructionHeader> |
LockServiceImpl.getAllTransactionLocks(String lockUserId)
|
Methods in org.kuali.kfs.module.bc.document.service.impl with parameters of type BudgetConstructionHeader | |
---|---|
SortedSet<BudgetConstructionFundingLock> |
LockServiceImpl.getFundingLocks(BudgetConstructionHeader bcHeader)
|
protected PendingBudgetConstructionGeneralLedger |
BudgetDocumentServiceImpl.getPendingBudgetConstructionGeneralLedger(BudgetConstructionHeader budgetConstructionHeader,
PendingBudgetConstructionAppointmentFunding appointmentFunding,
org.kuali.rice.kns.util.KualiInteger updateAmount,
boolean is2PLG)
get a pending budget construction GL record, and set its to the given update amount if it exists in database; otherwise, create it with the given information |
boolean |
LockServiceImpl.isAccountLocked(BudgetConstructionHeader bcHeader)
|
boolean |
LockServiceImpl.isAccountLockedByUser(BudgetConstructionHeader budgetConstructionHeader,
org.kuali.rice.kim.bo.Person person)
|
boolean |
BudgetDocumentServiceImpl.isBudgetableDocument(BudgetConstructionHeader bcHeader)
|
boolean |
BudgetDocumentServiceImpl.isBudgetableDocumentNoWagesCheck(BudgetConstructionHeader bcHeader)
|
BudgetConstructionLockStatus |
LockServiceImpl.lockAccount(BudgetConstructionHeader bcHeader,
String principalId)
|
BudgetConstructionLockStatus |
LockServiceImpl.lockAccountAndCommit(BudgetConstructionHeader bcHeader,
String principalId)
|
BudgetConstructionLockStatus |
LockServiceImpl.lockFunding(BudgetConstructionHeader bcHeader,
String principalId)
|
List<PendingBudgetConstructionGeneralLedger> |
BudgetDocumentServiceImpl.retrievePendingBudgetConstructionGeneralLedger(BudgetConstructionHeader budgetConstructionHeader)
|
protected PendingBudgetConstructionGeneralLedger |
BudgetDocumentServiceImpl.retrievePendingBudgetConstructionGeneralLedger(BudgetConstructionHeader budgetConstructionHeader,
PendingBudgetConstructionAppointmentFunding appointmentFunding,
boolean is2PLG)
retrieve a pending budget construction GL record based on the given infromation |
protected void |
BudgetRequestImportServiceImpl.udpateBenefits(String fileType,
BudgetConstructionHeader header)
Updates benefits |
BCConstants.LockStatus |
LockServiceImpl.unlockAccount(BudgetConstructionHeader bcHeader)
|
protected String |
BudgetRequestImportServiceImpl.updateBudgetAmounts(String fileType,
BudgetConstructionRequestMove importLine,
BudgetConstructionHeader header,
Integer budgetYear)
updates budget amounts |
Uses of BudgetConstructionHeader in org.kuali.kfs.module.bc.document.web.struts |
---|
Methods in org.kuali.kfs.module.bc.document.web.struts that return BudgetConstructionHeader | |
---|---|
BudgetConstructionHeader |
BudgetConstructionSelectionForm.getBudgetConstructionHeader()
Gets the budgetConstructionHeader attribute. |
Methods in org.kuali.kfs.module.bc.document.web.struts with parameters of type BudgetConstructionHeader | |
---|---|
void |
BudgetConstructionSelectionForm.setBudgetConstructionHeader(BudgetConstructionHeader budgetConstructionHeader)
Sets the budgetConstructionHeader attribute value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |