Uses of Class
com.echothree.model.data.item.common.pk.RelatedItemDetailPK
Packages that use RelatedItemDetailPK
Package
Description
-
Uses of RelatedItemDetailPK in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return RelatedItemDetailPKModifier and TypeMethodDescriptionRelatedItem.getActiveDetailPK()
RelatedItem.getLastDetailPK()
RelatedItemDetail.getPrimaryKey()
Methods in com.echothree.model.data.item.server.entity with parameters of type RelatedItemDetailPKModifier and TypeMethodDescriptionvoid
RelatedItem.setActiveDetailPK
(RelatedItemDetailPK activeDetailPK) void
RelatedItem.setLastDetailPK
(RelatedItemDetailPK lastDetailPK) -
Uses of RelatedItemDetailPK in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return RelatedItemDetailPKModifier and TypeMethodDescriptionRelatedItemDetailFactory.getNextPK()
RelatedItemDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) RelatedItemDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type RelatedItemDetailPKModifier and TypeMethodDescriptionRelatedItemDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) RelatedItemDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) RelatedItemDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) RelatedItemDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type RelatedItemDetailPKModifier and TypeMethodDescriptionRelatedItemFactory.create
(RelatedItemDetailPK activeDetailPK, RelatedItemDetailPK lastDetailPK) RelatedItemFactory.create
(Session session, RelatedItemDetailPK activeDetailPK, RelatedItemDetailPK lastDetailPK) RelatedItemDetailFactory.getEntityFromCache
(Session session, RelatedItemDetailPK pk) RelatedItemDetailFactory.getEntityFromPK
(EntityPermission entityPermission, RelatedItemDetailPK pk) RelatedItemDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, RelatedItemDetailPK pk) RelatedItemDetailFactory.getValueFromPK
(Session session, RelatedItemDetailPK pk) void
RelatedItemDetailFactory.remove
(Session session, RelatedItemDetailPK pk) boolean
RelatedItemDetailFactory.validPK
(Session session, RelatedItemDetailPK pk) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type RelatedItemDetailPKModifier and TypeMethodDescriptionRelatedItemDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<RelatedItemDetailPK> pks) RelatedItemDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<RelatedItemDetailPK> pks) RelatedItemDetailFactory.getValuesFromPKs
(Session session, Collection<RelatedItemDetailPK> pks) void
RelatedItemDetailFactory.remove
(Session session, Collection<RelatedItemDetailPK> pks) void
RelatedItemDetailFactory.remove
(Collection<RelatedItemDetailPK> pks) -
Uses of RelatedItemDetailPK in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return RelatedItemDetailPKModifier and TypeMethodDescriptionRelatedItemValue.getActiveDetailPK()
RelatedItemValue.getLastDetailPK()
RelatedItemDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.item.server.value with parameters of type RelatedItemDetailPKModifier and TypeMethodDescriptionvoid
RelatedItemValue.setActiveDetailPK
(RelatedItemDetailPK activeDetailPK) void
RelatedItemValue.setLastDetailPK
(RelatedItemDetailPK lastDetailPK) Constructors in com.echothree.model.data.item.server.value with parameters of type RelatedItemDetailPKModifierConstructorDescriptionRelatedItemDetailValue
(RelatedItemDetailPK relatedItemDetailPK, RelatedItemPK relatedItemPK, RelatedItemTypePK relatedItemTypePK, ItemPK fromItemPK, ItemPK toItemPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of RelatedItemDetailValueRelatedItemValue
(RelatedItemDetailPK activeDetailPK, RelatedItemDetailPK lastDetailPK) Creates a new instance of RelatedItemValueRelatedItemValue
(RelatedItemPK relatedItemPK, RelatedItemDetailPK activeDetailPK, RelatedItemDetailPK lastDetailPK) Creates a new instance of RelatedItemValue