Class IndexBean
java.lang.Object
com.echothree.control.user.index.server.IndexFormsImpl
com.echothree.control.user.index.server.IndexBean
- All Implemented Interfaces:
IndexForms,IndexRemote,IndexService,IndexLocal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateIndex(UserVisitPK userVisitPK, CreateIndexForm form) createIndexDescription(UserVisitPK userVisitPK, CreateIndexDescriptionForm form) createIndexField(UserVisitPK userVisitPK, CreateIndexFieldForm form) createIndexFieldDescription(UserVisitPK userVisitPK, CreateIndexFieldDescriptionForm form) createIndexType(UserVisitPK userVisitPK, CreateIndexTypeForm form) createIndexTypeDescription(UserVisitPK userVisitPK, CreateIndexTypeDescriptionForm form) deleteIndex(UserVisitPK userVisitPK, DeleteIndexForm form) deleteIndexDescription(UserVisitPK userVisitPK, DeleteIndexDescriptionForm form) deleteIndexField(UserVisitPK userVisitPK, DeleteIndexFieldForm form) deleteIndexFieldDescription(UserVisitPK userVisitPK, DeleteIndexFieldDescriptionForm form) deleteIndexType(UserVisitPK userVisitPK, DeleteIndexTypeForm form) deleteIndexTypeDescription(UserVisitPK userVisitPK, DeleteIndexTypeDescriptionForm form) editIndex(UserVisitPK userVisitPK, EditIndexForm form) editIndexDescription(UserVisitPK userVisitPK, EditIndexDescriptionForm form) editIndexField(UserVisitPK userVisitPK, EditIndexFieldForm form) editIndexFieldDescription(UserVisitPK userVisitPK, EditIndexFieldDescriptionForm form) editIndexType(UserVisitPK userVisitPK, EditIndexTypeForm form) editIndexTypeDescription(UserVisitPK userVisitPK, EditIndexTypeDescriptionForm form) forceReindex(UserVisitPK userVisitPK, ForceReindexForm form) getIndex(UserVisitPK userVisitPK, GetIndexForm form) getIndexChoices(UserVisitPK userVisitPK, GetIndexChoicesForm form) getIndexDescription(UserVisitPK userVisitPK, GetIndexDescriptionForm form) getIndexDescriptions(UserVisitPK userVisitPK, GetIndexDescriptionsForm form) getIndexes(UserVisitPK userVisitPK, GetIndexesForm form) getIndexField(UserVisitPK userVisitPK, GetIndexFieldForm form) getIndexFieldChoices(UserVisitPK userVisitPK, GetIndexFieldChoicesForm form) getIndexFieldDescription(UserVisitPK userVisitPK, GetIndexFieldDescriptionForm form) getIndexFieldDescriptions(UserVisitPK userVisitPK, GetIndexFieldDescriptionsForm form) getIndexFields(UserVisitPK userVisitPK, GetIndexFieldsForm form) getIndexType(UserVisitPK userVisitPK, GetIndexTypeForm form) getIndexTypeChoices(UserVisitPK userVisitPK, GetIndexTypeChoicesForm form) getIndexTypeDescription(UserVisitPK userVisitPK, GetIndexTypeDescriptionForm form) getIndexTypeDescriptions(UserVisitPK userVisitPK, GetIndexTypeDescriptionsForm form) getIndexTypes(UserVisitPK userVisitPK, GetIndexTypesForm form) ping()setDefaultIndex(UserVisitPK userVisitPK, SetDefaultIndexForm form) setDefaultIndexField(UserVisitPK userVisitPK, SetDefaultIndexFieldForm form) setDefaultIndexType(UserVisitPK userVisitPK, SetDefaultIndexTypeForm form) updateIndexes(UserVisitPK userVisitPK, UpdateIndexesForm form) Methods inherited from class com.echothree.control.user.index.server.IndexFormsImpl
getCreateIndexDescriptionForm, getCreateIndexFieldDescriptionForm, getCreateIndexFieldForm, getCreateIndexForm, getCreateIndexTypeDescriptionForm, getCreateIndexTypeForm, getDeleteIndexDescriptionForm, getDeleteIndexFieldDescriptionForm, getDeleteIndexFieldForm, getDeleteIndexForm, getDeleteIndexTypeDescriptionForm, getDeleteIndexTypeForm, getEditIndexDescriptionForm, getEditIndexFieldDescriptionForm, getEditIndexFieldForm, getEditIndexForm, getEditIndexTypeDescriptionForm, getEditIndexTypeForm, getForceReindexForm, getGetIndexChoicesForm, getGetIndexDescriptionForm, getGetIndexDescriptionsForm, getGetIndexesForm, getGetIndexFieldChoicesForm, getGetIndexFieldDescriptionForm, getGetIndexFieldDescriptionsForm, getGetIndexFieldForm, getGetIndexFieldsForm, getGetIndexForm, getGetIndexsForm, getGetIndexTypeChoicesForm, getGetIndexTypeDescriptionForm, getGetIndexTypeDescriptionsForm, getGetIndexTypeForm, getGetIndexTypesForm, getIndexDescriptionEdit, getIndexDescriptionSpec, getIndexEdit, getIndexFieldDescriptionEdit, getIndexFieldDescriptionSpec, getIndexFieldEdit, getIndexFieldSpec, getIndexSpec, getIndexTypeDescriptionEdit, getIndexTypeDescriptionSpec, getIndexTypeEdit, getIndexTypeSpec, getSetDefaultIndexFieldForm, getSetDefaultIndexForm, getSetDefaultIndexTypeForm, getUpdateIndexesFormMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.echothree.control.user.index.common.IndexForms
getCreateIndexDescriptionForm, getCreateIndexFieldDescriptionForm, getCreateIndexFieldForm, getCreateIndexForm, getCreateIndexTypeDescriptionForm, getCreateIndexTypeForm, getDeleteIndexDescriptionForm, getDeleteIndexFieldDescriptionForm, getDeleteIndexFieldForm, getDeleteIndexForm, getDeleteIndexTypeDescriptionForm, getDeleteIndexTypeForm, getEditIndexDescriptionForm, getEditIndexFieldDescriptionForm, getEditIndexFieldForm, getEditIndexForm, getEditIndexTypeDescriptionForm, getEditIndexTypeForm, getForceReindexForm, getGetIndexChoicesForm, getGetIndexDescriptionForm, getGetIndexDescriptionsForm, getGetIndexesForm, getGetIndexFieldChoicesForm, getGetIndexFieldDescriptionForm, getGetIndexFieldDescriptionsForm, getGetIndexFieldForm, getGetIndexFieldsForm, getGetIndexForm, getGetIndexsForm, getGetIndexTypeChoicesForm, getGetIndexTypeDescriptionForm, getGetIndexTypeDescriptionsForm, getGetIndexTypeForm, getGetIndexTypesForm, getIndexDescriptionEdit, getIndexDescriptionSpec, getIndexEdit, getIndexFieldDescriptionEdit, getIndexFieldDescriptionSpec, getIndexFieldEdit, getIndexFieldSpec, getIndexSpec, getIndexTypeDescriptionEdit, getIndexTypeDescriptionSpec, getIndexTypeEdit, getIndexTypeSpec, getSetDefaultIndexFieldForm, getSetDefaultIndexForm, getSetDefaultIndexTypeForm, getUpdateIndexesForm
-
Constructor Details
-
IndexBean
public IndexBean()
-
-
Method Details
-
ping
- Specified by:
pingin interfaceIndexService
-
createIndexType
- Specified by:
createIndexTypein interfaceIndexService
-
getIndexTypeChoices
public CommandResult<GetIndexTypeChoicesResult> getIndexTypeChoices(UserVisitPK userVisitPK, GetIndexTypeChoicesForm form) - Specified by:
getIndexTypeChoicesin interfaceIndexService
-
getIndexType
public CommandResult<GetIndexTypeResult> getIndexType(UserVisitPK userVisitPK, GetIndexTypeForm form) - Specified by:
getIndexTypein interfaceIndexService
-
getIndexTypes
public CommandResult<GetIndexTypesResult> getIndexTypes(UserVisitPK userVisitPK, GetIndexTypesForm form) - Specified by:
getIndexTypesin interfaceIndexService
-
setDefaultIndexType
public CommandResult<VoidResult> setDefaultIndexType(UserVisitPK userVisitPK, SetDefaultIndexTypeForm form) - Specified by:
setDefaultIndexTypein interfaceIndexService
-
editIndexType
public CommandResult<EditIndexTypeResult> editIndexType(UserVisitPK userVisitPK, EditIndexTypeForm form) - Specified by:
editIndexTypein interfaceIndexService
-
deleteIndexType
- Specified by:
deleteIndexTypein interfaceIndexService
-
createIndexTypeDescription
public CommandResult<VoidResult> createIndexTypeDescription(UserVisitPK userVisitPK, CreateIndexTypeDescriptionForm form) - Specified by:
createIndexTypeDescriptionin interfaceIndexService
-
getIndexTypeDescription
public CommandResult<GetIndexTypeDescriptionResult> getIndexTypeDescription(UserVisitPK userVisitPK, GetIndexTypeDescriptionForm form) - Specified by:
getIndexTypeDescriptionin interfaceIndexService
-
getIndexTypeDescriptions
public CommandResult<GetIndexTypeDescriptionsResult> getIndexTypeDescriptions(UserVisitPK userVisitPK, GetIndexTypeDescriptionsForm form) - Specified by:
getIndexTypeDescriptionsin interfaceIndexService
-
editIndexTypeDescription
public CommandResult<EditIndexTypeDescriptionResult> editIndexTypeDescription(UserVisitPK userVisitPK, EditIndexTypeDescriptionForm form) - Specified by:
editIndexTypeDescriptionin interfaceIndexService
-
deleteIndexTypeDescription
public CommandResult<VoidResult> deleteIndexTypeDescription(UserVisitPK userVisitPK, DeleteIndexTypeDescriptionForm form) - Specified by:
deleteIndexTypeDescriptionin interfaceIndexService
-
createIndexField
public CommandResult<VoidResult> createIndexField(UserVisitPK userVisitPK, CreateIndexFieldForm form) - Specified by:
createIndexFieldin interfaceIndexService
-
getIndexFieldChoices
public CommandResult<GetIndexFieldChoicesResult> getIndexFieldChoices(UserVisitPK userVisitPK, GetIndexFieldChoicesForm form) - Specified by:
getIndexFieldChoicesin interfaceIndexService
-
getIndexField
public CommandResult<GetIndexFieldResult> getIndexField(UserVisitPK userVisitPK, GetIndexFieldForm form) - Specified by:
getIndexFieldin interfaceIndexService
-
getIndexFields
public CommandResult<GetIndexFieldsResult> getIndexFields(UserVisitPK userVisitPK, GetIndexFieldsForm form) - Specified by:
getIndexFieldsin interfaceIndexService
-
setDefaultIndexField
public CommandResult<VoidResult> setDefaultIndexField(UserVisitPK userVisitPK, SetDefaultIndexFieldForm form) - Specified by:
setDefaultIndexFieldin interfaceIndexService
-
editIndexField
public CommandResult<EditIndexFieldResult> editIndexField(UserVisitPK userVisitPK, EditIndexFieldForm form) - Specified by:
editIndexFieldin interfaceIndexService
-
deleteIndexField
public CommandResult<VoidResult> deleteIndexField(UserVisitPK userVisitPK, DeleteIndexFieldForm form) - Specified by:
deleteIndexFieldin interfaceIndexService
-
createIndexFieldDescription
public CommandResult<VoidResult> createIndexFieldDescription(UserVisitPK userVisitPK, CreateIndexFieldDescriptionForm form) - Specified by:
createIndexFieldDescriptionin interfaceIndexService
-
getIndexFieldDescription
public CommandResult<GetIndexFieldDescriptionResult> getIndexFieldDescription(UserVisitPK userVisitPK, GetIndexFieldDescriptionForm form) - Specified by:
getIndexFieldDescriptionin interfaceIndexService
-
getIndexFieldDescriptions
public CommandResult<GetIndexFieldDescriptionsResult> getIndexFieldDescriptions(UserVisitPK userVisitPK, GetIndexFieldDescriptionsForm form) - Specified by:
getIndexFieldDescriptionsin interfaceIndexService
-
editIndexFieldDescription
public CommandResult<EditIndexFieldDescriptionResult> editIndexFieldDescription(UserVisitPK userVisitPK, EditIndexFieldDescriptionForm form) - Specified by:
editIndexFieldDescriptionin interfaceIndexService
-
deleteIndexFieldDescription
public CommandResult<VoidResult> deleteIndexFieldDescription(UserVisitPK userVisitPK, DeleteIndexFieldDescriptionForm form) - Specified by:
deleteIndexFieldDescriptionin interfaceIndexService
-
createIndex
- Specified by:
createIndexin interfaceIndexService
-
getIndexChoices
public CommandResult<GetIndexChoicesResult> getIndexChoices(UserVisitPK userVisitPK, GetIndexChoicesForm form) - Specified by:
getIndexChoicesin interfaceIndexService
-
getIndex
- Specified by:
getIndexin interfaceIndexService
-
getIndexes
- Specified by:
getIndexesin interfaceIndexService
-
setDefaultIndex
- Specified by:
setDefaultIndexin interfaceIndexService
-
editIndex
- Specified by:
editIndexin interfaceIndexService
-
deleteIndex
- Specified by:
deleteIndexin interfaceIndexService
-
createIndexDescription
public CommandResult<VoidResult> createIndexDescription(UserVisitPK userVisitPK, CreateIndexDescriptionForm form) - Specified by:
createIndexDescriptionin interfaceIndexService
-
getIndexDescription
public CommandResult<GetIndexDescriptionResult> getIndexDescription(UserVisitPK userVisitPK, GetIndexDescriptionForm form) - Specified by:
getIndexDescriptionin interfaceIndexService
-
getIndexDescriptions
public CommandResult<GetIndexDescriptionsResult> getIndexDescriptions(UserVisitPK userVisitPK, GetIndexDescriptionsForm form) - Specified by:
getIndexDescriptionsin interfaceIndexService
-
editIndexDescription
public CommandResult<EditIndexDescriptionResult> editIndexDescription(UserVisitPK userVisitPK, EditIndexDescriptionForm form) - Specified by:
editIndexDescriptionin interfaceIndexService
-
deleteIndexDescription
public CommandResult<VoidResult> deleteIndexDescription(UserVisitPK userVisitPK, DeleteIndexDescriptionForm form) - Specified by:
deleteIndexDescriptionin interfaceIndexService
-
updateIndexes
public CommandResult<UpdateIndexesResult> updateIndexes(UserVisitPK userVisitPK, UpdateIndexesForm form) - Specified by:
updateIndexesin interfaceIndexService
-
forceReindex
- Specified by:
forceReindexin interfaceIndexService
-