Class LocationNameElementDetailFactory
java.lang.Object
com.echothree.model.data.warehouse.server.factory.LocationNameElementDetailFactory
- All Implemented Interfaces:
BaseFactory<LocationNameElementDetailPK,
LocationNameElementDetail>
public class LocationNameElementDetailFactory
extends Object
implements BaseFactory<LocationNameElementDetailPK,LocationNameElementDetail>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(LocationNameElementPK locationNameElementPK, LocationTypePK locationTypePK, String locationNameElementName, Integer offset, Integer length, String validationPattern, Long fromTime, Long thruTime) create
(LocationNameElement locationNameElement, LocationType locationType, String locationNameElementName, Integer offset, Integer length, String validationPattern, Long fromTime, Long thruTime) create
(Session session, LocationNameElementPK locationNameElementPK, LocationTypePK locationTypePK, String locationNameElementName, Integer offset, Integer length, String validationPattern, Long fromTime, Long thruTime) create
(Session session, LocationNameElement locationNameElement, LocationType locationType, String locationNameElementName, Integer offset, Integer length, String validationPattern, Long fromTime, Long thruTime) void
create
(Session session, Collection<LocationNameElementDetailValue> _values) void
create
(Collection<LocationNameElementDetailValue> _values) getEntitiesFromPKs
(EntityPermission entityPermission, Collection<LocationNameElementDetailPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<LocationNameElementDetailPK> 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, LocationNameElementDetailPK pk) getEntityFromPK
(EntityPermission entityPermission, LocationNameElementDetailPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, LocationNameElementDetailPK 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, LocationNameElementDetailValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, LocationNameElementDetailValue value) getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, LocationNameElementDetailPK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<LocationNameElementDetailPK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, LocationNameElementDetailPK pk) void
remove
(Session session, LocationNameElementDetail entity) void
remove
(Session session, Collection<LocationNameElementDetailPK> pks) void
void
store
(Session session, LocationNameElementDetail entity) void
store
(Session session, Collection<LocationNameElementDetail> entities) void
store
(Collection<LocationNameElementDetail> entities) boolean
validPK
(Session session, LocationNameElementDetailPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
LOCNEDT_LOCATIONNAMEELEMENTDETAILID
- See Also:
-
LOCNEDT_LOCNE_LOCATIONNAMEELEMENTID
- See Also:
-
LOCNEDT_LOCTYP_LOCATIONTYPEID
- See Also:
-
LOCNEDT_LOCATIONNAMEELEMENTNAME
- See Also:
-
LOCNEDT_OFFSET
- See Also:
-
LOCNEDT_LENGTH
- See Also:
-
LOCNEDT_VALIDATIONPATTERN
- See Also:
-
LOCNEDT_FROMTIME
- See Also:
-
LOCNEDT_THRUTIME
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<LocationNameElementDetailPK,
LocationNameElementDetail>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<LocationNameElementDetailPK,
LocationNameElementDetail>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<LocationNameElementDetailPK,
LocationNameElementDetail>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<LocationNameElementDetailPK,
LocationNameElementDetail>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<LocationNameElementDetailPK,
LocationNameElementDetail>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<LocationNameElementDetailPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<LocationNameElementDetailPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public LocationNameElementDetailPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<LocationNameElementDetailValue> getValuesFromPKs(Session session, Collection<LocationNameElementDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public LocationNameElementDetailValue getValueFromPK(Session session, LocationNameElementDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<LocationNameElementDetailValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public LocationNameElementDetailValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<LocationNameElementDetail> getEntitiesFromPKs(EntityPermission entityPermission, Collection<LocationNameElementDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<LocationNameElementDetail> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<LocationNameElementDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public LocationNameElementDetail getEntityFromValue(EntityPermission entityPermission, LocationNameElementDetailValue value) -
getEntityFromValue
public LocationNameElementDetail getEntityFromValue(Session session, EntityPermission entityPermission, LocationNameElementDetailValue value) -
getEntityFromPK
public LocationNameElementDetail getEntityFromPK(EntityPermission entityPermission, LocationNameElementDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
public LocationNameElementDetail getEntityFromCache(Session session, LocationNameElementDetailPK pk) -
getEntityFromPK
public LocationNameElementDetail getEntityFromPK(Session session, EntityPermission entityPermission, LocationNameElementDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<LocationNameElementDetailPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<LocationNameElementDetailPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public LocationNameElementDetailPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<LocationNameElementDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<LocationNameElementDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<LocationNameElementDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<LocationNameElementDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<LocationNameElementDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<LocationNameElementDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<LocationNameElementDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public LocationNameElementDetail getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public LocationNameElementDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public LocationNameElementDetail getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public LocationNameElementDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public LocationNameElementDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public LocationNameElementDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public LocationNameElementDetail getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<LocationNameElementDetail> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<LocationNameElementDetail> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public LocationNameElementDetail getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public LocationNameElementDetail getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public LocationNameElementDetail create(Session session, LocationNameElement locationNameElement, LocationType locationType, String locationNameElementName, Integer offset, Integer length, String validationPattern, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public LocationNameElementDetail create(LocationNameElement locationNameElement, LocationType locationType, String locationNameElementName, Integer offset, Integer length, String validationPattern, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public LocationNameElementDetail create(Session session, LocationNameElementPK locationNameElementPK, LocationTypePK locationTypePK, String locationNameElementName, Integer offset, Integer length, String validationPattern, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public LocationNameElementDetail create(LocationNameElementPK locationNameElementPK, LocationTypePK locationTypePK, String locationNameElementName, Integer offset, Integer length, String validationPattern, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<LocationNameElementDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<LocationNameElementDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, LocationNameElementDetail entity) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<LocationNameElementDetailPK,
LocationNameElementDetail> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<LocationNameElementDetail> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<LocationNameElementDetailPK,
LocationNameElementDetail> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<LocationNameElementDetail> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<LocationNameElementDetailPK,
LocationNameElementDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, LocationNameElementDetail entity) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<LocationNameElementDetailPK,
LocationNameElementDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, LocationNameElementDetailPK pk) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<LocationNameElementDetailPK,
LocationNameElementDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<LocationNameElementDetailPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<LocationNameElementDetailPK,
LocationNameElementDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<LocationNameElementDetailPK,
LocationNameElementDetail> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, LocationNameElementDetailPK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<LocationNameElementDetailPK,
LocationNameElementDetail> - Throws:
PersistenceDatabaseException
-