Class ChainActionSetDescriptionFactory
java.lang.Object
com.echothree.model.data.chain.server.factory.ChainActionSetDescriptionFactory
- All Implemented Interfaces:
BaseFactory<ChainActionSetDescriptionPK,
ChainActionSetDescription>
public class ChainActionSetDescriptionFactory
extends Object
implements BaseFactory<ChainActionSetDescriptionPK,ChainActionSetDescription>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(ChainActionSetPK chainActionSetPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) create
(ChainActionSet chainActionSet, Language language, String description, Long fromTime, Long thruTime) create
(Session session, ChainActionSetPK chainActionSetPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) create
(Session session, ChainActionSet chainActionSet, Language language, String description, Long fromTime, Long thruTime) void
create
(Session session, Collection<ChainActionSetDescriptionValue> _values) void
create
(Collection<ChainActionSetDescriptionValue> _values) getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ChainActionSetDescriptionPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ChainActionSetDescriptionPK> 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, ChainActionSetDescriptionPK pk) getEntityFromPK
(EntityPermission entityPermission, ChainActionSetDescriptionPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, ChainActionSetDescriptionPK 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, ChainActionSetDescriptionValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, ChainActionSetDescriptionValue value) getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, ChainActionSetDescriptionPK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<ChainActionSetDescriptionPK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, ChainActionSetDescriptionPK pk) void
remove
(Session session, ChainActionSetDescription entity) void
remove
(Session session, Collection<ChainActionSetDescriptionPK> pks) void
void
store
(Session session, ChainActionSetDescription entity) void
store
(Session session, Collection<ChainActionSetDescription> entities) void
store
(Collection<ChainActionSetDescription> entities) boolean
validPK
(Session session, ChainActionSetDescriptionPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
CHNACTSTD_CHAINACTIONSETDESCRIPTIONID
- See Also:
-
CHNACTSTD_CHNACTST_CHAINACTIONSETID
- See Also:
-
CHNACTSTD_LANG_LANGUAGEID
- See Also:
-
CHNACTSTD_DESCRIPTION
- See Also:
-
CHNACTSTD_FROMTIME
- See Also:
-
CHNACTSTD_THRUTIME
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<ChainActionSetDescriptionPK,
ChainActionSetDescription>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<ChainActionSetDescriptionPK,
ChainActionSetDescription>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<ChainActionSetDescriptionPK,
ChainActionSetDescription>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<ChainActionSetDescriptionPK,
ChainActionSetDescription>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<ChainActionSetDescriptionPK,
ChainActionSetDescription>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<ChainActionSetDescriptionPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<ChainActionSetDescriptionPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public ChainActionSetDescriptionPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<ChainActionSetDescriptionValue> getValuesFromPKs(Session session, Collection<ChainActionSetDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public ChainActionSetDescriptionValue getValueFromPK(Session session, ChainActionSetDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<ChainActionSetDescriptionValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public ChainActionSetDescriptionValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ChainActionSetDescription> getEntitiesFromPKs(EntityPermission entityPermission, Collection<ChainActionSetDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ChainActionSetDescription> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ChainActionSetDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public ChainActionSetDescription getEntityFromValue(EntityPermission entityPermission, ChainActionSetDescriptionValue value) -
getEntityFromValue
public ChainActionSetDescription getEntityFromValue(Session session, EntityPermission entityPermission, ChainActionSetDescriptionValue value) -
getEntityFromPK
public ChainActionSetDescription getEntityFromPK(EntityPermission entityPermission, ChainActionSetDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
public ChainActionSetDescription getEntityFromCache(Session session, ChainActionSetDescriptionPK pk) -
getEntityFromPK
public ChainActionSetDescription getEntityFromPK(Session session, EntityPermission entityPermission, ChainActionSetDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<ChainActionSetDescriptionPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<ChainActionSetDescriptionPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public ChainActionSetDescriptionPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ChainActionSetDescription> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ChainActionSetDescription> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ChainActionSetDescription> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ChainActionSetDescription> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ChainActionSetDescription> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ChainActionSetDescription> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ChainActionSetDescription> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ChainActionSetDescription getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ChainActionSetDescription getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ChainActionSetDescription getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ChainActionSetDescription getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ChainActionSetDescription getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ChainActionSetDescription getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ChainActionSetDescription getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ChainActionSetDescription> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ChainActionSetDescription> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ChainActionSetDescription getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ChainActionSetDescription getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public ChainActionSetDescription create(Session session, ChainActionSet chainActionSet, Language language, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ChainActionSetDescription create(ChainActionSet chainActionSet, Language language, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ChainActionSetDescription create(Session session, ChainActionSetPK chainActionSetPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ChainActionSetDescription create(ChainActionSetPK chainActionSetPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<ChainActionSetDescriptionValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<ChainActionSetDescriptionValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, ChainActionSetDescription entity) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<ChainActionSetDescriptionPK,
ChainActionSetDescription> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<ChainActionSetDescription> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<ChainActionSetDescriptionPK,
ChainActionSetDescription> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<ChainActionSetDescription> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<ChainActionSetDescriptionPK,
ChainActionSetDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, ChainActionSetDescription entity) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<ChainActionSetDescriptionPK,
ChainActionSetDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, ChainActionSetDescriptionPK pk) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<ChainActionSetDescriptionPK,
ChainActionSetDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<ChainActionSetDescriptionPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<ChainActionSetDescriptionPK,
ChainActionSetDescription> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<ChainActionSetDescriptionPK,
ChainActionSetDescription> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, ChainActionSetDescriptionPK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<ChainActionSetDescriptionPK,
ChainActionSetDescription> - Throws:
PersistenceDatabaseException
-