Class PartyCarrierAccountDetailFactory
java.lang.Object
com.echothree.model.data.carrier.server.factory.PartyCarrierAccountDetailFactory
- All Implemented Interfaces:
BaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail>
@ApplicationScoped
public class PartyCarrierAccountDetailFactory
extends Object
implements BaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of PartyCarrierAccountDetailFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate(PartyCarrierAccountPK partyCarrierAccountPK, PartyPK partyPK, PartyPK carrierPartyPK, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) create(PartyCarrierAccount partyCarrierAccount, Party party, Party carrierParty, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) voidcreate(Collection<PartyCarrierAccountDetailValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyCarrierAccountDetailPK> pks) getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) getEntityFromPK(EntityPermission entityPermission, PartyCarrierAccountDetailPK pk) getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) getEntityFromValue(EntityPermission entityPermission, PartyCarrierAccountDetailValue value) getPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) prepareStatement(String query) voidvoidremove(PartyCarrierAccountDetail entity) voidvoidstore(PartyCarrierAccountDetail entity) voidstore(Collection<PartyCarrierAccountDetail> entities) boolean
-
Field Details
-
TABLE_NAME
- See Also:
-
PCRRACTDT_PARTYCARRIERACCOUNTDETAILID
- See Also:
-
PCRRACTDT_PCRRACT_PARTYCARRIERACCOUNTID
- See Also:
-
PCRRACTDT_PAR_PARTYID
- See Also:
-
PCRRACTDT_CARRIERPARTYID
- See Also:
-
PCRRACTDT_ACCOUNT
- See Also:
-
PCRRACTDT_ALWAYSUSETHIRDPARTYBILLING
- See Also:
-
PCRRACTDT_FROMTIME
- See Also:
-
PCRRACTDT_THRUTIME
- See Also:
-
-
Constructor Details
-
PartyCarrierAccountDetailFactory
protected PartyCarrierAccountDetailFactory()Creates a new instance of PartyCarrierAccountDetailFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<PartyCarrierAccountDetailPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<PartyCarrierAccountDetailPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public PartyCarrierAccountDetailPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<PartyCarrierAccountDetailValue> getValuesFromPKs(Collection<PartyCarrierAccountDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public PartyCarrierAccountDetailValue getValueFromPK(PartyCarrierAccountDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<PartyCarrierAccountDetailValue> getValuesFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public PartyCarrierAccountDetailValue getValueFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PartyCarrierAccountDetail> getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyCarrierAccountDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public PartyCarrierAccountDetail getEntityFromValue(EntityPermission entityPermission, PartyCarrierAccountDetailValue value) -
getEntityFromCache
-
getEntityFromPK
public PartyCarrierAccountDetail getEntityFromPK(EntityPermission entityPermission, PartyCarrierAccountDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<PartyCarrierAccountDetailPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<PartyCarrierAccountDetailPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public PartyCarrierAccountDetailPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyCarrierAccountDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyCarrierAccountDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyCarrierAccountDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyCarrierAccountDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyCarrierAccountDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyCarrierAccountDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PartyCarrierAccountDetail> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PartyCarrierAccountDetail getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public PartyCarrierAccountDetail create(PartyCarrierAccount partyCarrierAccount, Party party, Party carrierParty, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PartyCarrierAccountDetail create(PartyCarrierAccountPK partyCarrierAccountPK, PartyPK partyPK, PartyPK carrierPartyPK, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<PartyCarrierAccountDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
storein interfaceBaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<PartyCarrierAccountDetail> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPKin interfaceBaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail> - Throws:
PersistenceDatabaseException
-