Class BirthdayFormatDescriptionFactory
java.lang.Object
com.echothree.model.data.party.server.factory.BirthdayFormatDescriptionFactory
- All Implemented Interfaces:
BaseFactory<BirthdayFormatDescriptionPK,BirthdayFormatDescription>
@ApplicationScoped
public class BirthdayFormatDescriptionFactory
extends Object
implements BaseFactory<BirthdayFormatDescriptionPK,BirthdayFormatDescription>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of BirthdayFormatDescriptionFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate(BirthdayFormatPK birthdayFormatPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) create(BirthdayFormat birthdayFormat, Language language, String description, Long fromTime, Long thruTime) voidcreate(Collection<BirthdayFormatDescriptionValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<BirthdayFormatDescriptionPK> 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, BirthdayFormatDescriptionPK 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, BirthdayFormatDescriptionValue value) getPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) prepareStatement(String query) voidvoidremove(BirthdayFormatDescription entity) voidvoidstore(BirthdayFormatDescription entity) voidstore(Collection<BirthdayFormatDescription> entities) boolean
-
Field Details
-
TABLE_NAME
- See Also:
-
BDYFD_BIRTHDAYFORMATDESCRIPTIONID
- See Also:
-
BDYFD_BDYF_BIRTHDAYFORMATID
- See Also:
-
BDYFD_LANG_LANGUAGEID
- See Also:
-
BDYFD_DESCRIPTION
- See Also:
-
BDYFD_FROMTIME
- See Also:
-
BDYFD_THRUTIME
- See Also:
-
-
Constructor Details
-
BirthdayFormatDescriptionFactory
protected BirthdayFormatDescriptionFactory()Creates a new instance of BirthdayFormatDescriptionFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<BirthdayFormatDescriptionPK,BirthdayFormatDescription>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<BirthdayFormatDescriptionPK,BirthdayFormatDescription>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<BirthdayFormatDescriptionPK,BirthdayFormatDescription>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<BirthdayFormatDescriptionPK,BirthdayFormatDescription>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<BirthdayFormatDescriptionPK,BirthdayFormatDescription>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<BirthdayFormatDescriptionPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<BirthdayFormatDescriptionPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public BirthdayFormatDescriptionPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<BirthdayFormatDescriptionValue> getValuesFromPKs(Collection<BirthdayFormatDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public BirthdayFormatDescriptionValue getValueFromPK(BirthdayFormatDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<BirthdayFormatDescriptionValue> getValuesFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public BirthdayFormatDescriptionValue getValueFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<BirthdayFormatDescription> getEntitiesFromPKs(EntityPermission entityPermission, Collection<BirthdayFormatDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public BirthdayFormatDescription getEntityFromValue(EntityPermission entityPermission, BirthdayFormatDescriptionValue value) -
getEntityFromCache
-
getEntityFromPK
public BirthdayFormatDescription getEntityFromPK(EntityPermission entityPermission, BirthdayFormatDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<BirthdayFormatDescriptionPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<BirthdayFormatDescriptionPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public BirthdayFormatDescriptionPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BirthdayFormatDescription> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BirthdayFormatDescription> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BirthdayFormatDescription> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BirthdayFormatDescription getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BirthdayFormatDescription getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BirthdayFormatDescription getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<BirthdayFormatDescription> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public BirthdayFormatDescription getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public BirthdayFormatDescription create(BirthdayFormat birthdayFormat, Language language, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public BirthdayFormatDescription create(BirthdayFormatPK birthdayFormatPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<BirthdayFormatDescriptionValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
storein interfaceBaseFactory<BirthdayFormatDescriptionPK,BirthdayFormatDescription> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<BirthdayFormatDescription> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<BirthdayFormatDescriptionPK,BirthdayFormatDescription> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<BirthdayFormatDescriptionPK,BirthdayFormatDescription> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<BirthdayFormatDescriptionPK,BirthdayFormatDescription> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<BirthdayFormatDescriptionPK,BirthdayFormatDescription> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPKin interfaceBaseFactory<BirthdayFormatDescriptionPK,BirthdayFormatDescription> - Throws:
PersistenceDatabaseException
-