Interface BatchService
- All Superinterfaces:
BatchForms
- All Known Subinterfaces:
BatchLocal
,BatchRemote
- All Known Implementing Classes:
BatchBean
-
Method Summary
Modifier and TypeMethodDescriptioncreateBatchAlias
(UserVisitPK userVisitPK, CreateBatchAliasForm form) createBatchAliasType
(UserVisitPK userVisitPK, CreateBatchAliasTypeForm form) createBatchAliasTypeDescription
(UserVisitPK userVisitPK, CreateBatchAliasTypeDescriptionForm form) createBatchType
(UserVisitPK userVisitPK, CreateBatchTypeForm form) createBatchTypeDescription
(UserVisitPK userVisitPK, CreateBatchTypeDescriptionForm form) createBatchTypeEntityType
(UserVisitPK userVisitPK, CreateBatchTypeEntityTypeForm form) deleteBatchAlias
(UserVisitPK userVisitPK, DeleteBatchAliasForm form) deleteBatchAliasType
(UserVisitPK userVisitPK, DeleteBatchAliasTypeForm form) deleteBatchAliasTypeDescription
(UserVisitPK userVisitPK, DeleteBatchAliasTypeDescriptionForm form) deleteBatchType
(UserVisitPK userVisitPK, DeleteBatchTypeForm form) deleteBatchTypeDescription
(UserVisitPK userVisitPK, DeleteBatchTypeDescriptionForm form) deleteBatchTypeEntityType
(UserVisitPK userVisitPK, DeleteBatchTypeEntityTypeForm form) editBatchAlias
(UserVisitPK userVisitPK, EditBatchAliasForm form) editBatchAliasType
(UserVisitPK userVisitPK, EditBatchAliasTypeForm form) editBatchAliasTypeDescription
(UserVisitPK userVisitPK, EditBatchAliasTypeDescriptionForm form) editBatchType
(UserVisitPK userVisitPK, EditBatchTypeForm form) editBatchTypeDescription
(UserVisitPK userVisitPK, EditBatchTypeDescriptionForm form) getBatchAlias
(UserVisitPK userVisitPK, GetBatchAliasForm form) getBatchAliases
(UserVisitPK userVisitPK, GetBatchAliasesForm form) getBatchAliasType
(UserVisitPK userVisitPK, GetBatchAliasTypeForm form) getBatchAliasTypeChoices
(UserVisitPK userVisitPK, GetBatchAliasTypeChoicesForm form) getBatchAliasTypeDescription
(UserVisitPK userVisitPK, GetBatchAliasTypeDescriptionForm form) getBatchAliasTypeDescriptions
(UserVisitPK userVisitPK, GetBatchAliasTypeDescriptionsForm form) getBatchAliasTypes
(UserVisitPK userVisitPK, GetBatchAliasTypesForm form) getBatchType
(UserVisitPK userVisitPK, GetBatchTypeForm form) getBatchTypeChoices
(UserVisitPK userVisitPK, GetBatchTypeChoicesForm form) getBatchTypeDescription
(UserVisitPK userVisitPK, GetBatchTypeDescriptionForm form) getBatchTypeDescriptions
(UserVisitPK userVisitPK, GetBatchTypeDescriptionsForm form) getBatchTypeEntityType
(UserVisitPK userVisitPK, GetBatchTypeEntityTypeForm form) getBatchTypeEntityTypes
(UserVisitPK userVisitPK, GetBatchTypeEntityTypesForm form) getBatchTypes
(UserVisitPK userVisitPK, GetBatchTypesForm form) ping()
setDefaultBatchAliasType
(UserVisitPK userVisitPK, SetDefaultBatchAliasTypeForm form) setDefaultBatchType
(UserVisitPK userVisitPK, SetDefaultBatchTypeForm form) Methods inherited from interface com.echothree.control.user.batch.common.BatchForms
getBatchAliasEdit, getBatchAliasSpec, getBatchAliasTypeDescriptionEdit, getBatchAliasTypeDescriptionSpec, getBatchAliasTypeEdit, getBatchAliasTypeSpec, getBatchSpec, getBatchTypeDescriptionEdit, getBatchTypeDescriptionSpec, getBatchTypeEdit, getBatchTypeEntityTypeSpec, getBatchTypeSpec, getCreateBatchAliasForm, getCreateBatchAliasTypeDescriptionForm, getCreateBatchAliasTypeForm, getCreateBatchTypeDescriptionForm, getCreateBatchTypeEntityTypeForm, getCreateBatchTypeForm, getDeleteBatchAliasForm, getDeleteBatchAliasTypeDescriptionForm, getDeleteBatchAliasTypeForm, getDeleteBatchTypeDescriptionForm, getDeleteBatchTypeEntityTypeForm, getDeleteBatchTypeForm, getEditBatchAliasForm, getEditBatchAliasTypeDescriptionForm, getEditBatchAliasTypeForm, getEditBatchTypeDescriptionForm, getEditBatchTypeForm, getGetBatchAliasesForm, getGetBatchAliasForm, getGetBatchAliasTypeChoicesForm, getGetBatchAliasTypeDescriptionForm, getGetBatchAliasTypeDescriptionsForm, getGetBatchAliasTypeForm, getGetBatchAliasTypesForm, getGetBatchTypeChoicesForm, getGetBatchTypeDescriptionForm, getGetBatchTypeDescriptionsForm, getGetBatchTypeEntityTypeForm, getGetBatchTypeEntityTypesForm, getGetBatchTypeForm, getGetBatchTypesForm, getSetDefaultBatchAliasTypeForm, getSetDefaultBatchTypeForm
-
Method Details
-
ping
-
createBatchType
-
getBatchTypeChoices
-
getBatchType
-
getBatchTypes
-
setDefaultBatchType
-
editBatchType
-
deleteBatchType
-
createBatchTypeDescription
CommandResult createBatchTypeDescription(UserVisitPK userVisitPK, CreateBatchTypeDescriptionForm form) -
getBatchTypeDescription
-
getBatchTypeDescriptions
-
editBatchTypeDescription
-
deleteBatchTypeDescription
CommandResult deleteBatchTypeDescription(UserVisitPK userVisitPK, DeleteBatchTypeDescriptionForm form) -
createBatchTypeEntityType
CommandResult createBatchTypeEntityType(UserVisitPK userVisitPK, CreateBatchTypeEntityTypeForm form) -
getBatchTypeEntityType
-
getBatchTypeEntityTypes
-
deleteBatchTypeEntityType
CommandResult deleteBatchTypeEntityType(UserVisitPK userVisitPK, DeleteBatchTypeEntityTypeForm form) -
createBatchAliasType
-
getBatchAliasTypeChoices
-
getBatchAliasType
-
getBatchAliasTypes
-
setDefaultBatchAliasType
-
editBatchAliasType
-
deleteBatchAliasType
-
createBatchAliasTypeDescription
-
getBatchAliasTypeDescription
CommandResult getBatchAliasTypeDescription(UserVisitPK userVisitPK, GetBatchAliasTypeDescriptionForm form) -
getBatchAliasTypeDescriptions
CommandResult getBatchAliasTypeDescriptions(UserVisitPK userVisitPK, GetBatchAliasTypeDescriptionsForm form) -
editBatchAliasTypeDescription
CommandResult editBatchAliasTypeDescription(UserVisitPK userVisitPK, EditBatchAliasTypeDescriptionForm form) -
deleteBatchAliasTypeDescription
-
createBatchAlias
-
getBatchAlias
-
getBatchAliases
-
editBatchAlias
-
deleteBatchAlias
-