Uses of Class
com.echothree.model.control.core.common.transfer.ServiceTransfer
Packages that use ServiceTransfer
Package
Description
-
Uses of ServiceTransfer in com.echothree.control.user.core.common.result
Methods in com.echothree.control.user.core.common.result that return ServiceTransferModifier and TypeMethodDescriptionEditServiceResult.getService()
GetServiceDescriptionsResult.getService()
GetServiceResult.getService()
Methods in com.echothree.control.user.core.common.result that return types with arguments of type ServiceTransferMethods in com.echothree.control.user.core.common.result with parameters of type ServiceTransferModifier and TypeMethodDescriptionvoid
EditServiceResult.setService
(ServiceTransfer service) void
GetServiceDescriptionsResult.setService
(ServiceTransfer service) void
GetServiceResult.setService
(ServiceTransfer service) Method parameters in com.echothree.control.user.core.common.result with type arguments of type ServiceTransferModifier and TypeMethodDescriptionvoid
GetServicesResult.setServices
(List<ServiceTransfer> services) -
Uses of ServiceTransfer in com.echothree.model.control.core.common.transfer
Methods in com.echothree.model.control.core.common.transfer that return ServiceTransferModifier and TypeMethodDescriptionServerServiceTransfer.getService()
Returns the service.ServiceDescriptionTransfer.getService()
Methods in com.echothree.model.control.core.common.transfer with parameters of type ServiceTransferModifier and TypeMethodDescriptionvoid
ServerServiceTransfer.setService
(ServiceTransfer service) Sets the service.void
ServiceDescriptionTransfer.setService
(ServiceTransfer service) Constructors in com.echothree.model.control.core.common.transfer with parameters of type ServiceTransferModifierConstructorDescriptionServerServiceTransfer
(ServerTransfer server, ServiceTransfer service) Creates a new instance of ServerServiceTransferServiceDescriptionTransfer
(LanguageTransfer language, ServiceTransfer service, String description) Creates a new instance of ServiceDescriptionTransfer -
Uses of ServiceTransfer in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return ServiceTransferModifier and TypeMethodDescriptionCoreControl.getServiceTransfer
(UserVisit userVisit, Service service) Methods in com.echothree.model.control.core.server.control that return types with arguments of type ServiceTransfer -
Uses of ServiceTransfer in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer that return ServiceTransfer