Class PostalAddressFormatDetailFactory
java.lang.Object
com.echothree.model.data.contact.server.factory.PostalAddressFormatDetailFactory
- All Implemented Interfaces:
BaseFactory<PostalAddressFormatDetailPK,
PostalAddressFormatDetail>
public class PostalAddressFormatDetailFactory
extends Object
implements BaseFactory<PostalAddressFormatDetailPK,PostalAddressFormatDetail>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(PostalAddressFormatPK postalAddressFormatPK, String postalAddressFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) create
(PostalAddressFormat postalAddressFormat, String postalAddressFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) create
(Session session, PostalAddressFormatPK postalAddressFormatPK, String postalAddressFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) create
(Session session, PostalAddressFormat postalAddressFormat, String postalAddressFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) void
create
(Session session, Collection<PostalAddressFormatDetailValue> _values) void
create
(Collection<PostalAddressFormatDetailValue> _values) getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PostalAddressFormatDetailPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PostalAddressFormatDetailPK> 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, PostalAddressFormatDetailPK pk) getEntityFromPK
(EntityPermission entityPermission, PostalAddressFormatDetailPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, PostalAddressFormatDetailPK 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, PostalAddressFormatDetailValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, PostalAddressFormatDetailValue value) getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, PostalAddressFormatDetailPK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<PostalAddressFormatDetailPK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, PostalAddressFormatDetailPK pk) void
remove
(Session session, PostalAddressFormatDetail entity) void
remove
(Session session, Collection<PostalAddressFormatDetailPK> pks) void
void
store
(Session session, PostalAddressFormatDetail entity) void
store
(Session session, Collection<PostalAddressFormatDetail> entities) void
store
(Collection<PostalAddressFormatDetail> entities) boolean
validPK
(Session session, PostalAddressFormatDetailPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
PSTAFMTDT_POSTALADDRESSFORMATDETAILID
- See Also:
-
PSTAFMTDT_PSTAFMT_POSTALADDRESSFORMATID
- See Also:
-
PSTAFMTDT_POSTALADDRESSFORMATNAME
- See Also:
-
PSTAFMTDT_ISDEFAULT
- See Also:
-
PSTAFMTDT_SORTORDER
- See Also:
-
PSTAFMTDT_FROMTIME
- See Also:
-
PSTAFMTDT_THRUTIME
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<PostalAddressFormatDetailPK,
PostalAddressFormatDetail>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<PostalAddressFormatDetailPK,
PostalAddressFormatDetail>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<PostalAddressFormatDetailPK,
PostalAddressFormatDetail>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<PostalAddressFormatDetailPK,
PostalAddressFormatDetail>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<PostalAddressFormatDetailPK,
PostalAddressFormatDetail>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<PostalAddressFormatDetailPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<PostalAddressFormatDetailPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public PostalAddressFormatDetailPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<PostalAddressFormatDetailValue> getValuesFromPKs(Session session, Collection<PostalAddressFormatDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public PostalAddressFormatDetailValue getValueFromPK(Session session, PostalAddressFormatDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<PostalAddressFormatDetailValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public PostalAddressFormatDetailValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PostalAddressFormatDetail> getEntitiesFromPKs(EntityPermission entityPermission, Collection<PostalAddressFormatDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PostalAddressFormatDetail> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PostalAddressFormatDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public PostalAddressFormatDetail getEntityFromValue(EntityPermission entityPermission, PostalAddressFormatDetailValue value) -
getEntityFromValue
public PostalAddressFormatDetail getEntityFromValue(Session session, EntityPermission entityPermission, PostalAddressFormatDetailValue value) -
getEntityFromPK
public PostalAddressFormatDetail getEntityFromPK(EntityPermission entityPermission, PostalAddressFormatDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
public PostalAddressFormatDetail getEntityFromCache(Session session, PostalAddressFormatDetailPK pk) -
getEntityFromPK
public PostalAddressFormatDetail getEntityFromPK(Session session, EntityPermission entityPermission, PostalAddressFormatDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<PostalAddressFormatDetailPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<PostalAddressFormatDetailPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public PostalAddressFormatDetailPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PostalAddressFormatDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PostalAddressFormatDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PostalAddressFormatDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PostalAddressFormatDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PostalAddressFormatDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PostalAddressFormatDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PostalAddressFormatDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PostalAddressFormatDetail getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PostalAddressFormatDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PostalAddressFormatDetail getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PostalAddressFormatDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PostalAddressFormatDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PostalAddressFormatDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PostalAddressFormatDetail getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PostalAddressFormatDetail> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PostalAddressFormatDetail> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PostalAddressFormatDetail getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PostalAddressFormatDetail getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public PostalAddressFormatDetail create(Session session, PostalAddressFormat postalAddressFormat, String postalAddressFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PostalAddressFormatDetail create(PostalAddressFormat postalAddressFormat, String postalAddressFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PostalAddressFormatDetail create(Session session, PostalAddressFormatPK postalAddressFormatPK, String postalAddressFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PostalAddressFormatDetail create(PostalAddressFormatPK postalAddressFormatPK, String postalAddressFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<PostalAddressFormatDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<PostalAddressFormatDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, PostalAddressFormatDetail entity) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<PostalAddressFormatDetailPK,
PostalAddressFormatDetail> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<PostalAddressFormatDetail> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<PostalAddressFormatDetailPK,
PostalAddressFormatDetail> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<PostalAddressFormatDetail> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<PostalAddressFormatDetailPK,
PostalAddressFormatDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, PostalAddressFormatDetail entity) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PostalAddressFormatDetailPK,
PostalAddressFormatDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, PostalAddressFormatDetailPK pk) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PostalAddressFormatDetailPK,
PostalAddressFormatDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<PostalAddressFormatDetailPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PostalAddressFormatDetailPK,
PostalAddressFormatDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<PostalAddressFormatDetailPK,
PostalAddressFormatDetail> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, PostalAddressFormatDetailPK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<PostalAddressFormatDetailPK,
PostalAddressFormatDetail> - Throws:
PersistenceDatabaseException
-