Class PartyPaymentMethodCreditCardFactory
java.lang.Object
com.echothree.model.data.payment.server.factory.PartyPaymentMethodCreditCardFactory
- All Implemented Interfaces:
BaseFactory<PartyPaymentMethodCreditCardPK,
PartyPaymentMethodCreditCard>
public class PartyPaymentMethodCreditCardFactory
extends Object
implements BaseFactory<PartyPaymentMethodCreditCardPK,PartyPaymentMethodCreditCard>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(PartyPaymentMethodPK partyPaymentMethodPK, String number, Integer expirationMonth, Integer expirationYear, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, String name, PartyContactMechanismPK billingPartyContactMechanismPK, String issuerName, PartyContactMechanismPK issuerPartyContactMechanismPK, Long fromTime, Long thruTime) create
(PartyPaymentMethod partyPaymentMethod, String number, Integer expirationMonth, Integer expirationYear, PersonalTitle personalTitle, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffix nameSuffix, String name, PartyContactMechanism billingPartyContactMechanism, String issuerName, PartyContactMechanism issuerPartyContactMechanism, Long fromTime, Long thruTime) create
(Session session, PartyPaymentMethodPK partyPaymentMethodPK, String number, Integer expirationMonth, Integer expirationYear, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, String name, PartyContactMechanismPK billingPartyContactMechanismPK, String issuerName, PartyContactMechanismPK issuerPartyContactMechanismPK, Long fromTime, Long thruTime) create
(Session session, PartyPaymentMethod partyPaymentMethod, String number, Integer expirationMonth, Integer expirationYear, PersonalTitle personalTitle, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffix nameSuffix, String name, PartyContactMechanism billingPartyContactMechanism, String issuerName, PartyContactMechanism issuerPartyContactMechanism, Long fromTime, Long thruTime) void
create
(Session session, Collection<PartyPaymentMethodCreditCardValue> _values) void
getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PartyPaymentMethodCreditCardPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PartyPaymentMethodCreditCardPK> pks) getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) getEntityFromCache
(Session session, PartyPaymentMethodCreditCardPK pk) getEntityFromPK
(EntityPermission entityPermission, PartyPaymentMethodCreditCardPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, PartyPaymentMethodCreditCardPK pk) getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) getEntityFromValue
(EntityPermission entityPermission, PartyPaymentMethodCreditCardValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, PartyPaymentMethodCreditCardValue value) getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, PartyPaymentMethodCreditCardPK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<PartyPaymentMethodCreditCardPK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, PartyPaymentMethodCreditCardPK pk) void
remove
(Session session, PartyPaymentMethodCreditCard entity) void
remove
(Session session, Collection<PartyPaymentMethodCreditCardPK> pks) void
void
store
(Session session, PartyPaymentMethodCreditCard entity) void
store
(Session session, Collection<PartyPaymentMethodCreditCard> entities) void
store
(Collection<PartyPaymentMethodCreditCard> entities) boolean
validPK
(Session session, PartyPaymentMethodCreditCardPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
PARPMCC_PARTYPAYMENTMETHODCREDITCARDID
- See Also:
-
PARPMCC_PARPM_PARTYPAYMENTMETHODID
- See Also:
-
PARPMCC_NUMBER
- See Also:
-
PARPMCC_EXPIRATIONMONTH
- See Also:
-
PARPMCC_EXPIRATIONYEAR
- See Also:
-
PARPMCC_PERT_PERSONALTITLEID
- See Also:
-
PARPMCC_FIRSTNAME
- See Also:
-
PARPMCC_FIRSTNAMESDX
- See Also:
-
PARPMCC_MIDDLENAME
- See Also:
-
PARPMCC_MIDDLENAMESDX
- See Also:
-
PARPMCC_LASTNAME
- See Also:
-
PARPMCC_LASTNAMESDX
- See Also:
-
PARPMCC_NSFX_NAMESUFFIXID
- See Also:
-
PARPMCC_NAME
- See Also:
-
PARPMCC_BILLINGPARTYCONTACTMECHANISMID
- See Also:
-
PARPMCC_ISSUERNAME
- See Also:
-
PARPMCC_ISSUERPARTYCONTACTMECHANISMID
- See Also:
-
PARPMCC_FROMTIME
- See Also:
-
PARPMCC_THRUTIME
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<PartyPaymentMethodCreditCardPK,
PartyPaymentMethodCreditCard>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<PartyPaymentMethodCreditCardPK,
PartyPaymentMethodCreditCard>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<PartyPaymentMethodCreditCardPK,
PartyPaymentMethodCreditCard>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<PartyPaymentMethodCreditCardPK,
PartyPaymentMethodCreditCard>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<PartyPaymentMethodCreditCardPK,
PartyPaymentMethodCreditCard>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<PartyPaymentMethodCreditCardPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<PartyPaymentMethodCreditCardPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public PartyPaymentMethodCreditCardPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<PartyPaymentMethodCreditCardValue> getValuesFromPKs(Session session, Collection<PartyPaymentMethodCreditCardPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public PartyPaymentMethodCreditCardValue getValueFromPK(Session session, PartyPaymentMethodCreditCardPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<PartyPaymentMethodCreditCardValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public PartyPaymentMethodCreditCardValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PartyPaymentMethodCreditCard> getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyPaymentMethodCreditCardPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PartyPaymentMethodCreditCard> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PartyPaymentMethodCreditCardPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public PartyPaymentMethodCreditCard getEntityFromValue(EntityPermission entityPermission, PartyPaymentMethodCreditCardValue value) -
getEntityFromValue
public PartyPaymentMethodCreditCard getEntityFromValue(Session session, EntityPermission entityPermission, PartyPaymentMethodCreditCardValue value) -
getEntityFromPK
public PartyPaymentMethodCreditCard getEntityFromPK(EntityPermission entityPermission, PartyPaymentMethodCreditCardPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
public PartyPaymentMethodCreditCard getEntityFromCache(Session session, PartyPaymentMethodCreditCardPK pk) -
getEntityFromPK
public PartyPaymentMethodCreditCard getEntityFromPK(Session session, EntityPermission entityPermission, PartyPaymentMethodCreditCardPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<PartyPaymentMethodCreditCardPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<PartyPaymentMethodCreditCardPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public PartyPaymentMethodCreditCardPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyPaymentMethodCreditCard> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyPaymentMethodCreditCard> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyPaymentMethodCreditCard> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyPaymentMethodCreditCard> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyPaymentMethodCreditCard> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyPaymentMethodCreditCard> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyPaymentMethodCreditCard> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyPaymentMethodCreditCard getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyPaymentMethodCreditCard getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyPaymentMethodCreditCard getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyPaymentMethodCreditCard getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyPaymentMethodCreditCard getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyPaymentMethodCreditCard getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyPaymentMethodCreditCard getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PartyPaymentMethodCreditCard> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PartyPaymentMethodCreditCard> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PartyPaymentMethodCreditCard getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PartyPaymentMethodCreditCard getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public PartyPaymentMethodCreditCard create(Session session, PartyPaymentMethod partyPaymentMethod, String number, Integer expirationMonth, Integer expirationYear, PersonalTitle personalTitle, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffix nameSuffix, String name, PartyContactMechanism billingPartyContactMechanism, String issuerName, PartyContactMechanism issuerPartyContactMechanism, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PartyPaymentMethodCreditCard create(PartyPaymentMethod partyPaymentMethod, String number, Integer expirationMonth, Integer expirationYear, PersonalTitle personalTitle, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffix nameSuffix, String name, PartyContactMechanism billingPartyContactMechanism, String issuerName, PartyContactMechanism issuerPartyContactMechanism, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PartyPaymentMethodCreditCard create(Session session, PartyPaymentMethodPK partyPaymentMethodPK, String number, Integer expirationMonth, Integer expirationYear, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, String name, PartyContactMechanismPK billingPartyContactMechanismPK, String issuerName, PartyContactMechanismPK issuerPartyContactMechanismPK, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PartyPaymentMethodCreditCard create(PartyPaymentMethodPK partyPaymentMethodPK, String number, Integer expirationMonth, Integer expirationYear, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, String name, PartyContactMechanismPK billingPartyContactMechanismPK, String issuerName, PartyContactMechanismPK issuerPartyContactMechanismPK, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<PartyPaymentMethodCreditCardValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<PartyPaymentMethodCreditCardValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, PartyPaymentMethodCreditCard entity) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<PartyPaymentMethodCreditCardPK,
PartyPaymentMethodCreditCard> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<PartyPaymentMethodCreditCard> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<PartyPaymentMethodCreditCardPK,
PartyPaymentMethodCreditCard> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<PartyPaymentMethodCreditCard> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<PartyPaymentMethodCreditCardPK,
PartyPaymentMethodCreditCard> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, PartyPaymentMethodCreditCard entity) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PartyPaymentMethodCreditCardPK,
PartyPaymentMethodCreditCard> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, PartyPaymentMethodCreditCardPK pk) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PartyPaymentMethodCreditCardPK,
PartyPaymentMethodCreditCard> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<PartyPaymentMethodCreditCardPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PartyPaymentMethodCreditCardPK,
PartyPaymentMethodCreditCard> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Collection<PartyPaymentMethodCreditCardPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PartyPaymentMethodCreditCardPK,
PartyPaymentMethodCreditCard> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, PartyPaymentMethodCreditCardPK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<PartyPaymentMethodCreditCardPK,
PartyPaymentMethodCreditCard> - Throws:
PersistenceDatabaseException
-