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) create(Session session, PostalAddressFormatPK postalAddressFormatPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) create(Session session, PostalAddressFormat postalAddressFormat, Language language, String description, Long fromTime, Long thruTime) voidcreate(Session session, Collection<PostalAddressFormatDescriptionValue> _values) voidgetEntitiesFromPKs(EntityPermission entityPermission, Collection<PostalAddressFormatDescriptionPK> pks) getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PostalAddressFormatDescriptionPK> 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, PostalAddressFormatDescriptionPK pk) getEntityFromPK(EntityPermission entityPermission, PostalAddressFormatDescriptionPK pk) getEntityFromPK(Session session, EntityPermission entityPermission, PostalAddressFormatDescriptionPK 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, PostalAddressFormatDescriptionValue value) getEntityFromValue(Session session, EntityPermission entityPermission, PostalAddressFormatDescriptionValue value) getPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) getValueFromPK(Session session, PostalAddressFormatDescriptionPK pk) getValueFromResultSet(Session session, ResultSet rs) getValuesFromPKs(Session session, Collection<PostalAddressFormatDescriptionPK> pks) getValuesFromResultSet(Session session, ResultSet rs) prepareStatement(String query) voidremove(Session session, PostalAddressFormatDescriptionPK pk) voidremove(Session session, PostalAddressFormatDescription entity) voidremove(Session session, Collection<PostalAddressFormatDescriptionPK> pks) voidvoidstore(Session session, PostalAddressFormatDescription entity) voidstore(Session session, Collection<PostalAddressFormatDescription> entities) voidstore(Collection<PostalAddressFormatDescription> entities) booleanvalidPK(Session session, PostalAddressFormatDescriptionPK pk)
-
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(Session session, Collection<PostalAddressFormatDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public PostalAddressFormatDescriptionValue getValueFromPK(Session session, PostalAddressFormatDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<PostalAddressFormatDescriptionValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public PostalAddressFormatDescriptionValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PostalAddressFormatDescription> getEntitiesFromPKs(EntityPermission entityPermission, Collection<PostalAddressFormatDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PostalAddressFormatDescription> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PostalAddressFormatDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public PostalAddressFormatDescription getEntityFromValue(EntityPermission entityPermission, PostalAddressFormatDescriptionValue value) -
getEntityFromValue
public PostalAddressFormatDescription getEntityFromValue(Session session, EntityPermission entityPermission, PostalAddressFormatDescriptionValue value) -
getEntityFromPK
public PostalAddressFormatDescription getEntityFromPK(EntityPermission entityPermission, PostalAddressFormatDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
public PostalAddressFormatDescription getEntityFromCache(Session session, PostalAddressFormatDescriptionPK pk) -
getEntityFromPK
public PostalAddressFormatDescription getEntityFromPK(Session session, 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(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, 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(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) 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) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PostalAddressFormatDescription> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PostalAddressFormatDescription> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PostalAddressFormatDescription getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, 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(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) 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) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PostalAddressFormatDescription getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PostalAddressFormatDescription getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PostalAddressFormatDescription> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PostalAddressFormatDescription> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PostalAddressFormatDescription getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PostalAddressFormatDescription getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public PostalAddressFormatDescription create(Session session, PostalAddressFormat postalAddressFormat, Language language, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PostalAddressFormatDescription create(PostalAddressFormat postalAddressFormat, Language language, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PostalAddressFormatDescription create(Session session, PostalAddressFormatPK postalAddressFormatPK, LanguagePK languagePK, 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(Session session, Collection<PostalAddressFormatDescriptionValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<PostalAddressFormatDescriptionValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, PostalAddressFormatDescription entity) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<PostalAddressFormatDescriptionPK,PostalAddressFormatDescription> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<PostalAddressFormatDescription> entities) throws PersistenceDatabaseException - 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
public void remove(Session session, PostalAddressFormatDescription entity) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<PostalAddressFormatDescriptionPK,PostalAddressFormatDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, PostalAddressFormatDescriptionPK pk) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<PostalAddressFormatDescriptionPK,PostalAddressFormatDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<PostalAddressFormatDescriptionPK> pks) throws PersistenceDatabaseException - 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
public boolean validPK(Session session, PostalAddressFormatDescriptionPK pk) throws PersistenceDatabaseException - Specified by:
validPKin interfaceBaseFactory<PostalAddressFormatDescriptionPK,PostalAddressFormatDescription> - Throws:
PersistenceDatabaseException
-