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 TypeMethodDescriptionvoid
EditServerResult.setServer
(ServerTransfer server) void
GetServerDescriptionsResult.setServer
(ServerTransfer server) void
GetServerResult.setServer
(ServerTransfer server) void
GetServerServicesResult.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 TypeMethodDescriptionvoid
CommunicationEmailSourceTransfer.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 TypeMethodDescriptionvoid
ServerDescriptionTransfer.setServer
(ServerTransfer server) void
ServerServiceTransfer.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 TypeMethodDescriptionCoreControl.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 ServerTransfer