Uses of Class
com.echothree.model.data.payment.server.entity.PartyPaymentMethodContactMechanism
Packages that use PartyPaymentMethodContactMechanism
Package
Description
-
Uses of PartyPaymentMethodContactMechanism in com.echothree.model.control.payment.server.control
Methods in com.echothree.model.control.payment.server.control that return PartyPaymentMethodContactMechanismModifier and TypeMethodDescriptionPartyPaymentMethodControl.createPartyPaymentMethodContactMechanism(PartyPaymentMethod partyPaymentMethod, PartyContactMechanismPurpose partyContactMechanismPurpose, BasePK createdBy) PartyPaymentMethodControl.getPartyPaymentMethodContactMechanism(PartyPaymentMethod partyPaymentMethod, PartyContactMechanismPurpose partyContactMechanismPurpose) PartyPaymentMethodControl.getPartyPaymentMethodContactMechanismForUpdate(PartyPaymentMethod partyPaymentMethod, PartyContactMechanismPurpose partyContactMechanismPurpose) Methods in com.echothree.model.control.payment.server.control that return types with arguments of type PartyPaymentMethodContactMechanismModifier and TypeMethodDescriptionPartyPaymentMethodControl.getPartyPaymentMethodContactMechanismsByPartyContactMechanismPurpose(PartyContactMechanismPurpose partyContactMechanismPurpose) PartyPaymentMethodControl.getPartyPaymentMethodContactMechanismsByPartyContactMechanismPurposeForUpdate(PartyContactMechanismPurpose partyContactMechanismPurpose) PartyPaymentMethodControl.getPartyPaymentMethodContactMechanismsByPartyPaymentMethod(PartyPaymentMethod partyPaymentMethod) PartyPaymentMethodControl.getPartyPaymentMethodContactMechanismsByPartyPaymentMethodForUpdate(PartyPaymentMethod partyPaymentMethod) Methods in com.echothree.model.control.payment.server.control with parameters of type PartyPaymentMethodContactMechanismModifier and TypeMethodDescriptionPartyPaymentMethodControl.getPartyPaymentMethodContactMechanismTransfer(UserVisit userVisit, PartyPaymentMethodContactMechanism partyPaymentMethodContactMechanism) Method parameters in com.echothree.model.control.payment.server.control with type arguments of type PartyPaymentMethodContactMechanismModifier and TypeMethodDescriptionPartyPaymentMethodControl.getPartyPaymentMethodContactMechanismTransfers(UserVisit userVisit, List<PartyPaymentMethodContactMechanism> partyPaymentMethodContactMechanisms) -
Uses of PartyPaymentMethodContactMechanism in com.echothree.model.control.payment.server.transfer
Methods in com.echothree.model.control.payment.server.transfer with parameters of type PartyPaymentMethodContactMechanismModifier and TypeMethodDescriptionPartyPaymentMethodContactMechanismTransferCache.getTransfer(UserVisit userVisit, PartyPaymentMethodContactMechanism partyPaymentMethodContactMechanism) -
Uses of PartyPaymentMethodContactMechanism in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return PartyPaymentMethodContactMechanismModifier and TypeMethodDescriptionPartyPaymentMethodContactMechanismFactory.create(PartyPaymentMethodPK partyPaymentMethodPK, PartyContactMechanismPurposePK partyContactMechanismPurposePK, Long fromTime, Long thruTime) PartyPaymentMethodContactMechanismFactory.create(PartyPaymentMethod partyPaymentMethod, PartyContactMechanismPurpose partyContactMechanismPurpose, Long fromTime, Long thruTime) PartyPaymentMethodContactMechanismFactory.create(Session session, PartyPaymentMethodPK partyPaymentMethodPK, PartyContactMechanismPurposePK partyContactMechanismPurposePK, Long fromTime, Long thruTime) PartyPaymentMethodContactMechanismFactory.create(Session session, PartyPaymentMethod partyPaymentMethod, PartyContactMechanismPurpose partyContactMechanismPurpose, Long fromTime, Long thruTime) PartyPaymentMethodContactMechanismFactory.getEntityFromCache(Session session, PartyPaymentMethodContactMechanismPK pk) PartyPaymentMethodContactMechanismFactory.getEntityFromPK(EntityPermission entityPermission, PartyPaymentMethodContactMechanismPK pk) PartyPaymentMethodContactMechanismFactory.getEntityFromPK(Session session, EntityPermission entityPermission, PartyPaymentMethodContactMechanismPK pk) PartyPaymentMethodContactMechanismFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) PartyPaymentMethodContactMechanismFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyPaymentMethodContactMechanismFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyPaymentMethodContactMechanismFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyPaymentMethodContactMechanismFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyPaymentMethodContactMechanismFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyPaymentMethodContactMechanismFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyPaymentMethodContactMechanismFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) PartyPaymentMethodContactMechanismFactory.getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) PartyPaymentMethodContactMechanismFactory.getEntityFromValue(EntityPermission entityPermission, PartyPaymentMethodContactMechanismValue value) PartyPaymentMethodContactMechanismFactory.getEntityFromValue(Session session, EntityPermission entityPermission, PartyPaymentMethodContactMechanismValue value) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type PartyPaymentMethodContactMechanismModifier and TypeMethodDescriptionPartyPaymentMethodContactMechanismFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyPaymentMethodContactMechanismPK> pks) PartyPaymentMethodContactMechanismFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PartyPaymentMethodContactMechanismPK> pks) PartyPaymentMethodContactMechanismFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) PartyPaymentMethodContactMechanismFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyPaymentMethodContactMechanismFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyPaymentMethodContactMechanismFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyPaymentMethodContactMechanismFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyPaymentMethodContactMechanismFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyPaymentMethodContactMechanismFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyPaymentMethodContactMechanismFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) PartyPaymentMethodContactMechanismFactory.getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type PartyPaymentMethodContactMechanismModifier and TypeMethodDescriptionvoidPartyPaymentMethodContactMechanismFactory.remove(Session session, PartyPaymentMethodContactMechanism entity) voidPartyPaymentMethodContactMechanismFactory.store(Session session, PartyPaymentMethodContactMechanism entity) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type PartyPaymentMethodContactMechanismModifier and TypeMethodDescriptionvoidPartyPaymentMethodContactMechanismFactory.store(Session session, Collection<PartyPaymentMethodContactMechanism> entities) voidPartyPaymentMethodContactMechanismFactory.store(Collection<PartyPaymentMethodContactMechanism> entities)