Class PostalAddressFormatDescriptionFactory
java.lang.Object
com.echothree.model.data.contact.server.factory.PostalAddressFormatDescriptionFactory
- All Implemented Interfaces:
BaseFactory<PostalAddressFormatDescriptionPK,
PostalAddressFormatDescription>
public class PostalAddressFormatDescriptionFactory
extends Object
implements BaseFactory<PostalAddressFormatDescriptionPK,PostalAddressFormatDescription>
-
Field Summary
Fields -
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) void
create
(Session session, Collection<PostalAddressFormatDescriptionValue> _values) void
getEntitiesFromPKs
(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) void
remove
(Session session, PostalAddressFormatDescriptionPK pk) void
remove
(Session session, PostalAddressFormatDescription entity) void
remove
(Session session, Collection<PostalAddressFormatDescriptionPK> pks) void
void
store
(Session session, PostalAddressFormatDescription entity) void
store
(Session session, Collection<PostalAddressFormatDescription> entities) void
store
(Collection<PostalAddressFormatDescription> entities) boolean
validPK
(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:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<PostalAddressFormatDescriptionPK,
PostalAddressFormatDescription>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<PostalAddressFormatDescriptionPK,
PostalAddressFormatDescription>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<PostalAddressFormatDescriptionPK,
PostalAddressFormatDescription>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<PostalAddressFormatDescriptionPK,
PostalAddressFormatDescription>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in 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:
store
in interfaceBaseFactory<PostalAddressFormatDescriptionPK,
PostalAddressFormatDescription> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<PostalAddressFormatDescription> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<PostalAddressFormatDescriptionPK,
PostalAddressFormatDescription> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<PostalAddressFormatDescription> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<PostalAddressFormatDescriptionPK,
PostalAddressFormatDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, PostalAddressFormatDescription entity) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PostalAddressFormatDescriptionPK,
PostalAddressFormatDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, PostalAddressFormatDescriptionPK pk) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PostalAddressFormatDescriptionPK,
PostalAddressFormatDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<PostalAddressFormatDescriptionPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PostalAddressFormatDescriptionPK,
PostalAddressFormatDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Collection<PostalAddressFormatDescriptionPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PostalAddressFormatDescriptionPK,
PostalAddressFormatDescription> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, PostalAddressFormatDescriptionPK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<PostalAddressFormatDescriptionPK,
PostalAddressFormatDescription> - Throws:
PersistenceDatabaseException
-