Class BirthdayFormatDetailFactory
java.lang.Object
com.echothree.model.data.party.server.factory.BirthdayFormatDetailFactory
- All Implemented Interfaces:
BaseFactory<BirthdayFormatDetailPK,BirthdayFormatDetail>
@ApplicationScoped
public class BirthdayFormatDetailFactory
extends Object
implements BaseFactory<BirthdayFormatDetailPK,BirthdayFormatDetail>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of BirthdayFormatDetailFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate(BirthdayFormatPK birthdayFormatPK, String birthdayFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) create(BirthdayFormat birthdayFormat, String birthdayFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) voidcreate(Collection<BirthdayFormatDetailValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<BirthdayFormatDetailPK> 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, BirthdayFormatDetailPK 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, BirthdayFormatDetailValue value) static BirthdayFormatDetailFactorygetPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) prepareStatement(String query) voidvoidremove(BirthdayFormatDetail entity) voidvoidstore(BirthdayFormatDetail entity) voidstore(Collection<BirthdayFormatDetail> entities) boolean
-
Field Details
-
TABLE_NAME
- See Also:
-
BDYFDT_BIRTHDAYFORMATDETAILID
- See Also:
-
BDYFDT_BDYF_BIRTHDAYFORMATID
- See Also:
-
BDYFDT_BIRTHDAYFORMATNAME
- See Also:
-
BDYFDT_ISDEFAULT
- See Also:
-
BDYFDT_SORTORDER
- See Also:
-
BDYFDT_FROMTIME
- See Also:
-
BDYFDT_THRUTIME
- See Also:
-
-
Constructor Details
-
BirthdayFormatDetailFactory
protected BirthdayFormatDetailFactory()Creates a new instance of BirthdayFormatDetailFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<BirthdayFormatDetailPK,BirthdayFormatDetail>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<BirthdayFormatDetailPK,BirthdayFormatDetail>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<BirthdayFormatDetailPK,BirthdayFormatDetail>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<BirthdayFormatDetailPK,BirthdayFormatDetail>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<BirthdayFormatDetailPK,BirthdayFormatDetail>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<BirthdayFormatDetailPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<BirthdayFormatDetailPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
- Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<BirthdayFormatDetailValue> getValuesFromPKs(Collection<BirthdayFormatDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public BirthdayFormatDetailValue getValueFromPK(BirthdayFormatDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<BirthdayFormatDetailValue> getValuesFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public BirthdayFormatDetailValue getValueFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<BirthdayFormatDetail> getEntitiesFromPKs(EntityPermission entityPermission, Collection<BirthdayFormatDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public BirthdayFormatDetail getEntityFromValue(EntityPermission entityPermission, BirthdayFormatDetailValue value) -
getEntityFromCache
-
getEntityFromPK
public BirthdayFormatDetail getEntityFromPK(EntityPermission entityPermission, BirthdayFormatDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<BirthdayFormatDetailPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<BirthdayFormatDetailPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public BirthdayFormatDetailPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BirthdayFormatDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BirthdayFormatDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BirthdayFormatDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BirthdayFormatDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BirthdayFormatDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BirthdayFormatDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<BirthdayFormatDetail> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public BirthdayFormatDetail getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public BirthdayFormatDetail create(BirthdayFormat birthdayFormat, String birthdayFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public BirthdayFormatDetail create(BirthdayFormatPK birthdayFormatPK, String birthdayFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<BirthdayFormatDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
storein interfaceBaseFactory<BirthdayFormatDetailPK,BirthdayFormatDetail> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
storein interfaceBaseFactory<BirthdayFormatDetailPK,BirthdayFormatDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<BirthdayFormatDetailPK,BirthdayFormatDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<BirthdayFormatDetailPK,BirthdayFormatDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<BirthdayFormatDetailPK,BirthdayFormatDetail> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPKin interfaceBaseFactory<BirthdayFormatDetailPK,BirthdayFormatDetail> - Throws:
PersistenceDatabaseException
-