Uses of Class
com.echothree.model.data.core.server.value.ServerDescriptionValue
Packages that use ServerDescriptionValue
Package
Description
-
Uses of ServerDescriptionValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return ServerDescriptionValueModifier and TypeMethodDescriptionCoreControl.getServerDescriptionValue
(ServerDescription serverDescription) CoreControl.getServerDescriptionValueForUpdate
(Server server, Language language) Methods in com.echothree.model.control.core.server.control with parameters of type ServerDescriptionValueModifier and TypeMethodDescriptionvoid
CoreControl.updateServerDescriptionFromValue
(ServerDescriptionValue serverDescriptionValue, BasePK updatedBy) -
Uses of ServerDescriptionValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ServerDescriptionValueMethods in com.echothree.model.data.core.server.entity with parameters of type ServerDescriptionValueModifier and TypeMethodDescriptionvoid
ServerDescription.setServerDescriptionValue
(ServerDescriptionValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type ServerDescriptionValueModifierConstructorDescriptionServerDescription
(ServerDescriptionValue value, EntityPermission entityPermission) Creates a new instance of ServerDescription -
Uses of ServerDescriptionValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ServerDescriptionValueModifier and TypeMethodDescriptionServerDescriptionFactory.getValueFromPK
(Session session, ServerDescriptionPK pk) ServerDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ServerDescriptionValueModifier and TypeMethodDescriptionServerDescriptionFactory.getValuesFromPKs
(Session session, Collection<ServerDescriptionPK> pks) ServerDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ServerDescriptionValueModifier and TypeMethodDescriptionServerDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, ServerDescriptionValue value) ServerDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ServerDescriptionValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ServerDescriptionValueModifier and TypeMethodDescriptionvoid
ServerDescriptionFactory.create
(Session session, Collection<ServerDescriptionValue> _values) void
ServerDescriptionFactory.create
(Collection<ServerDescriptionValue> _values) -
Uses of ServerDescriptionValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return ServerDescriptionValue