Class BirthdayFormatDetailFactory
java.lang.Object
com.echothree.model.data.party.server.factory.BirthdayFormatDetailFactory
- All Implemented Interfaces:
BaseFactory<BirthdayFormatDetailPK,
BirthdayFormatDetail>
public class BirthdayFormatDetailFactory
extends Object
implements BaseFactory<BirthdayFormatDetailPK,BirthdayFormatDetail>
-
Field Summary
Fields -
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) create
(Session session, BirthdayFormatPK birthdayFormatPK, String birthdayFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) create
(Session session, BirthdayFormat birthdayFormat, String birthdayFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) void
create
(Session session, Collection<BirthdayFormatDetailValue> _values) void
create
(Collection<BirthdayFormatDetailValue> _values) getEntitiesFromPKs
(EntityPermission entityPermission, Collection<BirthdayFormatDetailPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<BirthdayFormatDetailPK> 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, BirthdayFormatDetailPK pk) getEntityFromPK
(EntityPermission entityPermission, BirthdayFormatDetailPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, BirthdayFormatDetailPK 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, BirthdayFormatDetailValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, BirthdayFormatDetailValue value) static BirthdayFormatDetailFactory
getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, BirthdayFormatDetailPK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<BirthdayFormatDetailPK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, BirthdayFormatDetailPK pk) void
remove
(Session session, BirthdayFormatDetail entity) void
remove
(Session session, Collection<BirthdayFormatDetailPK> pks) void
void
store
(Session session, BirthdayFormatDetail entity) void
store
(Session session, Collection<BirthdayFormatDetail> entities) void
store
(Collection<BirthdayFormatDetail> entities) boolean
validPK
(Session session, BirthdayFormatDetailPK pk)
-
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:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<BirthdayFormatDetailPK,
BirthdayFormatDetail>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<BirthdayFormatDetailPK,
BirthdayFormatDetail>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<BirthdayFormatDetailPK,
BirthdayFormatDetail>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<BirthdayFormatDetailPK,
BirthdayFormatDetail>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in 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(Session session, Collection<BirthdayFormatDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public BirthdayFormatDetailValue getValueFromPK(Session session, BirthdayFormatDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<BirthdayFormatDetailValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public BirthdayFormatDetailValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<BirthdayFormatDetail> getEntitiesFromPKs(EntityPermission entityPermission, Collection<BirthdayFormatDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<BirthdayFormatDetail> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<BirthdayFormatDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public BirthdayFormatDetail getEntityFromValue(EntityPermission entityPermission, BirthdayFormatDetailValue value) -
getEntityFromValue
public BirthdayFormatDetail getEntityFromValue(Session session, EntityPermission entityPermission, BirthdayFormatDetailValue value) -
getEntityFromPK
public BirthdayFormatDetail getEntityFromPK(EntityPermission entityPermission, BirthdayFormatDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public BirthdayFormatDetail getEntityFromPK(Session session, 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(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, 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(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) 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) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BirthdayFormatDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BirthdayFormatDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BirthdayFormatDetail getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, 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(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) 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) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BirthdayFormatDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BirthdayFormatDetail getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<BirthdayFormatDetail> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<BirthdayFormatDetail> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public BirthdayFormatDetail getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public BirthdayFormatDetail getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public BirthdayFormatDetail create(Session session, BirthdayFormat birthdayFormat, String birthdayFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public BirthdayFormatDetail create(BirthdayFormat birthdayFormat, String birthdayFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public BirthdayFormatDetail create(Session session, BirthdayFormatPK birthdayFormatPK, 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(Session session, Collection<BirthdayFormatDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<BirthdayFormatDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
store
in interfaceBaseFactory<BirthdayFormatDetailPK,
BirthdayFormatDetail> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<BirthdayFormatDetail> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<BirthdayFormatDetailPK,
BirthdayFormatDetail> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
store
in interfaceBaseFactory<BirthdayFormatDetailPK,
BirthdayFormatDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, BirthdayFormatDetail entity) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<BirthdayFormatDetailPK,
BirthdayFormatDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<BirthdayFormatDetailPK,
BirthdayFormatDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<BirthdayFormatDetailPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<BirthdayFormatDetailPK,
BirthdayFormatDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<BirthdayFormatDetailPK,
BirthdayFormatDetail> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, BirthdayFormatDetailPK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<BirthdayFormatDetailPK,
BirthdayFormatDetail> - Throws:
PersistenceDatabaseException
-