Class GeoCodeScopeFactory
java.lang.Object
com.echothree.model.data.geo.server.factory.GeoCodeScopeFactory
- All Implemented Interfaces:
BaseFactory<GeoCodeScopePK,
GeoCodeScope>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate()
create
(GeoCodeScopeDetailPK activeDetailPK, GeoCodeScopeDetailPK lastDetailPK) create
(GeoCodeScopeDetail activeDetail, GeoCodeScopeDetail lastDetail) create
(Session session, GeoCodeScopeDetailPK activeDetailPK, GeoCodeScopeDetailPK lastDetailPK) create
(Session session, GeoCodeScopeDetail activeDetail, GeoCodeScopeDetail lastDetail) void
create
(Session session, Collection<GeoCodeScopeValue> _values) void
create
(Collection<GeoCodeScopeValue> _values) getEntitiesFromPKs
(EntityPermission entityPermission, Collection<GeoCodeScopePK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<GeoCodeScopePK> 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, GeoCodeScopePK pk) getEntityFromPK
(EntityPermission entityPermission, GeoCodeScopePK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, GeoCodeScopePK 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, GeoCodeScopeValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, GeoCodeScopeValue value) static GeoCodeScopeFactory
getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, GeoCodeScopePK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<GeoCodeScopePK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, GeoCodeScopePK pk) void
remove
(Session session, GeoCodeScope entity) void
remove
(Session session, Collection<GeoCodeScopePK> pks) void
remove
(Collection<GeoCodeScopePK> pks) void
store
(Session session, GeoCodeScope entity) void
store
(Session session, Collection<GeoCodeScope> entities) void
store
(Collection<GeoCodeScope> entities) boolean
validPK
(Session session, GeoCodeScopePK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
GEOS_GEOCODESCOPEID
- See Also:
-
GEOS_ACTIVEDETAILID
- See Also:
-
GEOS_LASTDETAILID
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<GeoCodeScopePK,
GeoCodeScope>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<GeoCodeScopePK,
GeoCodeScope>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<GeoCodeScopePK,
GeoCodeScope>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<GeoCodeScopePK,
GeoCodeScope>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<GeoCodeScopePK,
GeoCodeScope>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<GeoCodeScopePK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<GeoCodeScopePK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
- Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<GeoCodeScopeValue> getValuesFromPKs(Session session, Collection<GeoCodeScopePK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public GeoCodeScopeValue getValueFromPK(Session session, GeoCodeScopePK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<GeoCodeScopeValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public GeoCodeScopeValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<GeoCodeScope> getEntitiesFromPKs(EntityPermission entityPermission, Collection<GeoCodeScopePK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<GeoCodeScope> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<GeoCodeScopePK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
-
getEntityFromValue
public GeoCodeScope getEntityFromValue(Session session, EntityPermission entityPermission, GeoCodeScopeValue value) -
getEntityFromPK
public GeoCodeScope getEntityFromPK(EntityPermission entityPermission, GeoCodeScopePK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public GeoCodeScope getEntityFromPK(Session session, EntityPermission entityPermission, GeoCodeScopePK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<GeoCodeScopePK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<GeoCodeScopePK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public GeoCodeScopePK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<GeoCodeScope> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<GeoCodeScope> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<GeoCodeScope> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<GeoCodeScope> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<GeoCodeScope> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<GeoCodeScope> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<GeoCodeScope> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public GeoCodeScope getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public GeoCodeScope getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public GeoCodeScope getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public GeoCodeScope getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public GeoCodeScope getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public GeoCodeScope getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public GeoCodeScope getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<GeoCodeScope> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<GeoCodeScope> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public GeoCodeScope getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public GeoCodeScope getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public GeoCodeScope create(Session session) throws PersistenceDatabaseException, PersistenceNotNullException -
create
-
create
public GeoCodeScope create(Session session, GeoCodeScopeDetail activeDetail, GeoCodeScopeDetail lastDetail) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public GeoCodeScope create(GeoCodeScopeDetail activeDetail, GeoCodeScopeDetail lastDetail) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public GeoCodeScope create(Session session, GeoCodeScopeDetailPK activeDetailPK, GeoCodeScopeDetailPK lastDetailPK) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public GeoCodeScope create(GeoCodeScopeDetailPK activeDetailPK, GeoCodeScopeDetailPK lastDetailPK) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<GeoCodeScopeValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<GeoCodeScopeValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
store
in interfaceBaseFactory<GeoCodeScopePK,
GeoCodeScope> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<GeoCodeScope> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<GeoCodeScopePK,
GeoCodeScope> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
store
in interfaceBaseFactory<GeoCodeScopePK,
GeoCodeScope> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<GeoCodeScopePK,
GeoCodeScope> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<GeoCodeScopePK,
GeoCodeScope> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<GeoCodeScopePK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<GeoCodeScopePK,
GeoCodeScope> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<GeoCodeScopePK,
GeoCodeScope> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPK
in interfaceBaseFactory<GeoCodeScopePK,
GeoCodeScope> - Throws:
PersistenceDatabaseException
-