Uses of Class
com.echothree.model.data.item.server.entity.RelatedItemDetail
Packages that use RelatedItemDetail
Package
Description
-
Uses of RelatedItemDetail in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return RelatedItemDetailModifier and TypeMethodDescriptionRelatedItem.getActiveDetail()RelatedItem.getActiveDetail(EntityPermission entityPermission) RelatedItem.getActiveDetailForUpdate()RelatedItem.getLastDetail()RelatedItem.getLastDetail(EntityPermission entityPermission) RelatedItem.getLastDetailForUpdate()Methods in com.echothree.model.data.item.server.entity with parameters of type RelatedItemDetailModifier and TypeMethodDescriptionvoidRelatedItem.setActiveDetail(RelatedItemDetail entity) voidRelatedItem.setLastDetail(RelatedItemDetail entity) -
Uses of RelatedItemDetail in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return RelatedItemDetailModifier and TypeMethodDescriptionRelatedItemDetailFactory.create(RelatedItemPK relatedItemPK, RelatedItemTypePK relatedItemTypePK, ItemPK fromItemPK, ItemPK toItemPK, Integer sortOrder, Long fromTime, Long thruTime) RelatedItemDetailFactory.create(RelatedItem relatedItem, RelatedItemType relatedItemType, Item fromItem, Item toItem, Integer sortOrder, Long fromTime, Long thruTime) RelatedItemDetailFactory.getEntityFromCache(RelatedItemDetailPK pk) RelatedItemDetailFactory.getEntityFromPK(EntityPermission entityPermission, RelatedItemDetailPK pk) RelatedItemDetailFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) RelatedItemDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) RelatedItemDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) RelatedItemDetailFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) RelatedItemDetailFactory.getEntityFromValue(EntityPermission entityPermission, RelatedItemDetailValue value) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type RelatedItemDetailModifier and TypeMethodDescriptionRelatedItemDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<RelatedItemDetailPK> pks) RelatedItemDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) RelatedItemDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) RelatedItemDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) RelatedItemDetailFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type RelatedItemDetailModifier and TypeMethodDescriptionRelatedItemFactory.create(RelatedItemDetail activeDetail, RelatedItemDetail lastDetail) voidRelatedItemDetailFactory.remove(RelatedItemDetail entity) voidRelatedItemDetailFactory.store(RelatedItemDetail entity) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type RelatedItemDetailModifier and TypeMethodDescriptionvoidRelatedItemDetailFactory.store(Collection<RelatedItemDetail> entities)