Class WorkOrderUtils
java.lang.Object
overit.geocallapp.wfm.workorders.bl.WorkOrderUtils
Utility class that contains some utility methods for the work order module.
- Since:
- 16.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidnotifyWorkOrderHeaderInsert(Long workOrderId, PoolKit poolKit) Notifies theBOWorkOrderHeaderinsert.static voidnotifyWorkOrderHeaderInsert(Long workOrderId, PooledConnection conn) Notifies theBOWorkOrderHeaderinsert.static voidnotifyWorkOrderHeaderStatusUpdate(Long workOrderId) Notifies theBOWorkOrderHeaderstatus update.static voidnotifyWorkOrderHeaderStatusUpdate(Long workOrderId, PoolKit poolKit) Notifies theBOWorkOrderHeaderstatus update.static voidnotifyWorkOrderHeaderStatusUpdate(Long workOrderId, PooledConnection conn) Notifies theBOWorkOrderHeaderstatus update.static voidnotifyWorkOrderHeaderUpdate(Long workOrderId, PoolKit poolKit) Notifies theBOWorkOrderHeaderupdate.static voidnotifyWorkOrderHeaderUpdate(Long workOrderId, PooledConnection conn) Notifies theBOWorkOrderHeaderupdate.static voidnotifyWorkOrderOperationInsert(Long workOrderOperationId, PoolKit poolKit) Notifies theBOWorkOrderOperationinsert.static voidnotifyWorkOrderOperationInsert(Long workOrderOperationId, PooledConnection conn) Notifies theBOWorkOrderOperationinsert.static voidnotifyWorkOrderOperationStatusUpdate(Long operationId, PoolKit poolKit) Notifies theBOWorkOrderHeaderstatus update.static voidnotifyWorkOrderOperationStatusUpdate(Long workOrderId, PooledConnection conn) Notifies theBOWorkOrderOperationstatus update.static voidnotifyWorkOrderOperationUpdate(Long workOrderOperationId, PoolKit poolKit) Notifies theBOWorkOrderOperationupdate.static voidnotifyWorkOrderOperationUpdate(Long workOrderOperationId, PooledConnection conn) Notifies theBOWorkOrderOperationupdate.
-
Method Details
-
notifyWorkOrderHeaderStatusUpdate
public static void notifyWorkOrderHeaderStatusUpdate(Long workOrderId, PoolKit poolKit) throws DAException, DAValidateException Notifies theBOWorkOrderHeaderstatus update.- Parameters:
workOrderId- the work order header idpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
notifyWorkOrderHeaderStatusUpdate
public static void notifyWorkOrderHeaderStatusUpdate(Long workOrderId, PooledConnection conn) throws DAException, DAValidateException Notifies theBOWorkOrderHeaderstatus update.- Parameters:
workOrderId- the work order header idconn- thePooledConnection- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
notifyWorkOrderHeaderStatusUpdate
public static void notifyWorkOrderHeaderStatusUpdate(Long workOrderId) throws DAException, DAValidateException Notifies theBOWorkOrderHeaderstatus update.- Parameters:
workOrderId- the work order header id- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
notifyWorkOrderHeaderInsert
public static void notifyWorkOrderHeaderInsert(Long workOrderId, PoolKit poolKit) throws DAException, DAValidateException Notifies theBOWorkOrderHeaderinsert.- Parameters:
workOrderId- the work order header idpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
notifyWorkOrderHeaderInsert
public static void notifyWorkOrderHeaderInsert(Long workOrderId, PooledConnection conn) throws DAException, DAValidateException Notifies theBOWorkOrderHeaderinsert.- Parameters:
workOrderId- the work order header idconn- thePooledConnection- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
notifyWorkOrderHeaderUpdate
public static void notifyWorkOrderHeaderUpdate(Long workOrderId, PoolKit poolKit) throws DAException, DAValidateException Notifies theBOWorkOrderHeaderupdate.- Parameters:
workOrderId- the work order header idpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
notifyWorkOrderHeaderUpdate
public static void notifyWorkOrderHeaderUpdate(Long workOrderId, PooledConnection conn) throws DAException, DAValidateException Notifies theBOWorkOrderHeaderupdate.- Parameters:
workOrderId- the work order header idconn- thePooledConnection- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
notifyWorkOrderOperationStatusUpdate
public static void notifyWorkOrderOperationStatusUpdate(Long operationId, PoolKit poolKit) throws DAException, DAValidateException Notifies theBOWorkOrderHeaderstatus update.- Parameters:
operationId- the work order operation idpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
notifyWorkOrderOperationStatusUpdate
public static void notifyWorkOrderOperationStatusUpdate(Long workOrderId, PooledConnection conn) throws DAException, DAValidateException Notifies theBOWorkOrderOperationstatus update.- Parameters:
workOrderId- the work order operation idconn- thePooledConnection- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
notifyWorkOrderOperationInsert
public static void notifyWorkOrderOperationInsert(Long workOrderOperationId, PoolKit poolKit) throws DAException, DAValidateException Notifies theBOWorkOrderOperationinsert.- Parameters:
workOrderOperationId- theBOWorkOrderOperationidpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
notifyWorkOrderOperationInsert
public static void notifyWorkOrderOperationInsert(Long workOrderOperationId, PooledConnection conn) throws DAException, DAValidateException Notifies theBOWorkOrderOperationinsert.- Parameters:
workOrderOperationId- theBOWorkOrderOperationidconn- thePooledConnection- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
notifyWorkOrderOperationUpdate
public static void notifyWorkOrderOperationUpdate(Long workOrderOperationId, PoolKit poolKit) throws DAException, DAValidateException Notifies theBOWorkOrderOperationupdate.- Parameters:
workOrderOperationId- theBOWorkOrderOperationidpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
notifyWorkOrderOperationUpdate
public static void notifyWorkOrderOperationUpdate(Long workOrderOperationId, PooledConnection conn) throws DAException, DAValidateException Notifies theBOWorkOrderOperationupdate.- Parameters:
workOrderOperationId- theBOWorkOrderOperationidconn- thePooledConnection- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-