Class ChainActionSetDetailFactory
java.lang.Object
com.echothree.model.data.chain.server.factory.ChainActionSetDetailFactory
- All Implemented Interfaces:
BaseFactory<ChainActionSetDetailPK,ChainActionSetDetail>
@ApplicationScoped
public class ChainActionSetDetailFactory
extends Object
implements BaseFactory<ChainActionSetDetailPK,ChainActionSetDetail>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of ChainActionSetDetailFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate(ChainActionSetPK chainActionSetPK, ChainPK chainPK, String chainActionSetName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) create(ChainActionSet chainActionSet, Chain chain, String chainActionSetName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) create(Session session, ChainActionSetPK chainActionSetPK, ChainPK chainPK, String chainActionSetName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) create(Session session, ChainActionSet chainActionSet, Chain chain, String chainActionSetName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) voidcreate(Session session, Collection<ChainActionSetDetailValue> _values) voidcreate(Collection<ChainActionSetDetailValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<ChainActionSetDetailPK> pks) getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ChainActionSetDetailPK> 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, ChainActionSetDetailPK pk) getEntityFromPK(EntityPermission entityPermission, ChainActionSetDetailPK pk) getEntityFromPK(Session session, EntityPermission entityPermission, ChainActionSetDetailPK 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, ChainActionSetDetailValue value) getEntityFromValue(Session session, EntityPermission entityPermission, ChainActionSetDetailValue value) static ChainActionSetDetailFactorygetPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) getValueFromPK(Session session, ChainActionSetDetailPK pk) getValueFromResultSet(Session session, ResultSet rs) getValuesFromPKs(Session session, Collection<ChainActionSetDetailPK> pks) getValuesFromResultSet(Session session, ResultSet rs) prepareStatement(String query) voidremove(Session session, ChainActionSetDetailPK pk) voidremove(Session session, ChainActionSetDetail entity) voidremove(Session session, Collection<ChainActionSetDetailPK> pks) voidvoidstore(Session session, ChainActionSetDetail entity) voidstore(Session session, Collection<ChainActionSetDetail> entities) voidstore(Collection<ChainActionSetDetail> entities) booleanvalidPK(Session session, ChainActionSetDetailPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
CHNACTSTDT_CHAINACTIONSETDETAILID
- See Also:
-
CHNACTSTDT_CHNACTST_CHAINACTIONSETID
- See Also:
-
CHNACTSTDT_CHN_CHAINID
- See Also:
-
CHNACTSTDT_CHAINACTIONSETNAME
- See Also:
-
CHNACTSTDT_ISDEFAULT
- See Also:
-
CHNACTSTDT_SORTORDER
- See Also:
-
CHNACTSTDT_FROMTIME
- See Also:
-
CHNACTSTDT_THRUTIME
- See Also:
-
-
Constructor Details
-
ChainActionSetDetailFactory
protected ChainActionSetDetailFactory()Creates a new instance of ChainActionSetDetailFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<ChainActionSetDetailPK,ChainActionSetDetail>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<ChainActionSetDetailPK,ChainActionSetDetail>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<ChainActionSetDetailPK,ChainActionSetDetail>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<ChainActionSetDetailPK,ChainActionSetDetail>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<ChainActionSetDetailPK,ChainActionSetDetail>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<ChainActionSetDetailPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<ChainActionSetDetailPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
- Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<ChainActionSetDetailValue> getValuesFromPKs(Session session, Collection<ChainActionSetDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public ChainActionSetDetailValue getValueFromPK(Session session, ChainActionSetDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<ChainActionSetDetailValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public ChainActionSetDetailValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ChainActionSetDetail> getEntitiesFromPKs(EntityPermission entityPermission, Collection<ChainActionSetDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ChainActionSetDetail> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ChainActionSetDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public ChainActionSetDetail getEntityFromValue(EntityPermission entityPermission, ChainActionSetDetailValue value) -
getEntityFromValue
public ChainActionSetDetail getEntityFromValue(Session session, EntityPermission entityPermission, ChainActionSetDetailValue value) -
getEntityFromPK
public ChainActionSetDetail getEntityFromPK(EntityPermission entityPermission, ChainActionSetDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public ChainActionSetDetail getEntityFromPK(Session session, EntityPermission entityPermission, ChainActionSetDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<ChainActionSetDetailPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<ChainActionSetDetailPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public ChainActionSetDetailPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ChainActionSetDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ChainActionSetDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ChainActionSetDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ChainActionSetDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ChainActionSetDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ChainActionSetDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ChainActionSetDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ChainActionSetDetail getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ChainActionSetDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ChainActionSetDetail getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ChainActionSetDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ChainActionSetDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ChainActionSetDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ChainActionSetDetail getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ChainActionSetDetail> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ChainActionSetDetail> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ChainActionSetDetail getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ChainActionSetDetail getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public ChainActionSetDetail create(Session session, ChainActionSet chainActionSet, Chain chain, String chainActionSetName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ChainActionSetDetail create(ChainActionSet chainActionSet, Chain chain, String chainActionSetName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ChainActionSetDetail create(Session session, ChainActionSetPK chainActionSetPK, ChainPK chainPK, String chainActionSetName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ChainActionSetDetail create(ChainActionSetPK chainActionSetPK, ChainPK chainPK, String chainActionSetName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<ChainActionSetDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<ChainActionSetDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
storein interfaceBaseFactory<ChainActionSetDetailPK,ChainActionSetDetail> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<ChainActionSetDetail> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<ChainActionSetDetailPK,ChainActionSetDetail> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
storein interfaceBaseFactory<ChainActionSetDetailPK,ChainActionSetDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, ChainActionSetDetail entity) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<ChainActionSetDetailPK,ChainActionSetDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<ChainActionSetDetailPK,ChainActionSetDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<ChainActionSetDetailPK> pks) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<ChainActionSetDetailPK,ChainActionSetDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<ChainActionSetDetailPK,ChainActionSetDetail> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, ChainActionSetDetailPK pk) throws PersistenceDatabaseException - Specified by:
validPKin interfaceBaseFactory<ChainActionSetDetailPK,ChainActionSetDetail> - Throws:
PersistenceDatabaseException
-