Class BatchBean
java.lang.Object
com.echothree.control.user.batch.server.BatchFormsImpl
com.echothree.control.user.batch.server.BatchBean
- All Implemented Interfaces:
BatchForms
,BatchRemote
,BatchService
,BatchLocal
-
Constructor Summary
Constructors -
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 class com.echothree.control.user.batch.server.BatchFormsImpl
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
-
Constructor Details
-
BatchBean
public BatchBean()
-
-
Method Details
-
ping
- Specified by:
ping
in interfaceBatchService
-
createBatchType
- Specified by:
createBatchType
in interfaceBatchService
-
getBatchTypeChoices
- Specified by:
getBatchTypeChoices
in interfaceBatchService
-
getBatchType
- Specified by:
getBatchType
in interfaceBatchService
-
getBatchTypes
- Specified by:
getBatchTypes
in interfaceBatchService
-
setDefaultBatchType
- Specified by:
setDefaultBatchType
in interfaceBatchService
-
editBatchType
- Specified by:
editBatchType
in interfaceBatchService
-
deleteBatchType
- Specified by:
deleteBatchType
in interfaceBatchService
-
createBatchTypeDescription
public CommandResult createBatchTypeDescription(UserVisitPK userVisitPK, CreateBatchTypeDescriptionForm form) - Specified by:
createBatchTypeDescription
in interfaceBatchService
-
getBatchTypeDescription
public CommandResult getBatchTypeDescription(UserVisitPK userVisitPK, GetBatchTypeDescriptionForm form) - Specified by:
getBatchTypeDescription
in interfaceBatchService
-
getBatchTypeDescriptions
public CommandResult getBatchTypeDescriptions(UserVisitPK userVisitPK, GetBatchTypeDescriptionsForm form) - Specified by:
getBatchTypeDescriptions
in interfaceBatchService
-
editBatchTypeDescription
public CommandResult editBatchTypeDescription(UserVisitPK userVisitPK, EditBatchTypeDescriptionForm form) - Specified by:
editBatchTypeDescription
in interfaceBatchService
-
deleteBatchTypeDescription
public CommandResult deleteBatchTypeDescription(UserVisitPK userVisitPK, DeleteBatchTypeDescriptionForm form) - Specified by:
deleteBatchTypeDescription
in interfaceBatchService
-
createBatchTypeEntityType
public CommandResult createBatchTypeEntityType(UserVisitPK userVisitPK, CreateBatchTypeEntityTypeForm form) - Specified by:
createBatchTypeEntityType
in interfaceBatchService
-
getBatchTypeEntityType
public CommandResult getBatchTypeEntityType(UserVisitPK userVisitPK, GetBatchTypeEntityTypeForm form) - Specified by:
getBatchTypeEntityType
in interfaceBatchService
-
getBatchTypeEntityTypes
public CommandResult getBatchTypeEntityTypes(UserVisitPK userVisitPK, GetBatchTypeEntityTypesForm form) - Specified by:
getBatchTypeEntityTypes
in interfaceBatchService
-
deleteBatchTypeEntityType
public CommandResult deleteBatchTypeEntityType(UserVisitPK userVisitPK, DeleteBatchTypeEntityTypeForm form) - Specified by:
deleteBatchTypeEntityType
in interfaceBatchService
-
createBatchAliasType
- Specified by:
createBatchAliasType
in interfaceBatchService
-
getBatchAliasTypeChoices
public CommandResult getBatchAliasTypeChoices(UserVisitPK userVisitPK, GetBatchAliasTypeChoicesForm form) - Specified by:
getBatchAliasTypeChoices
in interfaceBatchService
-
getBatchAliasType
- Specified by:
getBatchAliasType
in interfaceBatchService
-
getBatchAliasTypes
- Specified by:
getBatchAliasTypes
in interfaceBatchService
-
setDefaultBatchAliasType
public CommandResult setDefaultBatchAliasType(UserVisitPK userVisitPK, SetDefaultBatchAliasTypeForm form) - Specified by:
setDefaultBatchAliasType
in interfaceBatchService
-
editBatchAliasType
- Specified by:
editBatchAliasType
in interfaceBatchService
-
deleteBatchAliasType
- Specified by:
deleteBatchAliasType
in interfaceBatchService
-
createBatchAliasTypeDescription
public CommandResult createBatchAliasTypeDescription(UserVisitPK userVisitPK, CreateBatchAliasTypeDescriptionForm form) - Specified by:
createBatchAliasTypeDescription
in interfaceBatchService
-
getBatchAliasTypeDescription
public CommandResult getBatchAliasTypeDescription(UserVisitPK userVisitPK, GetBatchAliasTypeDescriptionForm form) - Specified by:
getBatchAliasTypeDescription
in interfaceBatchService
-
getBatchAliasTypeDescriptions
public CommandResult getBatchAliasTypeDescriptions(UserVisitPK userVisitPK, GetBatchAliasTypeDescriptionsForm form) - Specified by:
getBatchAliasTypeDescriptions
in interfaceBatchService
-
editBatchAliasTypeDescription
public CommandResult editBatchAliasTypeDescription(UserVisitPK userVisitPK, EditBatchAliasTypeDescriptionForm form) - Specified by:
editBatchAliasTypeDescription
in interfaceBatchService
-
deleteBatchAliasTypeDescription
public CommandResult deleteBatchAliasTypeDescription(UserVisitPK userVisitPK, DeleteBatchAliasTypeDescriptionForm form) - Specified by:
deleteBatchAliasTypeDescription
in interfaceBatchService
-
createBatchAlias
- Specified by:
createBatchAlias
in interfaceBatchService
-
getBatchAlias
- Specified by:
getBatchAlias
in interfaceBatchService
-
getBatchAliases
- Specified by:
getBatchAliases
in interfaceBatchService
-
editBatchAlias
- Specified by:
editBatchAlias
in interfaceBatchService
-
deleteBatchAlias
- Specified by:
deleteBatchAlias
in interfaceBatchService
-