Class DataCollectionTemplateStructureReleaseUtils
java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.template.structure.release.DataCollectionTemplateStructureReleaseUtils
Utility class for data collection template structure release.
- Since:
- 12.0
- GCApi:
- bo
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckTemplateReleaseDate(BODataCollectionTemplateStructureRelease release, PoolKit poolKit) Checks the template release date.static LongcreateSequenceNumber(Long templateID, PoolKit poolKit) Creates the sequence number.
-
Method Details
-
checkTemplateReleaseDate
public static void checkTemplateReleaseDate(BODataCollectionTemplateStructureRelease release, PoolKit poolKit) throws DAException, DAValidateException Checks the template release date.- Parameters:
release- theBODataCollectionTemplateStructureReleasepoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
createSequenceNumber
public static Long createSequenceNumber(Long templateID, PoolKit poolKit) throws DAException, DAValidateException Creates the sequence number.- Parameters:
templateID- the template IDpoolKit- thePoolKit- Returns:
- the long
- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-