Class CancellationKindDescriptionFactory
java.lang.Object
com.echothree.model.data.cancellationpolicy.server.factory.CancellationKindDescriptionFactory
- All Implemented Interfaces:
BaseFactory<CancellationKindDescriptionPK,
CancellationKindDescription>
public class CancellationKindDescriptionFactory
extends Object
implements BaseFactory<CancellationKindDescriptionPK,CancellationKindDescription>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(CancellationKindPK cancellationKindPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) create
(CancellationKind cancellationKind, Language language, String description, Long fromTime, Long thruTime) create
(Session session, CancellationKindPK cancellationKindPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) create
(Session session, CancellationKind cancellationKind, Language language, String description, Long fromTime, Long thruTime) void
create
(Session session, Collection<CancellationKindDescriptionValue> _values) void
create
(Collection<CancellationKindDescriptionValue> _values) getEntitiesFromPKs
(EntityPermission entityPermission, Collection<CancellationKindDescriptionPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<CancellationKindDescriptionPK> 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, CancellationKindDescriptionPK pk) getEntityFromPK
(EntityPermission entityPermission, CancellationKindDescriptionPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, CancellationKindDescriptionPK 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, CancellationKindDescriptionValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, CancellationKindDescriptionValue value) getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, CancellationKindDescriptionPK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<CancellationKindDescriptionPK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, CancellationKindDescriptionPK pk) void
remove
(Session session, CancellationKindDescription entity) void
remove
(Session session, Collection<CancellationKindDescriptionPK> pks) void
void
store
(Session session, CancellationKindDescription entity) void
store
(Session session, Collection<CancellationKindDescription> entities) void
store
(Collection<CancellationKindDescription> entities) boolean
validPK
(Session session, CancellationKindDescriptionPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
CNCLKD_CANCELLATIONKINDDESCRIPTIONID
- See Also:
-
CNCLKD_CNCLK_CANCELLATIONKINDID
- See Also:
-
CNCLKD_LANG_LANGUAGEID
- See Also:
-
CNCLKD_DESCRIPTION
- See Also:
-
CNCLKD_FROMTIME
- See Also:
-
CNCLKD_THRUTIME
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<CancellationKindDescriptionPK,
CancellationKindDescription>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<CancellationKindDescriptionPK,
CancellationKindDescription>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<CancellationKindDescriptionPK,
CancellationKindDescription>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<CancellationKindDescriptionPK,
CancellationKindDescription>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<CancellationKindDescriptionPK,
CancellationKindDescription>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<CancellationKindDescriptionPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<CancellationKindDescriptionPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public CancellationKindDescriptionPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<CancellationKindDescriptionValue> getValuesFromPKs(Session session, Collection<CancellationKindDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public CancellationKindDescriptionValue getValueFromPK(Session session, CancellationKindDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<CancellationKindDescriptionValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public CancellationKindDescriptionValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<CancellationKindDescription> getEntitiesFromPKs(EntityPermission entityPermission, Collection<CancellationKindDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<CancellationKindDescription> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<CancellationKindDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public CancellationKindDescription getEntityFromValue(EntityPermission entityPermission, CancellationKindDescriptionValue value) -
getEntityFromValue
public CancellationKindDescription getEntityFromValue(Session session, EntityPermission entityPermission, CancellationKindDescriptionValue value) -
getEntityFromPK
public CancellationKindDescription getEntityFromPK(EntityPermission entityPermission, CancellationKindDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
public CancellationKindDescription getEntityFromCache(Session session, CancellationKindDescriptionPK pk) -
getEntityFromPK
public CancellationKindDescription getEntityFromPK(Session session, EntityPermission entityPermission, CancellationKindDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<CancellationKindDescriptionPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<CancellationKindDescriptionPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public CancellationKindDescriptionPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<CancellationKindDescription> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<CancellationKindDescription> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<CancellationKindDescription> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<CancellationKindDescription> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<CancellationKindDescription> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<CancellationKindDescription> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<CancellationKindDescription> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public CancellationKindDescription getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public CancellationKindDescription getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public CancellationKindDescription getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public CancellationKindDescription getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public CancellationKindDescription getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public CancellationKindDescription getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public CancellationKindDescription getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<CancellationKindDescription> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<CancellationKindDescription> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public CancellationKindDescription getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public CancellationKindDescription getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public CancellationKindDescription create(Session session, CancellationKind cancellationKind, Language language, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public CancellationKindDescription create(CancellationKind cancellationKind, Language language, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public CancellationKindDescription create(Session session, CancellationKindPK cancellationKindPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public CancellationKindDescription create(CancellationKindPK cancellationKindPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<CancellationKindDescriptionValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<CancellationKindDescriptionValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, CancellationKindDescription entity) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<CancellationKindDescriptionPK,
CancellationKindDescription> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<CancellationKindDescription> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<CancellationKindDescriptionPK,
CancellationKindDescription> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<CancellationKindDescription> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<CancellationKindDescriptionPK,
CancellationKindDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, CancellationKindDescription entity) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<CancellationKindDescriptionPK,
CancellationKindDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, CancellationKindDescriptionPK pk) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<CancellationKindDescriptionPK,
CancellationKindDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<CancellationKindDescriptionPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<CancellationKindDescriptionPK,
CancellationKindDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Collection<CancellationKindDescriptionPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<CancellationKindDescriptionPK,
CancellationKindDescription> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, CancellationKindDescriptionPK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<CancellationKindDescriptionPK,
CancellationKindDescription> - Throws:
PersistenceDatabaseException
-