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 TypeMethodDescriptionCoreControl.getDefaultServerDetailValueForUpdate()
CoreControl.getServerDetailValueByNameForUpdate
(String serverName) CoreControl.getServerDetailValueForUpdate
(Server server) Methods in com.echothree.model.control.core.server.control with parameters of type ServerDetailValueModifier and TypeMethodDescriptionvoid
CoreControl.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 TypeMethodDescriptionvoid
ServerDetail.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
(Session session, ServerDetailPK pk) ServerDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ServerDetailValueModifier and TypeMethodDescriptionServerDetailFactory.getValuesFromPKs
(Session session, Collection<ServerDetailPK> pks) ServerDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ServerDetailValueModifier and TypeMethodDescriptionServerDetailFactory.getEntityFromValue
(EntityPermission entityPermission, ServerDetailValue value) ServerDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ServerDetailValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ServerDetailValueModifier and TypeMethodDescriptionvoid
ServerDetailFactory.create
(Session session, Collection<ServerDetailValue> _values) void
ServerDetailFactory.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