Interface IndexService
- All Superinterfaces:
IndexForms
- All Known Subinterfaces:
IndexLocal
,IndexRemote
- All Known Implementing Classes:
IndexBean
-
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 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
-
Method Details
-
ping
-
createIndexType
-
getIndexTypeChoices
-
getIndexType
-
getIndexTypes
-
setDefaultIndexType
-
editIndexType
-
deleteIndexType
-
createIndexTypeDescription
CommandResult createIndexTypeDescription(UserVisitPK userVisitPK, CreateIndexTypeDescriptionForm form) -
getIndexTypeDescription
-
getIndexTypeDescriptions
-
editIndexTypeDescription
-
deleteIndexTypeDescription
CommandResult deleteIndexTypeDescription(UserVisitPK userVisitPK, DeleteIndexTypeDescriptionForm form) -
createIndexField
-
getIndexFieldChoices
-
getIndexField
-
getIndexFields
-
setDefaultIndexField
-
editIndexField
-
deleteIndexField
-
createIndexFieldDescription
CommandResult createIndexFieldDescription(UserVisitPK userVisitPK, CreateIndexFieldDescriptionForm form) -
getIndexFieldDescription
-
getIndexFieldDescriptions
CommandResult getIndexFieldDescriptions(UserVisitPK userVisitPK, GetIndexFieldDescriptionsForm form) -
editIndexFieldDescription
CommandResult editIndexFieldDescription(UserVisitPK userVisitPK, EditIndexFieldDescriptionForm form) -
deleteIndexFieldDescription
CommandResult deleteIndexFieldDescription(UserVisitPK userVisitPK, DeleteIndexFieldDescriptionForm form) -
createIndex
-
getIndexChoices
-
getIndex
-
getIndexes
-
setDefaultIndex
-
editIndex
-
deleteIndex
-
createIndexDescription
-
getIndexDescription
-
getIndexDescriptions
-
editIndexDescription
-
deleteIndexDescription
-
updateIndexes
-
forceReindex
-