Uses of Class
com.echothree.model.data.offer.common.pk.OfferTimePK
Packages that use OfferTimePK
Package
Description
-
Uses of OfferTimePK in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return OfferTimePK -
Uses of OfferTimePK in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return OfferTimePKModifier and TypeMethodDescriptionOfferTimeFactory.getNextPK()OfferTimeFactory.getPKFromQuery(PreparedStatement ps, Object... params) OfferTimeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type OfferTimePKModifier and TypeMethodDescriptionOfferTimeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) OfferTimeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) OfferTimeFactory.getPKsFromResultSetAsList(ResultSet rs) OfferTimeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type OfferTimePKModifier and TypeMethodDescriptionOfferTimeFactory.getEntityFromCache(OfferTimePK pk) OfferTimeFactory.getEntityFromPK(EntityPermission entityPermission, OfferTimePK pk) OfferTimeFactory.getValueFromPK(OfferTimePK pk) voidOfferTimeFactory.remove(OfferTimePK pk) booleanOfferTimeFactory.validPK(OfferTimePK pk) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type OfferTimePKModifier and TypeMethodDescriptionOfferTimeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<OfferTimePK> pks) OfferTimeFactory.getValuesFromPKs(Collection<OfferTimePK> pks) voidOfferTimeFactory.remove(Collection<OfferTimePK> pks) -
Uses of OfferTimePK in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return OfferTimePKConstructors in com.echothree.model.data.offer.server.value with parameters of type OfferTimePKModifierConstructorDescriptionOfferTimeValue(OfferTimePK offerTimePK, OfferPK offerPK, Long lastEvaluationTime, Long maxItemCreatedTime, Long maxItemModifiedTime, Long maxItemDeletedTime) Creates a new instance of OfferTimeValue