Uses of Class
com.echothree.model.data.chain.server.value.ChainDetailValue
Packages that use ChainDetailValue
Package
Description
-
Uses of ChainDetailValue in com.echothree.model.control.chain.server.control
Methods in com.echothree.model.control.chain.server.control that return ChainDetailValueModifier and TypeMethodDescriptionChainControl.getChainDetailValueByNameForUpdate(ChainType chainType, String chainName) ChainControl.getChainDetailValueForUpdate(Chain chain) ChainControl.getDefaultChainDetailValueForUpdate(ChainType chainType) Methods in com.echothree.model.control.chain.server.control with parameters of type ChainDetailValueModifier and TypeMethodDescriptionvoidChainControl.updateChainFromValue(ChainDetailValue chainDetailValue, BasePK updatedBy) -
Uses of ChainDetailValue in com.echothree.model.data.chain.server.entity
Methods in com.echothree.model.data.chain.server.entity that return ChainDetailValueMethods in com.echothree.model.data.chain.server.entity with parameters of type ChainDetailValueConstructors in com.echothree.model.data.chain.server.entity with parameters of type ChainDetailValueModifierConstructorDescriptionChainDetail(ChainDetailValue value, EntityPermission entityPermission) Creates a new instance of ChainDetail -
Uses of ChainDetailValue in com.echothree.model.data.chain.server.factory
Methods in com.echothree.model.data.chain.server.factory that return ChainDetailValueModifier and TypeMethodDescriptionChainDetailFactory.getValueFromPK(Session session, ChainDetailPK pk) ChainDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.chain.server.factory that return types with arguments of type ChainDetailValueModifier and TypeMethodDescriptionChainDetailFactory.getValuesFromPKs(Session session, Collection<ChainDetailPK> pks) ChainDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.chain.server.factory with parameters of type ChainDetailValueModifier and TypeMethodDescriptionChainDetailFactory.getEntityFromValue(EntityPermission entityPermission, ChainDetailValue value) ChainDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ChainDetailValue value) Method parameters in com.echothree.model.data.chain.server.factory with type arguments of type ChainDetailValueModifier and TypeMethodDescriptionvoidChainDetailFactory.create(Session session, Collection<ChainDetailValue> _values) voidChainDetailFactory.create(Collection<ChainDetailValue> _values) -
Uses of ChainDetailValue in com.echothree.model.data.chain.server.value
Methods in com.echothree.model.data.chain.server.value that return ChainDetailValue