Class PostalAddressFormatDescriptionFactory
java.lang.Object
com.echothree.model.data.contact.server.factory.PostalAddressFormatDescriptionFactory
- All Implemented Interfaces:
BaseFactory<PostalAddressFormatDescriptionPK,PostalAddressFormatDescription>
@ApplicationScoped
public class PostalAddressFormatDescriptionFactory
extends Object
implements BaseFactory<PostalAddressFormatDescriptionPK,PostalAddressFormatDescription>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of PostalAddressFormatDescriptionFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate(PostalAddressFormatPK postalAddressFormatPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) create(PostalAddressFormat postalAddressFormat, Language language, String description, Long fromTime, Long thruTime) voidgetEntitiesFromPKs(EntityPermission entityPermission, Collection<PostalAddressFormatDescriptionPK> 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, PostalAddressFormatDescriptionPK 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, PostalAddressFormatDescriptionValue value) getPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) prepareStatement(String query) voidvoidremove(PostalAddressFormatDescription entity) voidvoidstore(PostalAddressFormatDescription entity) voidstore(Collection<PostalAddressFormatDescription> entities) boolean
-
Field Details
-
TABLE_NAME
- See Also:
-
PSTAFMTD_POSTALADDRESSFORMATDESCRIPTIONID
- See Also:
-
PSTAFMTD_PSTAFMT_POSTALADDRESSFORMATID
- See Also:
-
PSTAFMTD_LANG_LANGUAGEID
- See Also:
-
PSTAFMTD_DESCRIPTION
- See Also:
-
PSTAFMTD_FROMTIME
- See Also:
-
PSTAFMTD_THRUTIME
- See Also:
-
-
Constructor Details
-
PostalAddressFormatDescriptionFactory
protected PostalAddressFormatDescriptionFactory()Creates a new instance of PostalAddressFormatDescriptionFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<PostalAddressFormatDescriptionPK,PostalAddressFormatDescription>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<PostalAddressFormatDescriptionPK,PostalAddressFormatDescription>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<PostalAddressFormatDescriptionPK,PostalAddressFormatDescription>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<PostalAddressFormatDescriptionPK,PostalAddressFormatDescription>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<PostalAddressFormatDescriptionPK,PostalAddressFormatDescription>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<PostalAddressFormatDescriptionPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<PostalAddressFormatDescriptionPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public PostalAddressFormatDescriptionPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<PostalAddressFormatDescriptionValue> getValuesFromPKs(Collection<PostalAddressFormatDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public PostalAddressFormatDescriptionValue getValueFromPK(PostalAddressFormatDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<PostalAddressFormatDescriptionValue> getValuesFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public PostalAddressFormatDescriptionValue getValueFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PostalAddressFormatDescription> getEntitiesFromPKs(EntityPermission entityPermission, Collection<PostalAddressFormatDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public PostalAddressFormatDescription getEntityFromValue(EntityPermission entityPermission, PostalAddressFormatDescriptionValue value) -
getEntityFromCache
-
getEntityFromPK
public PostalAddressFormatDescription getEntityFromPK(EntityPermission entityPermission, PostalAddressFormatDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<PostalAddressFormatDescriptionPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<PostalAddressFormatDescriptionPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public PostalAddressFormatDescriptionPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PostalAddressFormatDescription> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PostalAddressFormatDescription> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PostalAddressFormatDescription> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PostalAddressFormatDescription getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PostalAddressFormatDescription getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PostalAddressFormatDescription getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PostalAddressFormatDescription> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PostalAddressFormatDescription getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public PostalAddressFormatDescription create(PostalAddressFormat postalAddressFormat, Language language, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PostalAddressFormatDescription create(PostalAddressFormatPK postalAddressFormatPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<PostalAddressFormatDescriptionValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
storein interfaceBaseFactory<PostalAddressFormatDescriptionPK,PostalAddressFormatDescription> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<PostalAddressFormatDescription> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<PostalAddressFormatDescriptionPK,PostalAddressFormatDescription> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PostalAddressFormatDescriptionPK,PostalAddressFormatDescription> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PostalAddressFormatDescriptionPK,PostalAddressFormatDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Collection<PostalAddressFormatDescriptionPK> pks) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<PostalAddressFormatDescriptionPK,PostalAddressFormatDescription> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPKin interfaceBaseFactory<PostalAddressFormatDescriptionPK,PostalAddressFormatDescription> - Throws:
PersistenceDatabaseException
-