Uses of Class
com.echothree.model.control.core.common.transfer.ServerTransfer
Packages that use ServerTransfer
Package
Description
-
Uses of ServerTransfer in com.echothree.control.user.core.common.result
Methods in com.echothree.control.user.core.common.result that return ServerTransferModifier and TypeMethodDescriptionEditServerResult.getServer()GetServerDescriptionsResult.getServer()GetServerResult.getServer()GetServerServicesResult.getServer()Methods in com.echothree.control.user.core.common.result that return types with arguments of type ServerTransferMethods in com.echothree.control.user.core.common.result with parameters of type ServerTransferModifier and TypeMethodDescriptionvoidEditServerResult.setServer(ServerTransfer server) voidGetServerDescriptionsResult.setServer(ServerTransfer server) voidGetServerResult.setServer(ServerTransfer server) voidGetServerServicesResult.setServer(ServerTransfer server) Method parameters in com.echothree.control.user.core.common.result with type arguments of type ServerTransfer -
Uses of ServerTransfer in com.echothree.model.control.communication.common.transfer
Methods in com.echothree.model.control.communication.common.transfer that return ServerTransferMethods in com.echothree.model.control.communication.common.transfer with parameters of type ServerTransferModifier and TypeMethodDescriptionvoidCommunicationEmailSourceTransfer.setServer(ServerTransfer server) Constructors in com.echothree.model.control.communication.common.transfer with parameters of type ServerTransferModifierConstructorDescriptionCommunicationEmailSourceTransfer(ServerTransfer server, String username, String password, WorkEffortScopeTransfer receiveWorkEffortScope, WorkEffortScopeTransfer sendWorkEffortScope, SelectorTransfer reviewEmployeeSelector) Creates a new instance of CommunicationEmailSourceTransfer -
Uses of ServerTransfer in com.echothree.model.control.core.common.transfer
Methods in com.echothree.model.control.core.common.transfer that return ServerTransferModifier and TypeMethodDescriptionServerDescriptionTransfer.getServer()ServerServiceTransfer.getServer()Returns the server.Methods in com.echothree.model.control.core.common.transfer with parameters of type ServerTransferModifier and TypeMethodDescriptionvoidServerDescriptionTransfer.setServer(ServerTransfer server) voidServerServiceTransfer.setServer(ServerTransfer server) Sets the server.Constructors in com.echothree.model.control.core.common.transfer with parameters of type ServerTransferModifierConstructorDescriptionServerDescriptionTransfer(LanguageTransfer language, ServerTransfer server, String description) Creates a new instance of ServerDescriptionTransferServerServiceTransfer(ServerTransfer server, ServiceTransfer service) Creates a new instance of ServerServiceTransfer -
Uses of ServerTransfer in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return ServerTransferModifier and TypeMethodDescriptionServerControl.getServerTransfer(UserVisit userVisit, Server server) Methods in com.echothree.model.control.core.server.control that return types with arguments of type ServerTransfer -
Uses of ServerTransfer in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer that return ServerTransferModifier and TypeMethodDescriptionServerTransferCache.getServerTransfer(UserVisit userVisit, Server server)