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) voidcreate(Collection<PostalAddressFormatValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<PostalAddressFormatPK> pks) getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) getEntityFromPK(EntityPermission entityPermission, PostalAddressFormatPK pk) getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) getEntityFromValue(EntityPermission entityPermission, PostalAddressFormatValue value) static PostalAddressFormatFactorygetPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) prepareStatement(String query) voidvoidremove(PostalAddressFormat entity) voidvoidstore(PostalAddressFormat entity) voidstore(Collection<PostalAddressFormat> entities) boolean
-
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(Collection<PostalAddressFormatPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public PostalAddressFormatValue getValueFromPK(PostalAddressFormatPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<PostalAddressFormatValue> getValuesFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public PostalAddressFormatValue getValueFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PostalAddressFormat> getEntitiesFromPKs(EntityPermission entityPermission, Collection<PostalAddressFormatPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public PostalAddressFormat getEntityFromValue(EntityPermission entityPermission, PostalAddressFormatValue value) -
getEntityFromCache
-
getEntityFromPK
public PostalAddressFormat getEntityFromPK(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(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) 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, 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(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PostalAddressFormat getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PostalAddressFormat> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PostalAddressFormat getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public PostalAddressFormat create() throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PostalAddressFormat create(PostalAddressFormatDetail activeDetail, PostalAddressFormatDetail lastDetail) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PostalAddressFormat create(PostalAddressFormatDetailPK activeDetailPK, PostalAddressFormatDetailPK lastDetailPK) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<PostalAddressFormatValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- 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
- Specified by:
removein interfaceBaseFactory<PostalAddressFormatPK,PostalAddressFormat> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPKin interfaceBaseFactory<PostalAddressFormatPK,PostalAddressFormat> - Throws:
PersistenceDatabaseException
-