Class MobileFormsUtils
java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.MobileFormsUtils
Utility class that contains some utility methods for the mobile forms module.
- Since:
- 21.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidnotifyDataCollectionTemplateAfterVisibilityRuleChange(Long templateId, PoolKit poolKit) Notify that something is changed in the visibility rule of the data collection template.static voidnotifyDataCollectionTemplateStructureOutcomeRuleInsert(Long outcomeRuleId, PoolKit poolKit) Notifies theBODataCollectionTemplateStructureOutcomeRuleinsert.static voidnotifyDataCollectionTemplateStructureOutcomeRuleUpdate(Long outcomeRuleId, PoolKit poolKit) Notifies theBODataCollectionTemplateStructureOutcomeRuleupdate.static voidnotifyDataCollectionVisibilityRuleHeaderDelete(Long visibilityRuleHeaderId, Long templateId, boolean notifyTemplate, PoolKit poolKit) Notifies theBODCTemplateVisibilityRuleHeaderdelete.static voidnotifyDataCollectionVisibilityRuleHeaderInsert(Long visibilityRuleHeaderId, boolean notifyTemplate, PoolKit poolKit) Notifies theBODCTemplateVisibilityRuleHeaderinsert.static voidnotifyDataCollectionVisibilityRuleHeaderUpdate(Long visibilityRuleHeaderId, boolean notifyTemplate, PoolKit poolKit) Notifies theBODCTemplateVisibilityRuleHeaderupdate.static voidnotifyDataCollectionVisibilityRuleRowDelete(Long visibilityRuleRowId, Long visibilityRuleHeader, boolean notifyTemplate, PoolKit poolKit) Notifies theBODCTemplateVisibilityRuleRowdelete.static voidnotifyDataCollectionVisibilityRuleRowInsert(Long visibilityRuleRowId, boolean notifyTemplate, PoolKit poolKit) Notifies theBODCTemplateVisibilityRuleRowinsert.static voidnotifyMobileFormSheetInsert(Long mobileFormSheetId, PoolKit poolKit) Notifies theBODataCollectionSheetinsert.static voidnotifyMobileFormSheetStatusUpdate(Long mobileFormSheetId, PoolKit poolKit) Notifies theBODataCollectionSheetstatus update.static voidnotifyMobileFormSheetUpdate(Long mobileFormSheetId, PoolKit poolKit) Notifies theBODataCollectionSheetupdate.static voidnotifyMobileFormTemplateStructureReleaseInsert(Long templateStructureReleaseId, PoolKit poolKit) Notifies theBODataCollectionTemplateStructureReleaseinsert.
-
Method Details
-
notifyMobileFormTemplateStructureReleaseInsert
public static void notifyMobileFormTemplateStructureReleaseInsert(Long templateStructureReleaseId, PoolKit poolKit) throws DAException, DAValidateException Notifies theBODataCollectionTemplateStructureReleaseinsert.- Parameters:
templateStructureReleaseId- the mobile form template release idpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
notifyMobileFormSheetInsert
public static void notifyMobileFormSheetInsert(Long mobileFormSheetId, PoolKit poolKit) throws DAException, DAValidateException Notifies theBODataCollectionSheetinsert.- Parameters:
mobileFormSheetId- the mobile form sheet idpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
notifyMobileFormSheetUpdate
public static void notifyMobileFormSheetUpdate(Long mobileFormSheetId, PoolKit poolKit) throws DAException, DAValidateException Notifies theBODataCollectionSheetupdate.- Parameters:
mobileFormSheetId- the mobile form sheet idpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
notifyMobileFormSheetStatusUpdate
public static void notifyMobileFormSheetStatusUpdate(Long mobileFormSheetId, PoolKit poolKit) throws DAException, DAValidateException Notifies theBODataCollectionSheetstatus update.- Parameters:
mobileFormSheetId- theBODataCollectionSheetIdpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
notifyDataCollectionTemplateStructureOutcomeRuleInsert
public static void notifyDataCollectionTemplateStructureOutcomeRuleInsert(Long outcomeRuleId, PoolKit poolKit) throws DAException, DAValidateException Notifies theBODataCollectionTemplateStructureOutcomeRuleinsert.- Parameters:
outcomeRuleId- the outcome rule idpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
notifyDataCollectionTemplateStructureOutcomeRuleUpdate
public static void notifyDataCollectionTemplateStructureOutcomeRuleUpdate(Long outcomeRuleId, PoolKit poolKit) throws DAException, DAValidateException Notifies theBODataCollectionTemplateStructureOutcomeRuleupdate.- Parameters:
outcomeRuleId- the outcome rule idpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
notifyDataCollectionTemplateAfterVisibilityRuleChange
public static void notifyDataCollectionTemplateAfterVisibilityRuleChange(Long templateId, PoolKit poolKit) throws DAException, DAValidateException Notify that something is changed in the visibility rule of the data collection template.- Parameters:
templateId- theBODataCollectionTemplateHeaderid.poolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
notifyDataCollectionVisibilityRuleHeaderInsert
public static void notifyDataCollectionVisibilityRuleHeaderInsert(Long visibilityRuleHeaderId, boolean notifyTemplate, PoolKit poolKit) throws DAException, DAValidateException Notifies theBODCTemplateVisibilityRuleHeaderinsert.- Parameters:
visibilityRuleHeaderId- theBODCTemplateVisibilityRuleHeaderidpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
notifyDataCollectionVisibilityRuleHeaderUpdate
public static void notifyDataCollectionVisibilityRuleHeaderUpdate(Long visibilityRuleHeaderId, boolean notifyTemplate, PoolKit poolKit) throws DAException, DAValidateException Notifies theBODCTemplateVisibilityRuleHeaderupdate.- Parameters:
visibilityRuleHeaderId- theBODCTemplateVisibilityRuleHeaderidpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
notifyDataCollectionVisibilityRuleHeaderDelete
public static void notifyDataCollectionVisibilityRuleHeaderDelete(Long visibilityRuleHeaderId, Long templateId, boolean notifyTemplate, PoolKit poolKit) throws DAException, DAValidateException Notifies theBODCTemplateVisibilityRuleHeaderdelete.- Parameters:
visibilityRuleHeaderId- theBODCTemplateVisibilityRuleHeaderidpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
notifyDataCollectionVisibilityRuleRowInsert
public static void notifyDataCollectionVisibilityRuleRowInsert(Long visibilityRuleRowId, boolean notifyTemplate, PoolKit poolKit) throws DAException, DAValidateException Notifies theBODCTemplateVisibilityRuleRowinsert.- Parameters:
visibilityRuleRowId- theBODCTemplateVisibilityRuleRowidpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
notifyDataCollectionVisibilityRuleRowDelete
public static void notifyDataCollectionVisibilityRuleRowDelete(Long visibilityRuleRowId, Long visibilityRuleHeader, boolean notifyTemplate, PoolKit poolKit) throws DAException, DAValidateException Notifies theBODCTemplateVisibilityRuleRowdelete.- Parameters:
visibilityRuleRowId- theBODCTemplateVisibilityRuleRowidpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-