Class LocationNameElementDescriptionFactory
java.lang.Object
com.echothree.model.data.warehouse.server.factory.LocationNameElementDescriptionFactory
- All Implemented Interfaces:
BaseFactory<LocationNameElementDescriptionPK,
LocationNameElementDescription>
public class LocationNameElementDescriptionFactory
extends Object
implements BaseFactory<LocationNameElementDescriptionPK,LocationNameElementDescription>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(LocationNameElementPK locationNameElementPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) create
(LocationNameElement locationNameElement, Language language, String description, Long fromTime, Long thruTime) create
(Session session, LocationNameElementPK locationNameElementPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) create
(Session session, LocationNameElement locationNameElement, Language language, String description, Long fromTime, Long thruTime) void
create
(Session session, Collection<LocationNameElementDescriptionValue> _values) void
getEntitiesFromPKs
(EntityPermission entityPermission, Collection<LocationNameElementDescriptionPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<LocationNameElementDescriptionPK> 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, LocationNameElementDescriptionPK pk) getEntityFromPK
(EntityPermission entityPermission, LocationNameElementDescriptionPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, LocationNameElementDescriptionPK 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, LocationNameElementDescriptionValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, LocationNameElementDescriptionValue value) getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, LocationNameElementDescriptionPK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<LocationNameElementDescriptionPK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, LocationNameElementDescriptionPK pk) void
remove
(Session session, LocationNameElementDescription entity) void
remove
(Session session, Collection<LocationNameElementDescriptionPK> pks) void
void
store
(Session session, LocationNameElementDescription entity) void
store
(Session session, Collection<LocationNameElementDescription> entities) void
store
(Collection<LocationNameElementDescription> entities) boolean
validPK
(Session session, LocationNameElementDescriptionPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
LOCNED_LOCATIONNAMEELEMENTDESCRIPTIONID
- See Also:
-
LOCNED_LOCNE_LOCATIONNAMEELEMENTID
- See Also:
-
LOCNED_LANG_LANGUAGEID
- See Also:
-
LOCNED_DESCRIPTION
- See Also:
-
LOCNED_FROMTIME
- See Also:
-
LOCNED_THRUTIME
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<LocationNameElementDescriptionPK,
LocationNameElementDescription>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<LocationNameElementDescriptionPK,
LocationNameElementDescription>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<LocationNameElementDescriptionPK,
LocationNameElementDescription>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<LocationNameElementDescriptionPK,
LocationNameElementDescription>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<LocationNameElementDescriptionPK,
LocationNameElementDescription>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<LocationNameElementDescriptionPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<LocationNameElementDescriptionPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public LocationNameElementDescriptionPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<LocationNameElementDescriptionValue> getValuesFromPKs(Session session, Collection<LocationNameElementDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public LocationNameElementDescriptionValue getValueFromPK(Session session, LocationNameElementDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<LocationNameElementDescriptionValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public LocationNameElementDescriptionValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<LocationNameElementDescription> getEntitiesFromPKs(EntityPermission entityPermission, Collection<LocationNameElementDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<LocationNameElementDescription> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<LocationNameElementDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public LocationNameElementDescription getEntityFromValue(EntityPermission entityPermission, LocationNameElementDescriptionValue value) -
getEntityFromValue
public LocationNameElementDescription getEntityFromValue(Session session, EntityPermission entityPermission, LocationNameElementDescriptionValue value) -
getEntityFromPK
public LocationNameElementDescription getEntityFromPK(EntityPermission entityPermission, LocationNameElementDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
public LocationNameElementDescription getEntityFromCache(Session session, LocationNameElementDescriptionPK pk) -
getEntityFromPK
public LocationNameElementDescription getEntityFromPK(Session session, EntityPermission entityPermission, LocationNameElementDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<LocationNameElementDescriptionPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<LocationNameElementDescriptionPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public LocationNameElementDescriptionPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<LocationNameElementDescription> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<LocationNameElementDescription> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<LocationNameElementDescription> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<LocationNameElementDescription> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<LocationNameElementDescription> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<LocationNameElementDescription> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<LocationNameElementDescription> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public LocationNameElementDescription getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public LocationNameElementDescription getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public LocationNameElementDescription getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public LocationNameElementDescription getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public LocationNameElementDescription getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public LocationNameElementDescription getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public LocationNameElementDescription getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<LocationNameElementDescription> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<LocationNameElementDescription> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public LocationNameElementDescription getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public LocationNameElementDescription getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public LocationNameElementDescription create(Session session, LocationNameElement locationNameElement, Language language, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public LocationNameElementDescription create(LocationNameElement locationNameElement, Language language, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public LocationNameElementDescription create(Session session, LocationNameElementPK locationNameElementPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public LocationNameElementDescription create(LocationNameElementPK locationNameElementPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<LocationNameElementDescriptionValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<LocationNameElementDescriptionValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, LocationNameElementDescription entity) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<LocationNameElementDescriptionPK,
LocationNameElementDescription> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<LocationNameElementDescription> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<LocationNameElementDescriptionPK,
LocationNameElementDescription> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<LocationNameElementDescription> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<LocationNameElementDescriptionPK,
LocationNameElementDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, LocationNameElementDescription entity) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<LocationNameElementDescriptionPK,
LocationNameElementDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, LocationNameElementDescriptionPK pk) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<LocationNameElementDescriptionPK,
LocationNameElementDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<LocationNameElementDescriptionPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<LocationNameElementDescriptionPK,
LocationNameElementDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Collection<LocationNameElementDescriptionPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<LocationNameElementDescriptionPK,
LocationNameElementDescription> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, LocationNameElementDescriptionPK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<LocationNameElementDescriptionPK,
LocationNameElementDescription> - Throws:
PersistenceDatabaseException
-