Class InventoryConditionGlAccountFactory
java.lang.Object
com.echothree.model.data.inventory.server.factory.InventoryConditionGlAccountFactory
- All Implemented Interfaces:
BaseFactory<InventoryConditionGlAccountPK,
InventoryConditionGlAccount>
public class InventoryConditionGlAccountFactory
extends Object
implements BaseFactory<InventoryConditionGlAccountPK,InventoryConditionGlAccount>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(InventoryConditionPK inventoryConditionPK, ItemAccountingCategoryPK itemAccountingCategoryPK, GlAccountPK inventoryGlAccountPK, GlAccountPK salesGlAccountPK, GlAccountPK returnsGlAccountPK, GlAccountPK cogsGlAccountPK, GlAccountPK returnsCogsGlAccountPK, Long fromTime, Long thruTime) create
(InventoryCondition inventoryCondition, ItemAccountingCategory itemAccountingCategory, GlAccount inventoryGlAccount, GlAccount salesGlAccount, GlAccount returnsGlAccount, GlAccount cogsGlAccount, GlAccount returnsCogsGlAccount, Long fromTime, Long thruTime) create
(Session session, InventoryConditionPK inventoryConditionPK, ItemAccountingCategoryPK itemAccountingCategoryPK, GlAccountPK inventoryGlAccountPK, GlAccountPK salesGlAccountPK, GlAccountPK returnsGlAccountPK, GlAccountPK cogsGlAccountPK, GlAccountPK returnsCogsGlAccountPK, Long fromTime, Long thruTime) create
(Session session, InventoryCondition inventoryCondition, ItemAccountingCategory itemAccountingCategory, GlAccount inventoryGlAccount, GlAccount salesGlAccount, GlAccount returnsGlAccount, GlAccount cogsGlAccount, GlAccount returnsCogsGlAccount, Long fromTime, Long thruTime) void
create
(Session session, Collection<InventoryConditionGlAccountValue> _values) void
create
(Collection<InventoryConditionGlAccountValue> _values) getEntitiesFromPKs
(EntityPermission entityPermission, Collection<InventoryConditionGlAccountPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<InventoryConditionGlAccountPK> 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, InventoryConditionGlAccountPK pk) getEntityFromPK
(EntityPermission entityPermission, InventoryConditionGlAccountPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, InventoryConditionGlAccountPK 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, InventoryConditionGlAccountValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, InventoryConditionGlAccountValue value) getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, InventoryConditionGlAccountPK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<InventoryConditionGlAccountPK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, InventoryConditionGlAccountPK pk) void
remove
(Session session, InventoryConditionGlAccount entity) void
remove
(Session session, Collection<InventoryConditionGlAccountPK> pks) void
void
store
(Session session, InventoryConditionGlAccount entity) void
store
(Session session, Collection<InventoryConditionGlAccount> entities) void
store
(Collection<InventoryConditionGlAccount> entities) boolean
validPK
(Session session, InventoryConditionGlAccountPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
INVCONGLA_INVENTORYCONDITIONGLACCOUNTID
- See Also:
-
INVCONGLA_INVCON_INVENTORYCONDITIONID
- See Also:
-
INVCONGLA_IACTGC_ITEMACCOUNTINGCATEGORYID
- See Also:
-
INVCONGLA_INVENTORYGLACCOUNTID
- See Also:
-
INVCONGLA_SALESGLACCOUNTID
- See Also:
-
INVCONGLA_RETURNSGLACCOUNTID
- See Also:
-
INVCONGLA_COGSGLACCOUNTID
- See Also:
-
INVCONGLA_RETURNSCOGSGLACCOUNTID
- See Also:
-
INVCONGLA_FROMTIME
- See Also:
-
INVCONGLA_THRUTIME
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<InventoryConditionGlAccountPK,
InventoryConditionGlAccount>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<InventoryConditionGlAccountPK,
InventoryConditionGlAccount>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<InventoryConditionGlAccountPK,
InventoryConditionGlAccount>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<InventoryConditionGlAccountPK,
InventoryConditionGlAccount>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<InventoryConditionGlAccountPK,
InventoryConditionGlAccount>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<InventoryConditionGlAccountPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<InventoryConditionGlAccountPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public InventoryConditionGlAccountPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<InventoryConditionGlAccountValue> getValuesFromPKs(Session session, Collection<InventoryConditionGlAccountPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public InventoryConditionGlAccountValue getValueFromPK(Session session, InventoryConditionGlAccountPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<InventoryConditionGlAccountValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public InventoryConditionGlAccountValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<InventoryConditionGlAccount> getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryConditionGlAccountPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<InventoryConditionGlAccount> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<InventoryConditionGlAccountPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public InventoryConditionGlAccount getEntityFromValue(EntityPermission entityPermission, InventoryConditionGlAccountValue value) -
getEntityFromValue
public InventoryConditionGlAccount getEntityFromValue(Session session, EntityPermission entityPermission, InventoryConditionGlAccountValue value) -
getEntityFromPK
public InventoryConditionGlAccount getEntityFromPK(EntityPermission entityPermission, InventoryConditionGlAccountPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
public InventoryConditionGlAccount getEntityFromCache(Session session, InventoryConditionGlAccountPK pk) -
getEntityFromPK
public InventoryConditionGlAccount getEntityFromPK(Session session, EntityPermission entityPermission, InventoryConditionGlAccountPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<InventoryConditionGlAccountPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<InventoryConditionGlAccountPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public InventoryConditionGlAccountPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryConditionGlAccount> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryConditionGlAccount> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryConditionGlAccount> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryConditionGlAccount> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryConditionGlAccount> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryConditionGlAccount> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryConditionGlAccount> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryConditionGlAccount getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryConditionGlAccount getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryConditionGlAccount getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryConditionGlAccount getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryConditionGlAccount getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryConditionGlAccount getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryConditionGlAccount getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<InventoryConditionGlAccount> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<InventoryConditionGlAccount> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public InventoryConditionGlAccount getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public InventoryConditionGlAccount getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public InventoryConditionGlAccount create(Session session, InventoryCondition inventoryCondition, ItemAccountingCategory itemAccountingCategory, GlAccount inventoryGlAccount, GlAccount salesGlAccount, GlAccount returnsGlAccount, GlAccount cogsGlAccount, GlAccount returnsCogsGlAccount, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public InventoryConditionGlAccount create(InventoryCondition inventoryCondition, ItemAccountingCategory itemAccountingCategory, GlAccount inventoryGlAccount, GlAccount salesGlAccount, GlAccount returnsGlAccount, GlAccount cogsGlAccount, GlAccount returnsCogsGlAccount, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public InventoryConditionGlAccount create(Session session, InventoryConditionPK inventoryConditionPK, ItemAccountingCategoryPK itemAccountingCategoryPK, GlAccountPK inventoryGlAccountPK, GlAccountPK salesGlAccountPK, GlAccountPK returnsGlAccountPK, GlAccountPK cogsGlAccountPK, GlAccountPK returnsCogsGlAccountPK, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public InventoryConditionGlAccount create(InventoryConditionPK inventoryConditionPK, ItemAccountingCategoryPK itemAccountingCategoryPK, GlAccountPK inventoryGlAccountPK, GlAccountPK salesGlAccountPK, GlAccountPK returnsGlAccountPK, GlAccountPK cogsGlAccountPK, GlAccountPK returnsCogsGlAccountPK, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<InventoryConditionGlAccountValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<InventoryConditionGlAccountValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, InventoryConditionGlAccount entity) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<InventoryConditionGlAccountPK,
InventoryConditionGlAccount> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<InventoryConditionGlAccount> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<InventoryConditionGlAccountPK,
InventoryConditionGlAccount> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<InventoryConditionGlAccount> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<InventoryConditionGlAccountPK,
InventoryConditionGlAccount> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, InventoryConditionGlAccount entity) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<InventoryConditionGlAccountPK,
InventoryConditionGlAccount> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, InventoryConditionGlAccountPK pk) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<InventoryConditionGlAccountPK,
InventoryConditionGlAccount> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<InventoryConditionGlAccountPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<InventoryConditionGlAccountPK,
InventoryConditionGlAccount> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Collection<InventoryConditionGlAccountPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<InventoryConditionGlAccountPK,
InventoryConditionGlAccount> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, InventoryConditionGlAccountPK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<InventoryConditionGlAccountPK,
InventoryConditionGlAccount> - Throws:
PersistenceDatabaseException
-