Class CriticalActivityEntitiesCache
java.lang.Object
overit.geocallapp.wfm.core.bl.criticalactivity.CriticalActivityEntitiesCache
Cache for critical activity entities.
- Since:
- 13.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCriterion(Long criterionId) Returns theBOCriticalActivityRuleCriterion.Returns thePoolKit.Returns theBOCriticalActivityRuleHeader.getTimeZone(Long operationCenterId) Returns theTimeZone.getWoOperationInterventionScheduling(Long woOperationId) Returns theWOOperationInterventionScheduling.getWorkOrderHeader(Long workOrderId) Returns theBOWorkOrderHeader.getWorkOrderOperation(Long woOperationId) Returns theBOWorkOrderOperation.protected TimeZoneloadTimeZone(Long operationCenterId) protected WOOperationInterventionSchedulingloadWoOperationInterventionScheduling(Long woOperationId) voidsetPoolKit(PoolKit poolKit) Sets thePoolKit.
-
Field Details
-
LOG
-
-
Constructor Details
-
CriticalActivityEntitiesCache
public CriticalActivityEntitiesCache()
-
-
Method Details
-
getWorkOrderOperation
Returns theBOWorkOrderOperation.- Parameters:
woOperationId- the wo operation id- Returns:
- the work order operation
-
getWorkOrderHeader
Returns theBOWorkOrderHeader.- Parameters:
workOrderId- the work order id- Returns:
- the work order header
-
getWoOperationInterventionScheduling
Returns theWOOperationInterventionScheduling.- Parameters:
woOperationId- the wo operation id- Returns:
- the work order intervention scheduling
-
loadWoOperationInterventionScheduling
protected WOOperationInterventionScheduling loadWoOperationInterventionScheduling(Long woOperationId) -
getRule
Returns theBOCriticalActivityRuleHeader.- Parameters:
ruleId- the rule id- Returns:
- the rule header
-
getCriterion
Returns theBOCriticalActivityRuleCriterion.- Parameters:
criterionId- the criterion id- Returns:
- the rule criterion
-
getTimeZone
Returns theTimeZone.- Parameters:
operationCenterId- the operation center id- Returns:
- the timezone
-
loadTimeZone
-
getPoolKit
Returns thePoolKit.- Returns:
- the poolkit
-
setPoolKit
Sets thePoolKit.- Parameters:
poolKit- the pool kit
-