Uses of Class
com.echothree.model.data.core.server.entity.ServerService
Packages that use ServerService
Package
Description
-
Uses of ServerService in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return ServerServiceModifier and TypeMethodDescriptionServerControl.createServerService(Server server, Service service, BasePK createdBy) ServerControl.getServerService(Server server, Service service) ServerControl.getServerServiceForUpdate(Server server, Service service) Methods in com.echothree.model.control.core.server.control that return types with arguments of type ServerServiceModifier and TypeMethodDescriptionServerControl.getServerServicesByServer(Server server) ServerControl.getServerServicesByServerForUpdate(Server server) ServerControl.getServerServicesByService(Service service) ServerControl.getServerServicesByServiceForUpdate(Service service) Methods in com.echothree.model.control.core.server.control with parameters of type ServerServiceModifier and TypeMethodDescriptionvoidServerControl.deleteServerService(ServerService serverService, BasePK deletedBy) ServerControl.getServerServiceTransfer(UserVisit userVisit, ServerService serverService) ServerControl.getServerServiceValue(ServerService serverService) Method parameters in com.echothree.model.control.core.server.control with type arguments of type ServerServiceModifier and TypeMethodDescriptionvoidServerControl.deleteServerServices(List<ServerService> serverServices, BasePK deletedBy) -
Uses of ServerService in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer with parameters of type ServerServiceModifier and TypeMethodDescriptionServerServiceTransferCache.getServerServiceTransfer(UserVisit userVisit, ServerService serverService) -
Uses of ServerService in com.echothree.model.control.scale.server.control
Methods in com.echothree.model.control.scale.server.control with parameters of type ServerServiceModifier and TypeMethodDescriptionScaleControl.createScale(String scaleName, ScaleType scaleType, ServerService serverService, Boolean isDefault, Integer sortOrder, BasePK createdBy) voidScaleControl.deleteScalesByServerService(ServerService serverService, BasePK deletedBy) ScaleControl.getScalesByServerService(ServerService serverService) ScaleControl.getScalesByServerServiceForUpdate(ServerService serverService) -
Uses of ServerService in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ServerServiceModifier and TypeMethodDescriptionServerServiceFactory.getEntityFromCache(ServerServicePK pk) ServerServiceFactory.getEntityFromPK(EntityPermission entityPermission, ServerServicePK pk) ServerServiceFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ServerServiceFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ServerServiceFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ServerServiceFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ServerServiceFactory.getEntityFromValue(EntityPermission entityPermission, ServerServiceValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ServerServiceModifier and TypeMethodDescriptionServerServiceFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ServerServicePK> pks) ServerServiceFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ServerServiceFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ServerServiceFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ServerServiceFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ServerServiceModifier and TypeMethodDescriptionvoidServerServiceFactory.remove(ServerService entity) voidServerServiceFactory.store(ServerService entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ServerServiceModifier and TypeMethodDescriptionvoidServerServiceFactory.store(Collection<ServerService> entities) -
Uses of ServerService in com.echothree.model.data.scale.server.entity
Methods in com.echothree.model.data.scale.server.entity that return ServerServiceModifier and TypeMethodDescriptionScaleDetail.getServerService()ScaleDetail.getServerService(EntityPermission entityPermission) ScaleDetail.getServerServiceForUpdate()Methods in com.echothree.model.data.scale.server.entity with parameters of type ServerService -
Uses of ServerService in com.echothree.model.data.scale.server.factory
Methods in com.echothree.model.data.scale.server.factory with parameters of type ServerService