Class PostalAddressFormatFactory
java.lang.Object
com.echothree.model.data.contact.server.factory.PostalAddressFormatFactory
- All Implemented Interfaces:
BaseFactory<PostalAddressFormatPK,PostalAddressFormat>
@ApplicationScoped
public class PostalAddressFormatFactory
extends Object
implements BaseFactory<PostalAddressFormatPK,PostalAddressFormat>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of PostalAddressFormatFactory -
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) voidcreate(Session session, Collection<PostalAddressFormatValue> _values) voidcreate(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 PostalAddressFormatFactorygetPKFromQuery(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) voidremove(Session session, PostalAddressFormatPK pk) voidremove(Session session, PostalAddressFormat entity) voidremove(Session session, Collection<PostalAddressFormatPK> pks) voidvoidstore(Session session, PostalAddressFormat entity) voidstore(Session session, Collection<PostalAddressFormat> entities) voidstore(Collection<PostalAddressFormat> entities) booleanvalidPK(Session session, PostalAddressFormatPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
PSTAFMT_POSTALADDRESSFORMATID
- See Also:
-
PSTAFMT_ACTIVEDETAILID
- See Also:
-
PSTAFMT_LASTDETAILID
- See Also:
-
-
Constructor Details
-
PostalAddressFormatFactory
protected PostalAddressFormatFactory()Creates a new instance of PostalAddressFormatFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<PostalAddressFormatPK,PostalAddressFormat>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<PostalAddressFormatPK,PostalAddressFormat>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<PostalAddressFormatPK,PostalAddressFormat>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<PostalAddressFormatPK,PostalAddressFormat>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein 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:
storein interfaceBaseFactory<PostalAddressFormatPK,PostalAddressFormat> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<PostalAddressFormat> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<PostalAddressFormatPK,PostalAddressFormat> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
storein interfaceBaseFactory<PostalAddressFormatPK,PostalAddressFormat> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PostalAddressFormatPK,PostalAddressFormat> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PostalAddressFormatPK,PostalAddressFormat> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<PostalAddressFormatPK> pks) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<PostalAddressFormatPK,PostalAddressFormat> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PostalAddressFormatPK,PostalAddressFormat> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, PostalAddressFormatPK pk) throws PersistenceDatabaseException - Specified by:
validPKin interfaceBaseFactory<PostalAddressFormatPK,PostalAddressFormat> - Throws:
PersistenceDatabaseException
-