Class GlAccountClassDetailFactory
java.lang.Object
com.echothree.model.data.accounting.server.factory.GlAccountClassDetailFactory
- All Implemented Interfaces:
BaseFactory<GlAccountClassDetailPK,
GlAccountClassDetail>
public class GlAccountClassDetailFactory
extends Object
implements BaseFactory<GlAccountClassDetailPK,GlAccountClassDetail>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(GlAccountClassPK glAccountClassPK, String glAccountClassName, GlAccountClassPK parentGlAccountClassPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) create
(GlAccountClass glAccountClass, String glAccountClassName, GlAccountClass parentGlAccountClass, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) create
(Session session, GlAccountClassPK glAccountClassPK, String glAccountClassName, GlAccountClassPK parentGlAccountClassPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) create
(Session session, GlAccountClass glAccountClass, String glAccountClassName, GlAccountClass parentGlAccountClass, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) void
create
(Session session, Collection<GlAccountClassDetailValue> _values) void
create
(Collection<GlAccountClassDetailValue> _values) getEntitiesFromPKs
(EntityPermission entityPermission, Collection<GlAccountClassDetailPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<GlAccountClassDetailPK> 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, GlAccountClassDetailPK pk) getEntityFromPK
(EntityPermission entityPermission, GlAccountClassDetailPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, GlAccountClassDetailPK 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, GlAccountClassDetailValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, GlAccountClassDetailValue value) static GlAccountClassDetailFactory
getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, GlAccountClassDetailPK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<GlAccountClassDetailPK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, GlAccountClassDetailPK pk) void
remove
(Session session, GlAccountClassDetail entity) void
remove
(Session session, Collection<GlAccountClassDetailPK> pks) void
void
store
(Session session, GlAccountClassDetail entity) void
store
(Session session, Collection<GlAccountClassDetail> entities) void
store
(Collection<GlAccountClassDetail> entities) boolean
validPK
(Session session, GlAccountClassDetailPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
GLACLSDT_GLACCOUNTCLASSDETAILID
- See Also:
-
GLACLSDT_GLACLS_GLACCOUNTCLASSID
- See Also:
-
GLACLSDT_GLACCOUNTCLASSNAME
- See Also:
-
GLACLSDT_PARENTGLACCOUNTCLASSID
- See Also:
-
GLACLSDT_ISDEFAULT
- See Also:
-
GLACLSDT_SORTORDER
- See Also:
-
GLACLSDT_FROMTIME
- See Also:
-
GLACLSDT_THRUTIME
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<GlAccountClassDetailPK,
GlAccountClassDetail>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<GlAccountClassDetailPK,
GlAccountClassDetail>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<GlAccountClassDetailPK,
GlAccountClassDetail>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<GlAccountClassDetailPK,
GlAccountClassDetail>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<GlAccountClassDetailPK,
GlAccountClassDetail>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<GlAccountClassDetailPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<GlAccountClassDetailPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
- Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<GlAccountClassDetailValue> getValuesFromPKs(Session session, Collection<GlAccountClassDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public GlAccountClassDetailValue getValueFromPK(Session session, GlAccountClassDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<GlAccountClassDetailValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public GlAccountClassDetailValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<GlAccountClassDetail> getEntitiesFromPKs(EntityPermission entityPermission, Collection<GlAccountClassDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<GlAccountClassDetail> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<GlAccountClassDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public GlAccountClassDetail getEntityFromValue(EntityPermission entityPermission, GlAccountClassDetailValue value) -
getEntityFromValue
public GlAccountClassDetail getEntityFromValue(Session session, EntityPermission entityPermission, GlAccountClassDetailValue value) -
getEntityFromPK
public GlAccountClassDetail getEntityFromPK(EntityPermission entityPermission, GlAccountClassDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public GlAccountClassDetail getEntityFromPK(Session session, EntityPermission entityPermission, GlAccountClassDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<GlAccountClassDetailPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<GlAccountClassDetailPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public GlAccountClassDetailPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<GlAccountClassDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<GlAccountClassDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<GlAccountClassDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<GlAccountClassDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<GlAccountClassDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<GlAccountClassDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<GlAccountClassDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public GlAccountClassDetail getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public GlAccountClassDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public GlAccountClassDetail getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public GlAccountClassDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public GlAccountClassDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public GlAccountClassDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public GlAccountClassDetail getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<GlAccountClassDetail> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<GlAccountClassDetail> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public GlAccountClassDetail getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public GlAccountClassDetail getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public GlAccountClassDetail create(Session session, GlAccountClass glAccountClass, String glAccountClassName, GlAccountClass parentGlAccountClass, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public GlAccountClassDetail create(GlAccountClass glAccountClass, String glAccountClassName, GlAccountClass parentGlAccountClass, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public GlAccountClassDetail create(Session session, GlAccountClassPK glAccountClassPK, String glAccountClassName, GlAccountClassPK parentGlAccountClassPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public GlAccountClassDetail create(GlAccountClassPK glAccountClassPK, String glAccountClassName, GlAccountClassPK parentGlAccountClassPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<GlAccountClassDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<GlAccountClassDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
store
in interfaceBaseFactory<GlAccountClassDetailPK,
GlAccountClassDetail> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<GlAccountClassDetail> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<GlAccountClassDetailPK,
GlAccountClassDetail> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
store
in interfaceBaseFactory<GlAccountClassDetailPK,
GlAccountClassDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, GlAccountClassDetail entity) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<GlAccountClassDetailPK,
GlAccountClassDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<GlAccountClassDetailPK,
GlAccountClassDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<GlAccountClassDetailPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<GlAccountClassDetailPK,
GlAccountClassDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<GlAccountClassDetailPK,
GlAccountClassDetail> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, GlAccountClassDetailPK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<GlAccountClassDetailPK,
GlAccountClassDetail> - Throws:
PersistenceDatabaseException
-