Class DateTimeFormatDescriptionFactory
java.lang.Object
com.echothree.model.data.party.server.factory.DateTimeFormatDescriptionFactory
- All Implemented Interfaces:
BaseFactory<DateTimeFormatDescriptionPK,
DateTimeFormatDescription>
public class DateTimeFormatDescriptionFactory
extends Object
implements BaseFactory<DateTimeFormatDescriptionPK,DateTimeFormatDescription>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(DateTimeFormatPK dateTimeFormatPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) create
(DateTimeFormat dateTimeFormat, Language language, String description, Long fromTime, Long thruTime) create
(Session session, DateTimeFormatPK dateTimeFormatPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) create
(Session session, DateTimeFormat dateTimeFormat, Language language, String description, Long fromTime, Long thruTime) void
create
(Session session, Collection<DateTimeFormatDescriptionValue> _values) void
create
(Collection<DateTimeFormatDescriptionValue> _values) getEntitiesFromPKs
(EntityPermission entityPermission, Collection<DateTimeFormatDescriptionPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<DateTimeFormatDescriptionPK> 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, DateTimeFormatDescriptionPK pk) getEntityFromPK
(EntityPermission entityPermission, DateTimeFormatDescriptionPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, DateTimeFormatDescriptionPK 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, DateTimeFormatDescriptionValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, DateTimeFormatDescriptionValue value) getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, DateTimeFormatDescriptionPK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<DateTimeFormatDescriptionPK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, DateTimeFormatDescriptionPK pk) void
remove
(Session session, DateTimeFormatDescription entity) void
remove
(Session session, Collection<DateTimeFormatDescriptionPK> pks) void
void
store
(Session session, DateTimeFormatDescription entity) void
store
(Session session, Collection<DateTimeFormatDescription> entities) void
store
(Collection<DateTimeFormatDescription> entities) boolean
validPK
(Session session, DateTimeFormatDescriptionPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
DTFD_DATETIMEFORMATDESCRIPTIONID
- See Also:
-
DTFD_DTF_DATETIMEFORMATID
- See Also:
-
DTFD_LANG_LANGUAGEID
- See Also:
-
DTFD_DESCRIPTION
- See Also:
-
DTFD_FROMTIME
- See Also:
-
DTFD_THRUTIME
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<DateTimeFormatDescriptionPK,
DateTimeFormatDescription>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<DateTimeFormatDescriptionPK,
DateTimeFormatDescription>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<DateTimeFormatDescriptionPK,
DateTimeFormatDescription>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<DateTimeFormatDescriptionPK,
DateTimeFormatDescription>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<DateTimeFormatDescriptionPK,
DateTimeFormatDescription>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<DateTimeFormatDescriptionPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<DateTimeFormatDescriptionPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public DateTimeFormatDescriptionPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<DateTimeFormatDescriptionValue> getValuesFromPKs(Session session, Collection<DateTimeFormatDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public DateTimeFormatDescriptionValue getValueFromPK(Session session, DateTimeFormatDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<DateTimeFormatDescriptionValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public DateTimeFormatDescriptionValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<DateTimeFormatDescription> getEntitiesFromPKs(EntityPermission entityPermission, Collection<DateTimeFormatDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<DateTimeFormatDescription> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<DateTimeFormatDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public DateTimeFormatDescription getEntityFromValue(EntityPermission entityPermission, DateTimeFormatDescriptionValue value) -
getEntityFromValue
public DateTimeFormatDescription getEntityFromValue(Session session, EntityPermission entityPermission, DateTimeFormatDescriptionValue value) -
getEntityFromPK
public DateTimeFormatDescription getEntityFromPK(EntityPermission entityPermission, DateTimeFormatDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
public DateTimeFormatDescription getEntityFromCache(Session session, DateTimeFormatDescriptionPK pk) -
getEntityFromPK
public DateTimeFormatDescription getEntityFromPK(Session session, EntityPermission entityPermission, DateTimeFormatDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<DateTimeFormatDescriptionPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<DateTimeFormatDescriptionPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public DateTimeFormatDescriptionPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<DateTimeFormatDescription> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<DateTimeFormatDescription> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<DateTimeFormatDescription> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<DateTimeFormatDescription> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<DateTimeFormatDescription> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<DateTimeFormatDescription> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<DateTimeFormatDescription> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public DateTimeFormatDescription getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public DateTimeFormatDescription getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public DateTimeFormatDescription getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public DateTimeFormatDescription getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public DateTimeFormatDescription getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public DateTimeFormatDescription getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public DateTimeFormatDescription getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<DateTimeFormatDescription> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<DateTimeFormatDescription> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public DateTimeFormatDescription getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public DateTimeFormatDescription getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public DateTimeFormatDescription create(Session session, DateTimeFormat dateTimeFormat, Language language, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public DateTimeFormatDescription create(DateTimeFormat dateTimeFormat, Language language, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public DateTimeFormatDescription create(Session session, DateTimeFormatPK dateTimeFormatPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public DateTimeFormatDescription create(DateTimeFormatPK dateTimeFormatPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<DateTimeFormatDescriptionValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<DateTimeFormatDescriptionValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, DateTimeFormatDescription entity) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<DateTimeFormatDescriptionPK,
DateTimeFormatDescription> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<DateTimeFormatDescription> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<DateTimeFormatDescriptionPK,
DateTimeFormatDescription> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<DateTimeFormatDescription> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<DateTimeFormatDescriptionPK,
DateTimeFormatDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, DateTimeFormatDescription entity) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<DateTimeFormatDescriptionPK,
DateTimeFormatDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, DateTimeFormatDescriptionPK pk) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<DateTimeFormatDescriptionPK,
DateTimeFormatDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<DateTimeFormatDescriptionPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<DateTimeFormatDescriptionPK,
DateTimeFormatDescription> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<DateTimeFormatDescriptionPK,
DateTimeFormatDescription> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, DateTimeFormatDescriptionPK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<DateTimeFormatDescriptionPK,
DateTimeFormatDescription> - Throws:
PersistenceDatabaseException
-