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 TypeMethodDescriptionvoidRelatedItem.setActiveDetailPK(RelatedItemDetailPK activeDetailPK) voidRelatedItem.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) RelatedItemDetailFactory.getEntityFromCache(RelatedItemDetailPK pk) RelatedItemDetailFactory.getEntityFromPK(EntityPermission entityPermission, RelatedItemDetailPK pk) RelatedItemDetailFactory.getValueFromPK(RelatedItemDetailPK pk) voidRelatedItemDetailFactory.remove(RelatedItemDetailPK pk) booleanRelatedItemDetailFactory.validPK(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.getValuesFromPKs(Collection<RelatedItemDetailPK> pks) voidRelatedItemDetailFactory.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 TypeMethodDescriptionvoidRelatedItemValue.setActiveDetailPK(RelatedItemDetailPK activeDetailPK) voidRelatedItemValue.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