Uses of Class
com.echothree.model.control.index.common.transfer.IndexTransfer
Packages that use IndexTransfer
Package
Description
-
Uses of IndexTransfer in com.echothree.control.user.index.common.result
Methods in com.echothree.control.user.index.common.result that return IndexTransferModifier and TypeMethodDescriptionEditIndexResult.getIndex()
GetIndexDescriptionsResult.getIndex()
GetIndexResult.getIndex()
Methods in com.echothree.control.user.index.common.result that return types with arguments of type IndexTransferMethods in com.echothree.control.user.index.common.result with parameters of type IndexTransferModifier and TypeMethodDescriptionvoid
EditIndexResult.setIndex
(IndexTransfer index) void
GetIndexDescriptionsResult.setIndex
(IndexTransfer index) void
GetIndexResult.setIndex
(IndexTransfer index) Method parameters in com.echothree.control.user.index.common.result with type arguments of type IndexTransferModifier and TypeMethodDescriptionvoid
GetIndexesResult.setIndexes
(List<IndexTransfer> indexes) void
GetIndexsResult.setIndexs
(List<IndexTransfer> indexs) -
Uses of IndexTransfer in com.echothree.model.control.index.common.transfer
Methods in com.echothree.model.control.index.common.transfer that return IndexTransferMethods in com.echothree.model.control.index.common.transfer with parameters of type IndexTransferModifier and TypeMethodDescriptionvoid
IndexDescriptionTransfer.setIndex
(IndexTransfer index) Sets the index.Constructors in com.echothree.model.control.index.common.transfer with parameters of type IndexTransferModifierConstructorDescriptionIndexDescriptionTransfer
(LanguageTransfer language, IndexTransfer index, String description) Creates a new instance of IndexDescriptionTransfer -
Uses of IndexTransfer in com.echothree.model.control.index.server.control
Methods in com.echothree.model.control.index.server.control that return IndexTransferModifier and TypeMethodDescriptionIndexControl.getIndexTransfer
(UserVisit userVisit, Index index) Methods in com.echothree.model.control.index.server.control that return types with arguments of type IndexTransfer -
Uses of IndexTransfer in com.echothree.model.control.index.server.transfer
Methods in com.echothree.model.control.index.server.transfer that return IndexTransfer