Class BirthdayFormatFactory
java.lang.Object
com.echothree.model.data.party.server.factory.BirthdayFormatFactory
- All Implemented Interfaces:
BaseFactory<BirthdayFormatPK,BirthdayFormat>
@ApplicationScoped
public class BirthdayFormatFactory
extends Object
implements BaseFactory<BirthdayFormatPK,BirthdayFormat>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of BirthdayFormatFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate()create(BirthdayFormatDetailPK activeDetailPK, BirthdayFormatDetailPK lastDetailPK) create(BirthdayFormatDetail activeDetail, BirthdayFormatDetail lastDetail) voidcreate(Collection<BirthdayFormatValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<BirthdayFormatPK> 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, BirthdayFormatPK 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, BirthdayFormatValue value) static BirthdayFormatFactorygetPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) prepareStatement(String query) voidvoidremove(BirthdayFormat entity) voidremove(Collection<BirthdayFormatPK> pks) voidstore(BirthdayFormat entity) voidstore(Collection<BirthdayFormat> entities) boolean
-
Field Details
-
TABLE_NAME
- See Also:
-
BDYF_BIRTHDAYFORMATID
- See Also:
-
BDYF_ACTIVEDETAILID
- See Also:
-
BDYF_LASTDETAILID
- See Also:
-
-
Constructor Details
-
BirthdayFormatFactory
protected BirthdayFormatFactory()Creates a new instance of BirthdayFormatFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<BirthdayFormatPK,BirthdayFormat>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<BirthdayFormatPK,BirthdayFormat>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<BirthdayFormatPK,BirthdayFormat>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<BirthdayFormatPK,BirthdayFormat>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein 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(Collection<BirthdayFormatPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
- Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<BirthdayFormatValue> getValuesFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
- Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<BirthdayFormat> getEntitiesFromPKs(EntityPermission entityPermission, Collection<BirthdayFormatPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public BirthdayFormat getEntityFromValue(EntityPermission entityPermission, BirthdayFormatValue value) -
getEntityFromCache
-
getEntityFromPK
public BirthdayFormat getEntityFromPK(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(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) 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, 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(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BirthdayFormat getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<BirthdayFormat> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public BirthdayFormat getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
-
create
public BirthdayFormat create(BirthdayFormatDetail activeDetail, BirthdayFormatDetail lastDetail) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public BirthdayFormat create(BirthdayFormatDetailPK activeDetailPK, BirthdayFormatDetailPK lastDetailPK) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<BirthdayFormatValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
storein interfaceBaseFactory<BirthdayFormatPK,BirthdayFormat> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
storein interfaceBaseFactory<BirthdayFormatPK,BirthdayFormat> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<BirthdayFormatPK,BirthdayFormat> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<BirthdayFormatPK,BirthdayFormat> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<BirthdayFormatPK,BirthdayFormat> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPKin interfaceBaseFactory<BirthdayFormatPK,BirthdayFormat> - Throws:
PersistenceDatabaseException
-