Uses of Class
com.echothree.model.data.core.server.entity.Service
Packages that use Service
Package
Description
-
Uses of Service in com.echothree.control.user.core.server.command
Methods in com.echothree.control.user.core.server.command that return ServiceModifier and TypeMethodDescriptionEditServiceCommand.getEntity(EditServiceResult result) EditServiceCommand.getLockEntity(Service service) EditServiceDescriptionCommand.getLockEntity(ServiceDescription serviceDescription) Methods in com.echothree.control.user.core.server.command with parameters of type ServiceModifier and TypeMethodDescriptionvoidvoidEditServiceCommand.doLock(ServiceEdit edit, Service service) voidvoidEditServiceCommand.fillInResult(EditServiceResult result, Service service) EditServiceCommand.getLockEntity(Service service) -
Uses of Service in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return ServiceModifier and TypeMethodDescriptionServerControl.createService(String serviceName, Integer port, Protocol protocol, Boolean isDefault, Integer sortOrder, BasePK createdBy) ServerControl.getDefaultService()ServerControl.getDefaultServiceForUpdate()ServerControl.getServiceByName(String serviceName) ServerControl.getServiceByNameForUpdate(String serviceName) Methods in com.echothree.model.control.core.server.control that return types with arguments of type ServiceModifier and TypeMethodDescriptionServerControl.getServices()ServerControl.getServicesByProtocol(Protocol protocol) ServerControl.getServicesByProtocolForUpdate(Protocol protocol) ServerControl.getServicesForUpdate()Methods in com.echothree.model.control.core.server.control with parameters of type ServiceModifier and TypeMethodDescriptionServerControl.createServerService(Server server, Service service, BasePK createdBy) ServerControl.createServiceDescription(Service service, Language language, String description, BasePK createdBy) voidServerControl.deleteServerServicesByService(Service service, BasePK deletedBy) voidServerControl.deleteService(Service service, BasePK deletedBy) voidServerControl.deleteServiceDescriptionsByService(Service service, BasePK deletedBy) ServerControl.getBestServiceDescription(Service service, Language language) ServerControl.getServerService(Server server, Service service) ServerControl.getServerServiceForUpdate(Server server, Service service) ServerControl.getServerServicesByService(Service service) ServerControl.getServerServicesByServiceForUpdate(Service service) ServerControl.getServerServiceValueForUpdate(Server server, Service service) ServerControl.getServiceDescription(Service service, Language language) ServerControl.getServiceDescriptionForUpdate(Service service, Language language) ServerControl.getServiceDescriptionsByService(Service service) ServerControl.getServiceDescriptionsByServiceForUpdate(Service service) ServerControl.getServiceDescriptionTransfersByService(UserVisit userVisit, Service service) ServerControl.getServiceDescriptionValueForUpdate(Service service, Language language) ServerControl.getServiceDetailValueForUpdate(Service service) ServerControl.getServiceTransfer(UserVisit userVisit, Service service) Method parameters in com.echothree.model.control.core.server.control with type arguments of type ServiceModifier and TypeMethodDescriptionvoidServerControl.deleteServices(List<Service> services, BasePK deletedBy) -
Uses of Service in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer with parameters of type ServiceModifier and TypeMethodDescriptionServiceTransferCache.getServiceTransfer(UserVisit userVisit, Service service) -
Uses of Service in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ServiceModifier and TypeMethodDescriptionServerService.getService()ServerService.getService(EntityPermission entityPermission) ServiceDescription.getService()ServiceDescription.getService(EntityPermission entityPermission) ServiceDetail.getService()ServiceDetail.getService(EntityPermission entityPermission) ServerService.getServiceForUpdate()ServiceDescription.getServiceForUpdate()ServiceDetail.getServiceForUpdate()Methods in com.echothree.model.data.core.server.entity with parameters of type ServiceModifier and TypeMethodDescriptionvoidServerService.setService(Service entity) voidServiceDescription.setService(Service entity) voidServiceDetail.setService(Service entity) -
Uses of Service in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ServiceModifier and TypeMethodDescriptionServiceFactory.create()ServiceFactory.create(ServiceDetailPK activeDetailPK, ServiceDetailPK lastDetailPK) ServiceFactory.create(ServiceDetail activeDetail, ServiceDetail lastDetail) ServiceFactory.getEntityFromCache(ServicePK pk) ServiceFactory.getEntityFromPK(EntityPermission entityPermission, ServicePK pk) ServiceFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ServiceFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ServiceFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ServiceFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ServiceFactory.getEntityFromValue(EntityPermission entityPermission, ServiceValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ServiceModifier and TypeMethodDescriptionServiceFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ServicePK> pks) ServiceFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ServiceFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ServiceFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ServiceFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ServiceModifier and TypeMethodDescriptionServiceDescriptionFactory.create(Service service, Language language, String description, Long fromTime, Long thruTime) ServiceDetailFactory.create(Service service, String serviceName, Integer port, Protocol protocol, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) voidvoidMethod parameters in com.echothree.model.data.core.server.factory with type arguments of type Service