Uses of Class
com.echothree.model.data.item.server.value.RelatedItemDetailValue
Packages that use RelatedItemDetailValue
Package
Description
-
Uses of RelatedItemDetailValue in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return RelatedItemDetailValueModifier and TypeMethodDescriptionItemControl.getRelatedItemDetailValueForUpdate
(RelatedItem relatedItem) ItemControl.getRelatedItemDetailValueForUpdate
(RelatedItemType relatedItemType, Item fromItem, Item toItem) Methods in com.echothree.model.control.item.server.control with parameters of type RelatedItemDetailValueModifier and TypeMethodDescriptionvoid
ItemControl.updateRelatedItemFromValue
(RelatedItemDetailValue relatedItemDetailValue, BasePK updatedBy) -
Uses of RelatedItemDetailValue in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return RelatedItemDetailValueMethods in com.echothree.model.data.item.server.entity with parameters of type RelatedItemDetailValueModifier and TypeMethodDescriptionvoid
RelatedItemDetail.setRelatedItemDetailValue
(RelatedItemDetailValue value) Constructors in com.echothree.model.data.item.server.entity with parameters of type RelatedItemDetailValueModifierConstructorDescriptionRelatedItemDetail
(RelatedItemDetailValue value, EntityPermission entityPermission) Creates a new instance of RelatedItemDetail -
Uses of RelatedItemDetailValue in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return RelatedItemDetailValueModifier and TypeMethodDescriptionRelatedItemDetailFactory.getValueFromPK
(Session session, RelatedItemDetailPK pk) RelatedItemDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type RelatedItemDetailValueModifier and TypeMethodDescriptionRelatedItemDetailFactory.getValuesFromPKs
(Session session, Collection<RelatedItemDetailPK> pks) RelatedItemDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type RelatedItemDetailValueModifier and TypeMethodDescriptionRelatedItemDetailFactory.getEntityFromValue
(EntityPermission entityPermission, RelatedItemDetailValue value) RelatedItemDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, RelatedItemDetailValue value) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type RelatedItemDetailValueModifier and TypeMethodDescriptionvoid
RelatedItemDetailFactory.create
(Session session, Collection<RelatedItemDetailValue> _values) void
RelatedItemDetailFactory.create
(Collection<RelatedItemDetailValue> _values) -
Uses of RelatedItemDetailValue in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return RelatedItemDetailValue