Class GlAccountClassDescriptionFactory
java.lang.Object
com.echothree.model.data.accounting.server.factory.GlAccountClassDescriptionFactory
- All Implemented Interfaces:
BaseFactory<GlAccountClassDescriptionPK,GlAccountClassDescription>
@ApplicationScoped
public class GlAccountClassDescriptionFactory
extends Object
implements BaseFactory<GlAccountClassDescriptionPK,GlAccountClassDescription>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of GlAccountClassDescriptionFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate(GlAccountClassPK glAccountClassPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) create(GlAccountClass glAccountClass, Language language, String description, Long fromTime, Long thruTime) create(Session session, GlAccountClassPK glAccountClassPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) create(Session session, GlAccountClass glAccountClass, Language language, String description, Long fromTime, Long thruTime) voidcreate(Session session, Collection<GlAccountClassDescriptionValue> _values) voidcreate(Collection<GlAccountClassDescriptionValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<GlAccountClassDescriptionPK> pks) getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<GlAccountClassDescriptionPK> 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, GlAccountClassDescriptionPK pk) getEntityFromPK(EntityPermission entityPermission, GlAccountClassDescriptionPK pk) getEntityFromPK(Session session, EntityPermission entityPermission, GlAccountClassDescriptionPK 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, GlAccountClassDescriptionValue value) getEntityFromValue(Session session, EntityPermission entityPermission, GlAccountClassDescriptionValue value) getPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) getValueFromPK(Session session, GlAccountClassDescriptionPK pk) getValueFromResultSet(Session session, ResultSet rs) getValuesFromPKs(Session session, Collection<GlAccountClassDescriptionPK> pks) getValuesFromResultSet(Session session, ResultSet rs) prepareStatement(String query) voidremove(Session session, GlAccountClassDescriptionPK pk) voidremove(Session session, GlAccountClassDescription entity) voidremove(Session session, Collection<GlAccountClassDescriptionPK> pks) voidvoidstore(Session session, GlAccountClassDescription entity) voidstore(Session session, Collection<GlAccountClassDescription> entities) voidstore(Collection<GlAccountClassDescription> entities) booleanvalidPK(Session session, GlAccountClassDescriptionPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
GLACLSD_GLACCOUNTCLASSDESCRIPTIONID
- See Also:
-
GLACLSD_GLACLS_GLACCOUNTCLASSID
- See Also:
-
GLACLSD_LANG_LANGUAGEID
- See Also:
-
GLACLSD_DESCRIPTION
- See Also:
-
GLACLSD_FROMTIME
- See Also:
-
GLACLSD_THRUTIME
- See Also:
-
-
Constructor Details
-
GlAccountClassDescriptionFactory
protected GlAccountClassDescriptionFactory()Creates a new instance of GlAccountClassDescriptionFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<GlAccountClassDescriptionPK,GlAccountClassDescription>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<GlAccountClassDescriptionPK,GlAccountClassDescription>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<GlAccountClassDescriptionPK,GlAccountClassDescription>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<GlAccountClassDescriptionPK,GlAccountClassDescription>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<GlAccountClassDescriptionPK,GlAccountClassDescription>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<GlAccountClassDescriptionPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<GlAccountClassDescriptionPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public GlAccountClassDescriptionPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<GlAccountClassDescriptionValue> getValuesFromPKs(Session session, Collection<GlAccountClassDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public GlAccountClassDescriptionValue getValueFromPK(Session session, GlAccountClassDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<GlAccountClassDescriptionValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public GlAccountClassDescriptionValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<GlAccountClassDescription> getEntitiesFromPKs(EntityPermission entityPermission, Collection<GlAccountClassDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<GlAccountClassDescription> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<GlAccountClassDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public GlAccountClassDescription getEntityFromValue(EntityPermission entityPermission, GlAccountClassDescriptionValue value) -
getEntityFromValue
public GlAccountClassDescription getEntityFromValue(Session session, EntityPermission entityPermission, GlAccountClassDescriptionValue value) -
getEntityFromPK
public GlAccountClassDescription getEntityFromPK(EntityPermission entityPermission, GlAccountClassDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
public GlAccountClassDescription getEntityFromCache(Session session, GlAccountClassDescriptionPK pk) -
getEntityFromPK
public GlAccountClassDescription getEntityFromPK(Session session, EntityPermission entityPermission, GlAccountClassDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<GlAccountClassDescriptionPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<GlAccountClassDescriptionPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public GlAccountClassDescriptionPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<GlAccountClassDescription> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<GlAccountClassDescription> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<GlAccountClassDescription> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<GlAccountClassDescription> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<GlAccountClassDescription> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<GlAccountClassDescription> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<GlAccountClassDescription> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public GlAccountClassDescription getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public GlAccountClassDescription getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public GlAccountClassDescription getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public GlAccountClassDescription getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public GlAccountClassDescription getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public GlAccountClassDescription getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public GlAccountClassDescription getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<GlAccountClassDescription> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<GlAccountClassDescription> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public GlAccountClassDescription getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public GlAccountClassDescription getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public GlAccountClassDescription create(Session session, GlAccountClass glAccountClass, Language language, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public GlAccountClassDescription create(GlAccountClass glAccountClass, Language language, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public GlAccountClassDescription create(Session session, GlAccountClassPK glAccountClassPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public GlAccountClassDescription create(GlAccountClassPK glAccountClassPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<GlAccountClassDescriptionValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<GlAccountClassDescriptionValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, GlAccountClassDescription entity) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<GlAccountClassDescriptionPK,GlAccountClassDescription> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<GlAccountClassDescription> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<GlAccountClassDescriptionPK,GlAccountClassDescription> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<GlAccountClassDescription> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<GlAccountClassDescriptionPK,GlAccountClassDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, GlAccountClassDescription entity) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<GlAccountClassDescriptionPK,GlAccountClassDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, GlAccountClassDescriptionPK pk) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<GlAccountClassDescriptionPK,GlAccountClassDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<GlAccountClassDescriptionPK> pks) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<GlAccountClassDescriptionPK,GlAccountClassDescription> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<GlAccountClassDescriptionPK,GlAccountClassDescription> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, GlAccountClassDescriptionPK pk) throws PersistenceDatabaseException - Specified by:
validPKin interfaceBaseFactory<GlAccountClassDescriptionPK,GlAccountClassDescription> - Throws:
PersistenceDatabaseException
-