Class MobileFormsHelper
java.lang.Object
overit.geocallapp.wfm.orchestrator.documents.mobileforms.MobileFormsHelper
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildDataCollectionSheetCode(BODataCollectionSheet sheet, PoolKit poolKit) Builds the unique code by concatenating: Operation Center code Separator (-) Current timestamp (yyMMddHHmmssSSSS) A random number (0-9)buildDataCollectionSheetCodeFromOperationCenter(BOOperationCenter operationCenter, PoolKit poolKit)
-
Constructor Details
-
MobileFormsHelper
public MobileFormsHelper()
-
-
Method Details
-
buildDataCollectionSheetCode
public String buildDataCollectionSheetCode(BODataCollectionSheet sheet, PoolKit poolKit) throws DAException, DAValidateException Builds the unique code by concatenating:- Operation Center code
- Separator (-)
- Current timestamp (yyMMddHHmmssSSSS)
- A random number (0-9)
- Parameters:
operationCenterCode- the operation center code- Returns:
- the generated unique code
- Throws:
DAExceptionDAValidateException
-
buildDataCollectionSheetCodeFromOperationCenter
public String buildDataCollectionSheetCodeFromOperationCenter(BOOperationCenter operationCenter, PoolKit poolKit)
-