Class DataCollectionSheetInstanceExpressionCache
java.lang.Object
overit.geocallapp.wfm.core.bl.datacollection.instance.event.DataCollectionSheetInstanceExpressionCache
The Class that defines the data collection sheet instance expression cache.
- Since:
- 12.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetActivity(Long activityId) Returns the activity.getIntervention(Long woOperationId) Returns the intervention.getOperationType(Long operationTypeId) Returns the operation type.Returns the pool kit.getRequestType(Long requestTypeId) Returns the request type.getResourceType(Long resourceTypeId) Returns the resource type.getSchedulingResource(Long userId) Returns the scheduling resource.getServiceType(Long serviceTypeId) Returns the service type.getTechnicalObject(Long addressId) Returns the technical object.getTechnicalObjectHeader(Long technicalObjectId) Returns the technical object header.getTechnicalObjectType(Long technicalObjectTypeId) Returns the technical object type.getWorkCenter(Long workCenterId) Returns the work center.getWorkOrderHeader(Long workOrderId) Returns the work order header.getWorkOrderOperation(Long woOperationId) Returns the work order operation.getWorkOrderOperationState(Long workOrderOperationStateId) Returns the work order operation state.getWorkOrderState(Long workOrderStateId) Returns the work order state.getWorkOrderType(Long workOrderTypeId) Returns the work order type.getWorkOrderUrgency(Long workOrderUrgencyId) Returns the work order urgency.protected InterventionloadLastIntervention(Long woOperationId) Load last intervention.protected TechnicalObjectloadTechnicalObject(Long addressId) Load technical object.voidsetPoolKit(PoolKit poolKit) Sets the pool kit.
-
Constructor Details
-
DataCollectionSheetInstanceExpressionCache
public DataCollectionSheetInstanceExpressionCache()
-
-
Method Details
-
getPoolKit
Returns the pool kit.- Returns:
- the pool kit
-
setPoolKit
Sets the pool kit.- Parameters:
poolKit- the pool kit
-
getWorkOrderOperation
Returns the work order operation.- Parameters:
woOperationId- the wo operation id- Returns:
- the work order operation
-
getWorkOrderHeader
Returns the work order header.- Parameters:
workOrderId- the work order id- Returns:
- the work order header
-
getIntervention
Returns the intervention.- Parameters:
woOperationId- the wo operation id- Returns:
- the intervention
-
loadLastIntervention
Load last intervention.- Parameters:
woOperationId- the wo operation id- Returns:
- the intervention
-
getTechnicalObject
Returns the technical object.- Parameters:
addressId- the address id- Returns:
- the technical object
-
loadTechnicalObject
Load technical object.- Parameters:
addressId- the address id- Returns:
- the technical object
-
getTechnicalObjectHeader
Returns the technical object header.- Parameters:
technicalObjectId- the technical object id- Returns:
- the technical object header
-
getSchedulingResource
Returns the scheduling resource.- Parameters:
userId- the user id- Returns:
- the scheduling resource
-
getOperationType
Returns the operation type.- Parameters:
operationTypeId- the operation type id- Returns:
- the operation type
-
getResourceType
Returns the resource type.- Parameters:
resourceTypeId- the resource type id- Returns:
- the resource type
-
getWorkCenter
Returns the work center.- Parameters:
workCenterId- the work center id- Returns:
- the work center
-
getActivity
Returns the activity.- Parameters:
activityId- the activity id- Returns:
- the activity
-
getWorkOrderOperationState
Returns the work order operation state.- Parameters:
workOrderOperationStateId- the work order operation state id- Returns:
- the work order operation state
-
getWorkOrderState
Returns the work order state.- Parameters:
workOrderStateId- the work order state id- Returns:
- the work order state
-
getRequestType
Returns the request type.- Parameters:
requestTypeId- the request type id- Returns:
- the request type
-
getWorkOrderUrgency
Returns the work order urgency.- Parameters:
workOrderUrgencyId- the work order urgency id- Returns:
- the work order urgency
-
getServiceType
Returns the service type.- Parameters:
serviceTypeId- the service type id- Returns:
- the service type
-
getWorkOrderType
Returns the work order type.- Parameters:
workOrderTypeId- the work order type id- Returns:
- the work order type
-
getTechnicalObjectType
Returns the technical object type.- Parameters:
technicalObjectTypeId- the technical object type id- Returns:
- the technical object type
-