Class FinancialAccountAliasFactory
java.lang.Object
com.echothree.model.data.financial.server.factory.FinancialAccountAliasFactory
- All Implemented Interfaces:
BaseFactory<FinancialAccountAliasPK,FinancialAccountAlias>
@ApplicationScoped
public class FinancialAccountAliasFactory
extends Object
implements BaseFactory<FinancialAccountAliasPK,FinancialAccountAlias>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of FinancialAccountAliasFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate(FinancialAccountPK financialAccountPK, FinancialAccountAliasTypePK financialAccountAliasTypePK, String alias, Long fromTime, Long thruTime) create(FinancialAccount financialAccount, FinancialAccountAliasType financialAccountAliasType, String alias, Long fromTime, Long thruTime) create(Session session, FinancialAccountPK financialAccountPK, FinancialAccountAliasTypePK financialAccountAliasTypePK, String alias, Long fromTime, Long thruTime) create(Session session, FinancialAccount financialAccount, FinancialAccountAliasType financialAccountAliasType, String alias, Long fromTime, Long thruTime) voidcreate(Session session, Collection<FinancialAccountAliasValue> _values) voidcreate(Collection<FinancialAccountAliasValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<FinancialAccountAliasPK> pks) getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<FinancialAccountAliasPK> 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, FinancialAccountAliasPK pk) getEntityFromPK(EntityPermission entityPermission, FinancialAccountAliasPK pk) getEntityFromPK(Session session, EntityPermission entityPermission, FinancialAccountAliasPK 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, FinancialAccountAliasValue value) getEntityFromValue(Session session, EntityPermission entityPermission, FinancialAccountAliasValue value) static FinancialAccountAliasFactorygetPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) getValueFromPK(Session session, FinancialAccountAliasPK pk) getValueFromResultSet(Session session, ResultSet rs) getValuesFromPKs(Session session, Collection<FinancialAccountAliasPK> pks) getValuesFromResultSet(Session session, ResultSet rs) prepareStatement(String query) voidremove(Session session, FinancialAccountAliasPK pk) voidremove(Session session, FinancialAccountAlias entity) voidremove(Session session, Collection<FinancialAccountAliasPK> pks) voidvoidstore(Session session, FinancialAccountAlias entity) voidstore(Session session, Collection<FinancialAccountAlias> entities) voidstore(Collection<FinancialAccountAlias> entities) booleanvalidPK(Session session, FinancialAccountAliasPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
FINAAL_FINANCIALACCOUNTALIASID
- See Also:
-
FINAAL_FINA_FINANCIALACCOUNTID
- See Also:
-
FINAAL_FINAAT_FINANCIALACCOUNTALIASTYPEID
- See Also:
-
FINAAL_ALIAS
- See Also:
-
FINAAL_FROMTIME
- See Also:
-
FINAAL_THRUTIME
- See Also:
-
-
Constructor Details
-
FinancialAccountAliasFactory
protected FinancialAccountAliasFactory()Creates a new instance of FinancialAccountAliasFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<FinancialAccountAliasPK,FinancialAccountAlias>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<FinancialAccountAliasPK,FinancialAccountAlias>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<FinancialAccountAliasPK,FinancialAccountAlias>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<FinancialAccountAliasPK,FinancialAccountAlias>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<FinancialAccountAliasPK,FinancialAccountAlias>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<FinancialAccountAliasPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<FinancialAccountAliasPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
- Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<FinancialAccountAliasValue> getValuesFromPKs(Session session, Collection<FinancialAccountAliasPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public FinancialAccountAliasValue getValueFromPK(Session session, FinancialAccountAliasPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<FinancialAccountAliasValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public FinancialAccountAliasValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<FinancialAccountAlias> getEntitiesFromPKs(EntityPermission entityPermission, Collection<FinancialAccountAliasPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<FinancialAccountAlias> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<FinancialAccountAliasPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public FinancialAccountAlias getEntityFromValue(EntityPermission entityPermission, FinancialAccountAliasValue value) -
getEntityFromValue
public FinancialAccountAlias getEntityFromValue(Session session, EntityPermission entityPermission, FinancialAccountAliasValue value) -
getEntityFromPK
public FinancialAccountAlias getEntityFromPK(EntityPermission entityPermission, FinancialAccountAliasPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public FinancialAccountAlias getEntityFromPK(Session session, EntityPermission entityPermission, FinancialAccountAliasPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<FinancialAccountAliasPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<FinancialAccountAliasPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public FinancialAccountAliasPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FinancialAccountAlias> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FinancialAccountAlias> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FinancialAccountAlias> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FinancialAccountAlias> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FinancialAccountAlias> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FinancialAccountAlias> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FinancialAccountAlias> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FinancialAccountAlias getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FinancialAccountAlias getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FinancialAccountAlias getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FinancialAccountAlias getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FinancialAccountAlias getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FinancialAccountAlias getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FinancialAccountAlias getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<FinancialAccountAlias> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<FinancialAccountAlias> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public FinancialAccountAlias getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public FinancialAccountAlias getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public FinancialAccountAlias create(Session session, FinancialAccount financialAccount, FinancialAccountAliasType financialAccountAliasType, String alias, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public FinancialAccountAlias create(FinancialAccount financialAccount, FinancialAccountAliasType financialAccountAliasType, String alias, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public FinancialAccountAlias create(Session session, FinancialAccountPK financialAccountPK, FinancialAccountAliasTypePK financialAccountAliasTypePK, String alias, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public FinancialAccountAlias create(FinancialAccountPK financialAccountPK, FinancialAccountAliasTypePK financialAccountAliasTypePK, String alias, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<FinancialAccountAliasValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<FinancialAccountAliasValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, FinancialAccountAlias entity) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<FinancialAccountAliasPK,FinancialAccountAlias> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<FinancialAccountAlias> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<FinancialAccountAliasPK,FinancialAccountAlias> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
storein interfaceBaseFactory<FinancialAccountAliasPK,FinancialAccountAlias> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, FinancialAccountAlias entity) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<FinancialAccountAliasPK,FinancialAccountAlias> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<FinancialAccountAliasPK,FinancialAccountAlias> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<FinancialAccountAliasPK> pks) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<FinancialAccountAliasPK,FinancialAccountAlias> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<FinancialAccountAliasPK,FinancialAccountAlias> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, FinancialAccountAliasPK pk) throws PersistenceDatabaseException - Specified by:
validPKin interfaceBaseFactory<FinancialAccountAliasPK,FinancialAccountAlias> - Throws:
PersistenceDatabaseException
-