Uses of Class
com.echothree.model.data.chain.server.value.ChainKindDescriptionValue
Packages that use ChainKindDescriptionValue
Package
Description
-
Uses of ChainKindDescriptionValue in com.echothree.model.control.chain.server.control
Methods in com.echothree.model.control.chain.server.control that return ChainKindDescriptionValueModifier and TypeMethodDescriptionChainControl.getChainKindDescriptionValue(ChainKindDescription chainKindDescription) ChainControl.getChainKindDescriptionValueForUpdate(ChainKind chainKind, Language language) Methods in com.echothree.model.control.chain.server.control with parameters of type ChainKindDescriptionValueModifier and TypeMethodDescriptionvoidChainControl.updateChainKindDescriptionFromValue(ChainKindDescriptionValue chainKindDescriptionValue, BasePK updatedBy) -
Uses of ChainKindDescriptionValue in com.echothree.model.data.chain.server.entity
Methods in com.echothree.model.data.chain.server.entity that return ChainKindDescriptionValueMethods in com.echothree.model.data.chain.server.entity with parameters of type ChainKindDescriptionValueModifier and TypeMethodDescriptionvoidChainKindDescription.setChainKindDescriptionValue(ChainKindDescriptionValue value) Constructors in com.echothree.model.data.chain.server.entity with parameters of type ChainKindDescriptionValueModifierConstructorDescriptionChainKindDescription(ChainKindDescriptionValue value, EntityPermission entityPermission) Creates a new instance of ChainKindDescription -
Uses of ChainKindDescriptionValue in com.echothree.model.data.chain.server.factory
Methods in com.echothree.model.data.chain.server.factory that return ChainKindDescriptionValueModifier and TypeMethodDescriptionChainKindDescriptionFactory.getValueFromPK(Session session, ChainKindDescriptionPK pk) ChainKindDescriptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.chain.server.factory that return types with arguments of type ChainKindDescriptionValueModifier and TypeMethodDescriptionChainKindDescriptionFactory.getValuesFromPKs(Session session, Collection<ChainKindDescriptionPK> pks) ChainKindDescriptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.chain.server.factory with parameters of type ChainKindDescriptionValueModifier and TypeMethodDescriptionChainKindDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, ChainKindDescriptionValue value) ChainKindDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ChainKindDescriptionValue value) Method parameters in com.echothree.model.data.chain.server.factory with type arguments of type ChainKindDescriptionValueModifier and TypeMethodDescriptionvoidChainKindDescriptionFactory.create(Session session, Collection<ChainKindDescriptionValue> _values) voidChainKindDescriptionFactory.create(Collection<ChainKindDescriptionValue> _values) -
Uses of ChainKindDescriptionValue in com.echothree.model.data.chain.server.value
Methods in com.echothree.model.data.chain.server.value that return ChainKindDescriptionValue