Uses of Class
com.echothree.model.data.chain.server.value.ChainDescriptionValue
Packages that use ChainDescriptionValue
Package
Description
-
Uses of ChainDescriptionValue in com.echothree.model.control.chain.server.control
Methods in com.echothree.model.control.chain.server.control that return ChainDescriptionValueModifier and TypeMethodDescriptionChainControl.getChainDescriptionValue
(ChainDescription chainDescription) ChainControl.getChainDescriptionValueForUpdate
(Chain chain, Language language) Methods in com.echothree.model.control.chain.server.control with parameters of type ChainDescriptionValueModifier and TypeMethodDescriptionvoid
ChainControl.updateChainDescriptionFromValue
(ChainDescriptionValue chainDescriptionValue, BasePK updatedBy) -
Uses of ChainDescriptionValue in com.echothree.model.data.chain.server.entity
Methods in com.echothree.model.data.chain.server.entity that return ChainDescriptionValueMethods in com.echothree.model.data.chain.server.entity with parameters of type ChainDescriptionValueModifier and TypeMethodDescriptionvoid
ChainDescription.setChainDescriptionValue
(ChainDescriptionValue value) Constructors in com.echothree.model.data.chain.server.entity with parameters of type ChainDescriptionValueModifierConstructorDescriptionChainDescription
(ChainDescriptionValue value, EntityPermission entityPermission) Creates a new instance of ChainDescription -
Uses of ChainDescriptionValue in com.echothree.model.data.chain.server.factory
Methods in com.echothree.model.data.chain.server.factory that return ChainDescriptionValueModifier and TypeMethodDescriptionChainDescriptionFactory.getValueFromPK
(Session session, ChainDescriptionPK pk) ChainDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.chain.server.factory that return types with arguments of type ChainDescriptionValueModifier and TypeMethodDescriptionChainDescriptionFactory.getValuesFromPKs
(Session session, Collection<ChainDescriptionPK> pks) ChainDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.chain.server.factory with parameters of type ChainDescriptionValueModifier and TypeMethodDescriptionChainDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, ChainDescriptionValue value) ChainDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ChainDescriptionValue value) Method parameters in com.echothree.model.data.chain.server.factory with type arguments of type ChainDescriptionValueModifier and TypeMethodDescriptionvoid
ChainDescriptionFactory.create
(Session session, Collection<ChainDescriptionValue> _values) void
ChainDescriptionFactory.create
(Collection<ChainDescriptionValue> _values) -
Uses of ChainDescriptionValue in com.echothree.model.data.chain.server.value
Methods in com.echothree.model.data.chain.server.value that return ChainDescriptionValue