Class AssociateReferralFactory
java.lang.Object
com.echothree.model.data.associate.server.factory.AssociateReferralFactory
- All Implemented Interfaces:
BaseFactory<AssociateReferralPK,
AssociateReferral>
public class AssociateReferralFactory
extends Object
implements BaseFactory<AssociateReferralPK,AssociateReferral>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate()
create
(AssociateReferralDetailPK activeDetailPK, AssociateReferralDetailPK lastDetailPK) create
(AssociateReferralDetail activeDetail, AssociateReferralDetail lastDetail) create
(Session session, AssociateReferralDetailPK activeDetailPK, AssociateReferralDetailPK lastDetailPK) create
(Session session, AssociateReferralDetail activeDetail, AssociateReferralDetail lastDetail) void
create
(Session session, Collection<AssociateReferralValue> _values) void
create
(Collection<AssociateReferralValue> _values) getEntitiesFromPKs
(EntityPermission entityPermission, Collection<AssociateReferralPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<AssociateReferralPK> 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, AssociateReferralPK pk) getEntityFromPK
(EntityPermission entityPermission, AssociateReferralPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, AssociateReferralPK 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, AssociateReferralValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, AssociateReferralValue value) static AssociateReferralFactory
getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, AssociateReferralPK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<AssociateReferralPK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, AssociateReferralPK pk) void
remove
(Session session, AssociateReferral entity) void
remove
(Session session, Collection<AssociateReferralPK> pks) void
void
store
(Session session, AssociateReferral entity) void
store
(Session session, Collection<AssociateReferral> entities) void
store
(Collection<AssociateReferral> entities) boolean
validPK
(Session session, AssociateReferralPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
ASCRFR_ASSOCIATEREFERRALID
- See Also:
-
ASCRFR_ACTIVEDETAILID
- See Also:
-
ASCRFR_LASTDETAILID
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<AssociateReferralPK,
AssociateReferral>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<AssociateReferralPK,
AssociateReferral>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<AssociateReferralPK,
AssociateReferral>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<AssociateReferralPK,
AssociateReferral>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<AssociateReferralPK,
AssociateReferral>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<AssociateReferralPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<AssociateReferralPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
- Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<AssociateReferralValue> getValuesFromPKs(Session session, Collection<AssociateReferralPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public AssociateReferralValue getValueFromPK(Session session, AssociateReferralPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<AssociateReferralValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public AssociateReferralValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<AssociateReferral> getEntitiesFromPKs(EntityPermission entityPermission, Collection<AssociateReferralPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<AssociateReferral> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<AssociateReferralPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public AssociateReferral getEntityFromValue(EntityPermission entityPermission, AssociateReferralValue value) -
getEntityFromValue
public AssociateReferral getEntityFromValue(Session session, EntityPermission entityPermission, AssociateReferralValue value) -
getEntityFromPK
public AssociateReferral getEntityFromPK(EntityPermission entityPermission, AssociateReferralPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public AssociateReferral getEntityFromPK(Session session, EntityPermission entityPermission, AssociateReferralPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<AssociateReferralPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<AssociateReferralPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public AssociateReferralPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<AssociateReferral> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<AssociateReferral> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<AssociateReferral> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<AssociateReferral> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<AssociateReferral> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<AssociateReferral> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<AssociateReferral> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public AssociateReferral getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public AssociateReferral getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public AssociateReferral getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public AssociateReferral getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public AssociateReferral getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public AssociateReferral getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public AssociateReferral getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<AssociateReferral> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<AssociateReferral> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public AssociateReferral getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public AssociateReferral getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public AssociateReferral create(Session session) throws PersistenceDatabaseException, PersistenceNotNullException -
create
-
create
public AssociateReferral create(Session session, AssociateReferralDetail activeDetail, AssociateReferralDetail lastDetail) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public AssociateReferral create(AssociateReferralDetail activeDetail, AssociateReferralDetail lastDetail) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public AssociateReferral create(Session session, AssociateReferralDetailPK activeDetailPK, AssociateReferralDetailPK lastDetailPK) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public AssociateReferral create(AssociateReferralDetailPK activeDetailPK, AssociateReferralDetailPK lastDetailPK) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<AssociateReferralValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<AssociateReferralValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
store
in interfaceBaseFactory<AssociateReferralPK,
AssociateReferral> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<AssociateReferral> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<AssociateReferralPK,
AssociateReferral> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
store
in interfaceBaseFactory<AssociateReferralPK,
AssociateReferral> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<AssociateReferralPK,
AssociateReferral> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<AssociateReferralPK,
AssociateReferral> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<AssociateReferralPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<AssociateReferralPK,
AssociateReferral> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<AssociateReferralPK,
AssociateReferral> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPK
in interfaceBaseFactory<AssociateReferralPK,
AssociateReferral> - Throws:
PersistenceDatabaseException
-