Uses of Class
com.echothree.model.control.index.common.transfer.IndexFieldTransfer
Packages that use IndexFieldTransfer
Package
Description
-
Uses of IndexFieldTransfer in com.echothree.control.user.index.common.result
Methods in com.echothree.control.user.index.common.result that return IndexFieldTransferModifier and TypeMethodDescriptionEditIndexFieldResult.getIndexField()
GetIndexFieldDescriptionsResult.getIndexField()
GetIndexFieldResult.getIndexField()
Methods in com.echothree.control.user.index.common.result that return types with arguments of type IndexFieldTransferMethods in com.echothree.control.user.index.common.result with parameters of type IndexFieldTransferModifier and TypeMethodDescriptionvoid
EditIndexFieldResult.setIndexField
(IndexFieldTransfer indexField) void
GetIndexFieldDescriptionsResult.setIndexField
(IndexFieldTransfer indexField) void
GetIndexFieldResult.setIndexField
(IndexFieldTransfer indexField) Method parameters in com.echothree.control.user.index.common.result with type arguments of type IndexFieldTransferModifier and TypeMethodDescriptionvoid
GetIndexFieldsResult.setIndexFields
(List<IndexFieldTransfer> indexFields) -
Uses of IndexFieldTransfer in com.echothree.model.control.index.common.transfer
Methods in com.echothree.model.control.index.common.transfer that return IndexFieldTransferModifier and TypeMethodDescriptionIndexFieldDescriptionTransfer.getIndexField()
Returns the indexField.Methods in com.echothree.model.control.index.common.transfer with parameters of type IndexFieldTransferModifier and TypeMethodDescriptionvoid
IndexFieldDescriptionTransfer.setIndexField
(IndexFieldTransfer indexField) Sets the indexField.Constructors in com.echothree.model.control.index.common.transfer with parameters of type IndexFieldTransferModifierConstructorDescriptionIndexFieldDescriptionTransfer
(LanguageTransfer language, IndexFieldTransfer indexField, String description) Creates a new instance of IndexFieldDescriptionTransfer -
Uses of IndexFieldTransfer in com.echothree.model.control.index.server.control
Methods in com.echothree.model.control.index.server.control that return IndexFieldTransferModifier and TypeMethodDescriptionIndexControl.getIndexFieldTransfer
(UserVisit userVisit, IndexField indexField) Methods in com.echothree.model.control.index.server.control that return types with arguments of type IndexFieldTransferModifier and TypeMethodDescriptionIndexControl.getIndexFieldTransfersByIndexType
(UserVisit userVisit, IndexType indexType) -
Uses of IndexFieldTransfer in com.echothree.model.control.index.server.transfer
Methods in com.echothree.model.control.index.server.transfer that return IndexFieldTransferModifier and TypeMethodDescriptionIndexFieldTransferCache.getIndexFieldTransfer
(IndexField indexField)