Uses of Class
com.echothree.model.data.item.common.pk.ItemCategoryDescriptionPK
Packages that use ItemCategoryDescriptionPK
Package
Description
-
Uses of ItemCategoryDescriptionPK in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemCategoryDescriptionPK -
Uses of ItemCategoryDescriptionPK in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemCategoryDescriptionPKModifier and TypeMethodDescriptionItemCategoryDescriptionFactory.getNextPK()ItemCategoryDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) ItemCategoryDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemCategoryDescriptionPKModifier and TypeMethodDescriptionItemCategoryDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ItemCategoryDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ItemCategoryDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) ItemCategoryDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemCategoryDescriptionPKModifier and TypeMethodDescriptionItemCategoryDescriptionFactory.getEntityFromCache(Session session, ItemCategoryDescriptionPK pk) ItemCategoryDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ItemCategoryDescriptionPK pk) ItemCategoryDescriptionFactory.getEntityFromPK(Session session, EntityPermission entityPermission, ItemCategoryDescriptionPK pk) ItemCategoryDescriptionFactory.getValueFromPK(Session session, ItemCategoryDescriptionPK pk) voidItemCategoryDescriptionFactory.remove(Session session, ItemCategoryDescriptionPK pk) booleanItemCategoryDescriptionFactory.validPK(Session session, ItemCategoryDescriptionPK pk) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemCategoryDescriptionPKModifier and TypeMethodDescriptionItemCategoryDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ItemCategoryDescriptionPK> pks) ItemCategoryDescriptionFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ItemCategoryDescriptionPK> pks) ItemCategoryDescriptionFactory.getValuesFromPKs(Session session, Collection<ItemCategoryDescriptionPK> pks) voidItemCategoryDescriptionFactory.remove(Session session, Collection<ItemCategoryDescriptionPK> pks) voidItemCategoryDescriptionFactory.remove(Collection<ItemCategoryDescriptionPK> pks) -
Uses of ItemCategoryDescriptionPK in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemCategoryDescriptionPKConstructors in com.echothree.model.data.item.server.value with parameters of type ItemCategoryDescriptionPKModifierConstructorDescriptionItemCategoryDescriptionValue(ItemCategoryDescriptionPK itemCategoryDescriptionPK, ItemCategoryPK itemCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ItemCategoryDescriptionValue