Uses of Class
com.echothree.model.data.order.common.pk.OrderPriorityDescriptionPK
Packages that use OrderPriorityDescriptionPK
Package
Description
-
Uses of OrderPriorityDescriptionPK in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderPriorityDescriptionPK -
Uses of OrderPriorityDescriptionPK in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderPriorityDescriptionPKModifier and TypeMethodDescriptionOrderPriorityDescriptionFactory.getNextPK()OrderPriorityDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) OrderPriorityDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderPriorityDescriptionPKModifier and TypeMethodDescriptionOrderPriorityDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) OrderPriorityDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) OrderPriorityDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) OrderPriorityDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderPriorityDescriptionPKModifier and TypeMethodDescriptionOrderPriorityDescriptionFactory.getEntityFromCache(Session session, OrderPriorityDescriptionPK pk) OrderPriorityDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, OrderPriorityDescriptionPK pk) OrderPriorityDescriptionFactory.getEntityFromPK(Session session, EntityPermission entityPermission, OrderPriorityDescriptionPK pk) OrderPriorityDescriptionFactory.getValueFromPK(Session session, OrderPriorityDescriptionPK pk) voidOrderPriorityDescriptionFactory.remove(Session session, OrderPriorityDescriptionPK pk) booleanOrderPriorityDescriptionFactory.validPK(Session session, OrderPriorityDescriptionPK pk) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderPriorityDescriptionPKModifier and TypeMethodDescriptionOrderPriorityDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<OrderPriorityDescriptionPK> pks) OrderPriorityDescriptionFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<OrderPriorityDescriptionPK> pks) OrderPriorityDescriptionFactory.getValuesFromPKs(Session session, Collection<OrderPriorityDescriptionPK> pks) voidOrderPriorityDescriptionFactory.remove(Session session, Collection<OrderPriorityDescriptionPK> pks) voidOrderPriorityDescriptionFactory.remove(Collection<OrderPriorityDescriptionPK> pks) -
Uses of OrderPriorityDescriptionPK in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderPriorityDescriptionPKConstructors in com.echothree.model.data.order.server.value with parameters of type OrderPriorityDescriptionPKModifierConstructorDescriptionOrderPriorityDescriptionValue(OrderPriorityDescriptionPK orderPriorityDescriptionPK, OrderPriorityPK orderPriorityPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of OrderPriorityDescriptionValue