Uses of Class
com.echothree.model.data.selector.common.pk.SelectorNodePaymentProcessorPK
Packages that use SelectorNodePaymentProcessorPK
Package
Description
-
Uses of SelectorNodePaymentProcessorPK in com.echothree.model.data.selector.server.entity
Methods in com.echothree.model.data.selector.server.entity that return SelectorNodePaymentProcessorPK -
Uses of SelectorNodePaymentProcessorPK in com.echothree.model.data.selector.server.factory
Methods in com.echothree.model.data.selector.server.factory that return SelectorNodePaymentProcessorPKModifier and TypeMethodDescriptionSelectorNodePaymentProcessorFactory.getNextPK()
SelectorNodePaymentProcessorFactory.getPKFromQuery
(PreparedStatement ps, Object... params) SelectorNodePaymentProcessorFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.selector.server.factory that return types with arguments of type SelectorNodePaymentProcessorPKModifier and TypeMethodDescriptionSelectorNodePaymentProcessorFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) SelectorNodePaymentProcessorFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) SelectorNodePaymentProcessorFactory.getPKsFromResultSetAsList
(ResultSet rs) SelectorNodePaymentProcessorFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.selector.server.factory with parameters of type SelectorNodePaymentProcessorPKModifier and TypeMethodDescriptionSelectorNodePaymentProcessorFactory.getEntityFromCache
(Session session, SelectorNodePaymentProcessorPK pk) SelectorNodePaymentProcessorFactory.getEntityFromPK
(EntityPermission entityPermission, SelectorNodePaymentProcessorPK pk) SelectorNodePaymentProcessorFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, SelectorNodePaymentProcessorPK pk) SelectorNodePaymentProcessorFactory.getValueFromPK
(Session session, SelectorNodePaymentProcessorPK pk) void
SelectorNodePaymentProcessorFactory.remove
(Session session, SelectorNodePaymentProcessorPK pk) boolean
SelectorNodePaymentProcessorFactory.validPK
(Session session, SelectorNodePaymentProcessorPK pk) Method parameters in com.echothree.model.data.selector.server.factory with type arguments of type SelectorNodePaymentProcessorPKModifier and TypeMethodDescriptionSelectorNodePaymentProcessorFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<SelectorNodePaymentProcessorPK> pks) SelectorNodePaymentProcessorFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<SelectorNodePaymentProcessorPK> pks) SelectorNodePaymentProcessorFactory.getValuesFromPKs
(Session session, Collection<SelectorNodePaymentProcessorPK> pks) void
SelectorNodePaymentProcessorFactory.remove
(Session session, Collection<SelectorNodePaymentProcessorPK> pks) void
SelectorNodePaymentProcessorFactory.remove
(Collection<SelectorNodePaymentProcessorPK> pks) -
Uses of SelectorNodePaymentProcessorPK in com.echothree.model.data.selector.server.value
Methods in com.echothree.model.data.selector.server.value that return SelectorNodePaymentProcessorPKConstructors in com.echothree.model.data.selector.server.value with parameters of type SelectorNodePaymentProcessorPKModifierConstructorDescriptionSelectorNodePaymentProcessorValue
(SelectorNodePaymentProcessorPK selectorNodePaymentProcessorPK, SelectorNodePK selectorNodePK, PaymentProcessorPK paymentProcessorPK, Long fromTime, Long thruTime) Creates a new instance of SelectorNodePaymentProcessorValue