Uses of Class
com.echothree.model.data.core.server.value.ServerServiceValue
Packages that use ServerServiceValue
Package
Description
-
Uses of ServerServiceValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return ServerServiceValueModifier and TypeMethodDescriptionServerControl.getServerServiceValue(ServerService serverService) ServerControl.getServerServiceValueForUpdate(Server server, Service service) -
Uses of ServerServiceValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ServerServiceValueMethods in com.echothree.model.data.core.server.entity with parameters of type ServerServiceValueModifier and TypeMethodDescriptionvoidServerService.setServerServiceValue(ServerServiceValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type ServerServiceValueModifierConstructorDescriptionServerService(ServerServiceValue value, EntityPermission entityPermission) Creates a new instance of ServerService -
Uses of ServerServiceValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ServerServiceValueModifier and TypeMethodDescriptionServerServiceFactory.getValueFromPK(ServerServicePK pk) ServerServiceFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ServerServiceValueModifier and TypeMethodDescriptionServerServiceFactory.getValuesFromPKs(Collection<ServerServicePK> pks) ServerServiceFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ServerServiceValueModifier and TypeMethodDescriptionServerServiceFactory.getEntityFromValue(EntityPermission entityPermission, ServerServiceValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ServerServiceValueModifier and TypeMethodDescriptionvoidServerServiceFactory.create(Collection<ServerServiceValue> _values) -
Uses of ServerServiceValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return ServerServiceValue