Class PartyApplicationEditorUseFactory
java.lang.Object
com.echothree.model.data.party.server.factory.PartyApplicationEditorUseFactory
- All Implemented Interfaces:
BaseFactory<PartyApplicationEditorUsePK,PartyApplicationEditorUse>
@ApplicationScoped
public class PartyApplicationEditorUseFactory
extends Object
implements BaseFactory<PartyApplicationEditorUsePK,PartyApplicationEditorUse>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of PartyApplicationEditorUseFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate()create(PartyApplicationEditorUseDetailPK activeDetailPK, PartyApplicationEditorUseDetailPK lastDetailPK) create(PartyApplicationEditorUseDetail activeDetail, PartyApplicationEditorUseDetail lastDetail) voidcreate(Collection<PartyApplicationEditorUseValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyApplicationEditorUsePK> pks) getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) getEntityFromPK(EntityPermission entityPermission, PartyApplicationEditorUsePK pk) getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) getEntityFromValue(EntityPermission entityPermission, PartyApplicationEditorUseValue value) getPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) prepareStatement(String query) voidvoidremove(PartyApplicationEditorUse entity) voidvoidstore(PartyApplicationEditorUse entity) voidstore(Collection<PartyApplicationEditorUse> entities) boolean
-
Field Details
-
TABLE_NAME
- See Also:
-
PARAPPLEDTRUSE_PARTYAPPLICATIONEDITORUSEID
- See Also:
-
PARAPPLEDTRUSE_ACTIVEDETAILID
- See Also:
-
PARAPPLEDTRUSE_LASTDETAILID
- See Also:
-
-
Constructor Details
-
PartyApplicationEditorUseFactory
protected PartyApplicationEditorUseFactory()Creates a new instance of PartyApplicationEditorUseFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<PartyApplicationEditorUsePK,PartyApplicationEditorUse>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<PartyApplicationEditorUsePK,PartyApplicationEditorUse>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<PartyApplicationEditorUsePK,PartyApplicationEditorUse>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<PartyApplicationEditorUsePK,PartyApplicationEditorUse>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<PartyApplicationEditorUsePK,PartyApplicationEditorUse>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<PartyApplicationEditorUsePK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<PartyApplicationEditorUsePK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public PartyApplicationEditorUsePK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<PartyApplicationEditorUseValue> getValuesFromPKs(Collection<PartyApplicationEditorUsePK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public PartyApplicationEditorUseValue getValueFromPK(PartyApplicationEditorUsePK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<PartyApplicationEditorUseValue> getValuesFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public PartyApplicationEditorUseValue getValueFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PartyApplicationEditorUse> getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyApplicationEditorUsePK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public PartyApplicationEditorUse getEntityFromValue(EntityPermission entityPermission, PartyApplicationEditorUseValue value) -
getEntityFromCache
-
getEntityFromPK
public PartyApplicationEditorUse getEntityFromPK(EntityPermission entityPermission, PartyApplicationEditorUsePK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<PartyApplicationEditorUsePK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<PartyApplicationEditorUsePK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public PartyApplicationEditorUsePK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyApplicationEditorUse> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyApplicationEditorUse> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyApplicationEditorUse> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyApplicationEditorUse getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyApplicationEditorUse getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyApplicationEditorUse getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PartyApplicationEditorUse> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PartyApplicationEditorUse getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
-
create
public PartyApplicationEditorUse create(PartyApplicationEditorUseDetail activeDetail, PartyApplicationEditorUseDetail lastDetail) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PartyApplicationEditorUse create(PartyApplicationEditorUseDetailPK activeDetailPK, PartyApplicationEditorUseDetailPK lastDetailPK) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<PartyApplicationEditorUseValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
storein interfaceBaseFactory<PartyApplicationEditorUsePK,PartyApplicationEditorUse> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<PartyApplicationEditorUse> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<PartyApplicationEditorUsePK,PartyApplicationEditorUse> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PartyApplicationEditorUsePK,PartyApplicationEditorUse> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PartyApplicationEditorUsePK,PartyApplicationEditorUse> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PartyApplicationEditorUsePK,PartyApplicationEditorUse> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPKin interfaceBaseFactory<PartyApplicationEditorUsePK,PartyApplicationEditorUse> - Throws:
PersistenceDatabaseException
-