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