Class FinancialAccountRoleFactory
java.lang.Object
com.echothree.model.data.financial.server.factory.FinancialAccountRoleFactory
- All Implemented Interfaces:
BaseFactory<FinancialAccountRolePK,
FinancialAccountRole>
public class FinancialAccountRoleFactory
extends Object
implements BaseFactory<FinancialAccountRolePK,FinancialAccountRole>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(FinancialAccountPK financialAccountPK, PartyPK partyPK, FinancialAccountRoleTypePK financialAccountRoleTypePK, Long fromTime, Long thruTime) create
(FinancialAccount financialAccount, Party party, FinancialAccountRoleType financialAccountRoleType, Long fromTime, Long thruTime) create
(Session session, FinancialAccountPK financialAccountPK, PartyPK partyPK, FinancialAccountRoleTypePK financialAccountRoleTypePK, Long fromTime, Long thruTime) create
(Session session, FinancialAccount financialAccount, Party party, FinancialAccountRoleType financialAccountRoleType, Long fromTime, Long thruTime) void
create
(Session session, Collection<FinancialAccountRoleValue> _values) void
create
(Collection<FinancialAccountRoleValue> _values) getEntitiesFromPKs
(EntityPermission entityPermission, Collection<FinancialAccountRolePK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<FinancialAccountRolePK> 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, FinancialAccountRolePK pk) getEntityFromPK
(EntityPermission entityPermission, FinancialAccountRolePK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, FinancialAccountRolePK 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, FinancialAccountRoleValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, FinancialAccountRoleValue value) static FinancialAccountRoleFactory
getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, FinancialAccountRolePK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<FinancialAccountRolePK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, FinancialAccountRolePK pk) void
remove
(Session session, FinancialAccountRole entity) void
remove
(Session session, Collection<FinancialAccountRolePK> pks) void
void
store
(Session session, FinancialAccountRole entity) void
store
(Session session, Collection<FinancialAccountRole> entities) void
store
(Collection<FinancialAccountRole> entities) boolean
validPK
(Session session, FinancialAccountRolePK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
FNAR_FINANCIALACCOUNTROLEID
- See Also:
-
FNAR_FINA_FINANCIALACCOUNTID
- See Also:
-
FNAR_PAR_PARTYID
- See Also:
-
FNAR_FINATYP_FINANCIALACCOUNTROLETYPEID
- See Also:
-
FNAR_FROMTIME
- See Also:
-
FNAR_THRUTIME
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<FinancialAccountRolePK,
FinancialAccountRole>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<FinancialAccountRolePK,
FinancialAccountRole>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<FinancialAccountRolePK,
FinancialAccountRole>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<FinancialAccountRolePK,
FinancialAccountRole>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<FinancialAccountRolePK,
FinancialAccountRole>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<FinancialAccountRolePK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<FinancialAccountRolePK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
- Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<FinancialAccountRoleValue> getValuesFromPKs(Session session, Collection<FinancialAccountRolePK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public FinancialAccountRoleValue getValueFromPK(Session session, FinancialAccountRolePK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<FinancialAccountRoleValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public FinancialAccountRoleValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<FinancialAccountRole> getEntitiesFromPKs(EntityPermission entityPermission, Collection<FinancialAccountRolePK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<FinancialAccountRole> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<FinancialAccountRolePK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public FinancialAccountRole getEntityFromValue(EntityPermission entityPermission, FinancialAccountRoleValue value) -
getEntityFromValue
public FinancialAccountRole getEntityFromValue(Session session, EntityPermission entityPermission, FinancialAccountRoleValue value) -
getEntityFromPK
public FinancialAccountRole getEntityFromPK(EntityPermission entityPermission, FinancialAccountRolePK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public FinancialAccountRole getEntityFromPK(Session session, EntityPermission entityPermission, FinancialAccountRolePK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<FinancialAccountRolePK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<FinancialAccountRolePK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public FinancialAccountRolePK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FinancialAccountRole> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FinancialAccountRole> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FinancialAccountRole> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FinancialAccountRole> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FinancialAccountRole> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FinancialAccountRole> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FinancialAccountRole> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FinancialAccountRole getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FinancialAccountRole getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FinancialAccountRole getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FinancialAccountRole getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FinancialAccountRole getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FinancialAccountRole getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FinancialAccountRole getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<FinancialAccountRole> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<FinancialAccountRole> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public FinancialAccountRole getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public FinancialAccountRole getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public FinancialAccountRole create(Session session, FinancialAccount financialAccount, Party party, FinancialAccountRoleType financialAccountRoleType, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public FinancialAccountRole create(FinancialAccount financialAccount, Party party, FinancialAccountRoleType financialAccountRoleType, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public FinancialAccountRole create(Session session, FinancialAccountPK financialAccountPK, PartyPK partyPK, FinancialAccountRoleTypePK financialAccountRoleTypePK, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public FinancialAccountRole create(FinancialAccountPK financialAccountPK, PartyPK partyPK, FinancialAccountRoleTypePK financialAccountRoleTypePK, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<FinancialAccountRoleValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<FinancialAccountRoleValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
store
in interfaceBaseFactory<FinancialAccountRolePK,
FinancialAccountRole> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<FinancialAccountRole> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<FinancialAccountRolePK,
FinancialAccountRole> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
store
in interfaceBaseFactory<FinancialAccountRolePK,
FinancialAccountRole> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, FinancialAccountRole entity) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<FinancialAccountRolePK,
FinancialAccountRole> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<FinancialAccountRolePK,
FinancialAccountRole> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<FinancialAccountRolePK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<FinancialAccountRolePK,
FinancialAccountRole> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<FinancialAccountRolePK,
FinancialAccountRole> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, FinancialAccountRolePK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<FinancialAccountRolePK,
FinancialAccountRole> - Throws:
PersistenceDatabaseException
-