Uses of Class
com.echothree.model.data.chain.server.value.ChainKindDetailValue
Packages that use ChainKindDetailValue
Package
Description
-
Uses of ChainKindDetailValue in com.echothree.model.control.chain.server.control
Methods in com.echothree.model.control.chain.server.control that return ChainKindDetailValueModifier and TypeMethodDescriptionChainControl.getChainKindDetailValueByNameForUpdate(String chainKindName) ChainControl.getChainKindDetailValueForUpdate(ChainKind chainKind) ChainControl.getDefaultChainKindDetailValueForUpdate()Methods in com.echothree.model.control.chain.server.control with parameters of type ChainKindDetailValueModifier and TypeMethodDescriptionvoidChainControl.updateChainKindFromValue(ChainKindDetailValue chainKindDetailValue, BasePK updatedBy) -
Uses of ChainKindDetailValue in com.echothree.model.data.chain.server.entity
Methods in com.echothree.model.data.chain.server.entity that return ChainKindDetailValueMethods in com.echothree.model.data.chain.server.entity with parameters of type ChainKindDetailValueModifier and TypeMethodDescriptionvoidChainKindDetail.setChainKindDetailValue(ChainKindDetailValue value) Constructors in com.echothree.model.data.chain.server.entity with parameters of type ChainKindDetailValueModifierConstructorDescriptionChainKindDetail(ChainKindDetailValue value, EntityPermission entityPermission) Creates a new instance of ChainKindDetail -
Uses of ChainKindDetailValue in com.echothree.model.data.chain.server.factory
Methods in com.echothree.model.data.chain.server.factory that return ChainKindDetailValueModifier and TypeMethodDescriptionChainKindDetailFactory.getValueFromPK(Session session, ChainKindDetailPK pk) ChainKindDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.chain.server.factory that return types with arguments of type ChainKindDetailValueModifier and TypeMethodDescriptionChainKindDetailFactory.getValuesFromPKs(Session session, Collection<ChainKindDetailPK> pks) ChainKindDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.chain.server.factory with parameters of type ChainKindDetailValueModifier and TypeMethodDescriptionChainKindDetailFactory.getEntityFromValue(EntityPermission entityPermission, ChainKindDetailValue value) ChainKindDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ChainKindDetailValue value) Method parameters in com.echothree.model.data.chain.server.factory with type arguments of type ChainKindDetailValueModifier and TypeMethodDescriptionvoidChainKindDetailFactory.create(Session session, Collection<ChainKindDetailValue> _values) voidChainKindDetailFactory.create(Collection<ChainKindDetailValue> _values) -
Uses of ChainKindDetailValue in com.echothree.model.data.chain.server.value
Methods in com.echothree.model.data.chain.server.value that return ChainKindDetailValue