Uses of Class
com.echothree.model.data.core.server.value.ServerDetailValue
Packages that use ServerDetailValue
Package
Description
-
Uses of ServerDetailValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return ServerDetailValueModifier and TypeMethodDescriptionServerControl.getDefaultServerDetailValueForUpdate()ServerControl.getServerDetailValueByNameForUpdate(String serverName) ServerControl.getServerDetailValueForUpdate(Server server) Methods in com.echothree.model.control.core.server.control with parameters of type ServerDetailValueModifier and TypeMethodDescriptionvoidServerControl.updateServerFromValue(ServerDetailValue serverDetailValue, BasePK updatedBy) -
Uses of ServerDetailValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ServerDetailValueMethods in com.echothree.model.data.core.server.entity with parameters of type ServerDetailValueModifier and TypeMethodDescriptionvoidServerDetail.setServerDetailValue(ServerDetailValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type ServerDetailValueModifierConstructorDescriptionServerDetail(ServerDetailValue value, EntityPermission entityPermission) Creates a new instance of ServerDetail -
Uses of ServerDetailValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ServerDetailValueModifier and TypeMethodDescriptionServerDetailFactory.getValueFromPK(ServerDetailPK pk) ServerDetailFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ServerDetailValueModifier and TypeMethodDescriptionServerDetailFactory.getValuesFromPKs(Collection<ServerDetailPK> pks) ServerDetailFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ServerDetailValueModifier and TypeMethodDescriptionServerDetailFactory.getEntityFromValue(EntityPermission entityPermission, ServerDetailValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ServerDetailValueModifier and TypeMethodDescriptionvoidServerDetailFactory.create(Collection<ServerDetailValue> _values) -
Uses of ServerDetailValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return ServerDetailValue