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 TypeMethodDescriptionvoidEditIndexResult.setIndex(IndexTransfer index) voidGetIndexDescriptionsResult.setIndex(IndexTransfer index) voidGetIndexResult.setIndex(IndexTransfer index) Method parameters in com.echothree.control.user.index.common.result with type arguments of type IndexTransferModifier and TypeMethodDescriptionvoidGetIndexesResult.setIndexes(List<IndexTransfer> indexes) voidGetIndexsResult.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 TypeMethodDescriptionvoidIndexDescriptionTransfer.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 IndexTransferModifier and TypeMethodDescriptionIndexTransferCache.getIndexTransfer(UserVisit userVisit, Index index)