|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BudgetConstructionLockDao
Provides methods for retrieving locks.
Method Summary | |
---|---|
List<BudgetConstructionHeader> |
getAllAccountLocks(String lockUnivId)
Retrieves all current account locks for the given user (or all locks if user is null/empty). |
List<PendingBudgetConstructionAppointmentFunding> |
getAllPositionFundingLocks(String lockUnivId)
Retrieves all current position/funding locks for the given user (or all locks if user is null/empty). |
List<BudgetConstructionHeader> |
getAllTransactionLocks(String lockUnivId)
Retrieves all current transaction locks for the given user (or all locks if user is null/empty). |
List<BudgetConstructionFundingLock> |
getOrphanedFundingLocks(String lockUnivId)
Retrieves all funding locks that do not have a corresponding position lock for the given user (or all locks if user is null/empty). |
List<BudgetConstructionPosition> |
getOrphanedPositionLocks(String lockUnivId)
Retrieves all current position locks without a funding lock for the given user (or all locks if user is null/empty). |
Method Detail |
---|
List<BudgetConstructionHeader> getAllAccountLocks(String lockUnivId)
lockUnivId
- - universal id that will be used in lock query
List<BudgetConstructionHeader> getAllTransactionLocks(String lockUnivId)
lockUnivId
- - universal id that will be used in lock query
List<BudgetConstructionFundingLock> getOrphanedFundingLocks(String lockUnivId)
lockUnivId
- - universal id that will be used in lock query
List<PendingBudgetConstructionAppointmentFunding> getAllPositionFundingLocks(String lockUnivId)
lockUnivId
- - universal id that will be used in lock query
List<BudgetConstructionPosition> getOrphanedPositionLocks(String lockUnivId)
lockUnivId
- universal id that will be used in lock query
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |