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 -
Uses of RelatedItemDetailPK in com.echothree.model.jooq.server.records.item
Methods in com.echothree.model.jooq.server.records.item that return RelatedItemDetailPKModifier and TypeMethodDescriptionRelatedItems.ActiveDetail()Getter forrelateditems.rlti_activedetailid.RelatedItems.LastDetail()Getter forrelateditems.rlti_lastdetailid.RelatedItemDetails.RelatedItemDetail()Getter forrelateditemdetails.rltidt_relateditemdetailid.Methods in com.echothree.model.jooq.server.records.item that return types with arguments of type RelatedItemDetailPKMethods in com.echothree.model.jooq.server.records.item with parameters of type RelatedItemDetailPKModifier and TypeMethodDescriptionvoidRelatedItems.ActiveDetail(RelatedItemDetailPK value) Setter forrelateditems.rlti_activedetailid.voidRelatedItems.LastDetail(RelatedItemDetailPK value) Setter forrelateditems.rlti_lastdetailid.voidRelatedItemDetails.RelatedItemDetail(RelatedItemDetailPK value) Setter forrelateditemdetails.rltidt_relateditemdetailid.Constructors in com.echothree.model.jooq.server.records.item with parameters of type RelatedItemDetailPKModifierConstructorDescriptionRelatedItemDetails(RelatedItemDetailPK RelatedItemDetail, RelatedItemPK RelatedItem, RelatedItemTypePK RelatedItemType, ItemPK FromItem, ItemPK ToItem, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised RelatedItemDetailsRelatedItems(RelatedItemPK RelatedItem, RelatedItemDetailPK ActiveDetail, RelatedItemDetailPK LastDetail) Create a detached, initialised RelatedItems -
Uses of RelatedItemDetailPK in com.echothree.model.jooq.server.tables.item
Fields in com.echothree.model.jooq.server.tables.item with type parameters of type RelatedItemDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<RelatedItems, RelatedItemDetailPK> RelatedItems.ACTIVE_DETAILThe columnrelateditems.rlti_activedetailid.final org.jooq.TableField<RelatedItems, RelatedItemDetailPK> RelatedItems.LAST_DETAILThe columnrelateditems.rlti_lastdetailid.final org.jooq.TableField<RelatedItemDetails, RelatedItemDetailPK> RelatedItemDetails.RELATED_ITEM_DETAILThe columnrelateditemdetails.rltidt_relateditemdetailid.