Class TechnicalObjectMappingHelper
java.lang.Object
overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.TechnicalObjectMappingHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncalculateStateFromRules(List<ExternalState> primaryExternalStates, List<ExternalState> secondaryExternalStates, PooledConnection conn) getBillOfMaterialsId(String billOfMaterials, PooledConnection conn) getCostCenterId(String costCenter, PooledConnection conn) getLocationId(String location) getMaterialId(String material, PooledConnection conn) getOwnerId(String owner, PooledConnection conn) getPriorObjectIds(String priorObject, String objectCode, PoolKit poolKit) getTechnicalObjectStateId(String geocallState, List<ExternalState> primaryExternalStates, List<ExternalState> secondaryExternalStates, PoolKit poolKit) getWarehouseId(String warehouse, PooledConnection conn)
-
Constructor Details
-
TechnicalObjectMappingHelper
public TechnicalObjectMappingHelper()
-
-
Method Details
-
getLocationId
-
getMaterialId
- Throws:
DAValidateException
-
getWarehouseId
- Throws:
DAValidateException
-
getPriorObjectIds
public Map<String,Object> getPriorObjectIds(String priorObject, String objectCode, PoolKit poolKit) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-
getBillOfMaterialsId
public Long getBillOfMaterialsId(String billOfMaterials, PooledConnection conn) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-
getTechnicalObjectStateId
public Long getTechnicalObjectStateId(String geocallState, List<ExternalState> primaryExternalStates, List<ExternalState> secondaryExternalStates, PoolKit poolKit) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-
calculateStateFromRules
public Long calculateStateFromRules(List<ExternalState> primaryExternalStates, List<ExternalState> secondaryExternalStates, PooledConnection conn) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-
getOwnerId
- Throws:
DAValidateException
-
getCostCenterId
- Throws:
DAValidateException
-