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