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 TypeMethodDescriptionvoidEditServiceResult.setService(ServiceTransfer service) voidGetServiceDescriptionsResult.setService(ServiceTransfer service) voidGetServiceResult.setService(ServiceTransfer service) Method parameters in com.echothree.control.user.core.common.result with type arguments of type ServiceTransferModifier and TypeMethodDescriptionvoidGetServicesResult.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 TypeMethodDescriptionvoidServerServiceTransfer.setService(ServiceTransfer service) Sets the service.voidServiceDescriptionTransfer.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 TypeMethodDescriptionServerControl.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 ServiceTransferModifier and TypeMethodDescriptionServiceTransferCache.getServiceTransfer(UserVisit userVisit, Service service)