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, getUpdateIndexesForm
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.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:
ping
in interfaceIndexService
-
createIndexType
- Specified by:
createIndexType
in interfaceIndexService
-
getIndexTypeChoices
- Specified by:
getIndexTypeChoices
in interfaceIndexService
-
getIndexType
- Specified by:
getIndexType
in interfaceIndexService
-
getIndexTypes
- Specified by:
getIndexTypes
in interfaceIndexService
-
setDefaultIndexType
- Specified by:
setDefaultIndexType
in interfaceIndexService
-
editIndexType
- Specified by:
editIndexType
in interfaceIndexService
-
deleteIndexType
- Specified by:
deleteIndexType
in interfaceIndexService
-
createIndexTypeDescription
public CommandResult createIndexTypeDescription(UserVisitPK userVisitPK, CreateIndexTypeDescriptionForm form) - Specified by:
createIndexTypeDescription
in interfaceIndexService
-
getIndexTypeDescription
public CommandResult getIndexTypeDescription(UserVisitPK userVisitPK, GetIndexTypeDescriptionForm form) - Specified by:
getIndexTypeDescription
in interfaceIndexService
-
getIndexTypeDescriptions
public CommandResult getIndexTypeDescriptions(UserVisitPK userVisitPK, GetIndexTypeDescriptionsForm form) - Specified by:
getIndexTypeDescriptions
in interfaceIndexService
-
editIndexTypeDescription
public CommandResult editIndexTypeDescription(UserVisitPK userVisitPK, EditIndexTypeDescriptionForm form) - Specified by:
editIndexTypeDescription
in interfaceIndexService
-
deleteIndexTypeDescription
public CommandResult deleteIndexTypeDescription(UserVisitPK userVisitPK, DeleteIndexTypeDescriptionForm form) - Specified by:
deleteIndexTypeDescription
in interfaceIndexService
-
createIndexField
- Specified by:
createIndexField
in interfaceIndexService
-
getIndexFieldChoices
- Specified by:
getIndexFieldChoices
in interfaceIndexService
-
getIndexField
- Specified by:
getIndexField
in interfaceIndexService
-
getIndexFields
- Specified by:
getIndexFields
in interfaceIndexService
-
setDefaultIndexField
- Specified by:
setDefaultIndexField
in interfaceIndexService
-
editIndexField
- Specified by:
editIndexField
in interfaceIndexService
-
deleteIndexField
- Specified by:
deleteIndexField
in interfaceIndexService
-
createIndexFieldDescription
public CommandResult createIndexFieldDescription(UserVisitPK userVisitPK, CreateIndexFieldDescriptionForm form) - Specified by:
createIndexFieldDescription
in interfaceIndexService
-
getIndexFieldDescription
public CommandResult getIndexFieldDescription(UserVisitPK userVisitPK, GetIndexFieldDescriptionForm form) - Specified by:
getIndexFieldDescription
in interfaceIndexService
-
getIndexFieldDescriptions
public CommandResult getIndexFieldDescriptions(UserVisitPK userVisitPK, GetIndexFieldDescriptionsForm form) - Specified by:
getIndexFieldDescriptions
in interfaceIndexService
-
editIndexFieldDescription
public CommandResult editIndexFieldDescription(UserVisitPK userVisitPK, EditIndexFieldDescriptionForm form) - Specified by:
editIndexFieldDescription
in interfaceIndexService
-
deleteIndexFieldDescription
public CommandResult deleteIndexFieldDescription(UserVisitPK userVisitPK, DeleteIndexFieldDescriptionForm form) - Specified by:
deleteIndexFieldDescription
in interfaceIndexService
-
createIndex
- Specified by:
createIndex
in interfaceIndexService
-
getIndexChoices
- Specified by:
getIndexChoices
in interfaceIndexService
-
getIndex
- Specified by:
getIndex
in interfaceIndexService
-
getIndexes
- Specified by:
getIndexes
in interfaceIndexService
-
setDefaultIndex
- Specified by:
setDefaultIndex
in interfaceIndexService
-
editIndex
- Specified by:
editIndex
in interfaceIndexService
-
deleteIndex
- Specified by:
deleteIndex
in interfaceIndexService
-
createIndexDescription
public CommandResult createIndexDescription(UserVisitPK userVisitPK, CreateIndexDescriptionForm form) - Specified by:
createIndexDescription
in interfaceIndexService
-
getIndexDescription
- Specified by:
getIndexDescription
in interfaceIndexService
-
getIndexDescriptions
- Specified by:
getIndexDescriptions
in interfaceIndexService
-
editIndexDescription
- Specified by:
editIndexDescription
in interfaceIndexService
-
deleteIndexDescription
public CommandResult deleteIndexDescription(UserVisitPK userVisitPK, DeleteIndexDescriptionForm form) - Specified by:
deleteIndexDescription
in interfaceIndexService
-
updateIndexes
- Specified by:
updateIndexes
in interfaceIndexService
-
forceReindex
- Specified by:
forceReindex
in interfaceIndexService
-