Class DataCollectionTypeUtils
java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.type.DataCollectionTypeUtils
The Class that defines the data collection type utils.
- Since:
- 12.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckTypeCode(BODataCollectionType dataCollectionType, PoolKit poolKit) Checks the type code.
-
Method Details
-
checkTypeCode
public static void checkTypeCode(BODataCollectionType dataCollectionType, PoolKit poolKit) throws DAException, DAValidateException Checks the type code.- Parameters:
dataCollectionType- theBODataCollectionTypepoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-