Class BTExportLauncher
java.lang.Object
overit.geocall.bl.BusinessTask<Void>
overit.geocallapp.wfm.core.ux.configurationimportexport.task.BTExportLauncher
- All Implemented Interfaces:
Serializable,Tool
- See Also:
- GCApi:
- task
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidImplements this method to write the specific task logic to handle the input parameter.protected voidprotected Stringprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidvoidsetExportConfigration(Long exportConfigration) Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Field Details
-
exportConfiguration
-
-
Constructor Details
-
BTExportLauncher
public BTExportLauncher()
-
-
Method Details
-
body
Description copied from class:BusinessTaskImplements this method to write the specific task logic to handle the input parameter.- Specified by:
bodyin classBusinessTask<Void>- Parameters:
v- the object upon which the task will works onpk- the poolkit containing the reference to the database connection that can be used- Throws:
DAException- in case of database errorDAValidateException- in case of database validation error
-
setExportConfigration
-
chooseLaunchingEvent
- Throws:
DAValidateExceptionDAException
-
launchUsersExport
- Throws:
DAValidateExceptionDAException
-
launchSchedulingResourceExport
- Throws:
DAValidateExceptionDAException
-
getAddressDescription
protected String getAddressDescription(HashMap<Long, String> decodedAddresses, Long addressId, PoolKit pk) throws DAException, DAValidateException- Throws:
DAExceptionDAValidateException
-
launchRequestTypeExport
- Throws:
DAValidateExceptionDAException
-
launchServiceTypeExport
- Throws:
DAValidateExceptionDAException
-
launchActivityExport
- Throws:
DAValidateExceptionDAException
-
launchFacilityTypeExport
- Throws:
DAValidateExceptionDAException
-
launchWOTypeExport
- Throws:
DAValidateExceptionDAException
-
launchOperationTypeExport
- Throws:
DAValidateExceptionDAException
-
launchWOOperationTypeExport
- Throws:
DAValidateExceptionDAException
-
launchWorkCenterExport
- Throws:
DAValidateExceptionDAException
-
launchResourceTypeExport
- Throws:
DAValidateExceptionDAException
-
launchWoTypeActivitiesExport
- Throws:
DAValidateExceptionDAException
-
launchWorkCycleExport
- Throws:
DAValidateExceptionDAException
-