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) voidcreate(Collection<GlAccountClassDescriptionValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<GlAccountClassDescriptionPK> pks) getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) getEntityFromPK(EntityPermission entityPermission, GlAccountClassDescriptionPK pk) getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) getEntityFromValue(EntityPermission entityPermission, GlAccountClassDescriptionValue value) getPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) prepareStatement(String query) voidvoidremove(GlAccountClassDescription entity) voidvoidstore(GlAccountClassDescription entity) voidstore(Collection<GlAccountClassDescription> entities) boolean
-
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(Collection<GlAccountClassDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public GlAccountClassDescriptionValue getValueFromPK(GlAccountClassDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<GlAccountClassDescriptionValue> getValuesFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public GlAccountClassDescriptionValue getValueFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<GlAccountClassDescription> getEntitiesFromPKs(EntityPermission entityPermission, Collection<GlAccountClassDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public GlAccountClassDescription getEntityFromValue(EntityPermission entityPermission, GlAccountClassDescriptionValue value) -
getEntityFromCache
-
getEntityFromPK
public GlAccountClassDescription getEntityFromPK(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(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) 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, 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(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public GlAccountClassDescription getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<GlAccountClassDescription> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public GlAccountClassDescription getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public GlAccountClassDescription create(GlAccountClass glAccountClass, Language language, 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(Collection<GlAccountClassDescriptionValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- 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
- Specified by:
removein interfaceBaseFactory<GlAccountClassDescriptionPK,GlAccountClassDescription> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<GlAccountClassDescriptionPK,GlAccountClassDescription> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<GlAccountClassDescriptionPK,GlAccountClassDescription> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPKin interfaceBaseFactory<GlAccountClassDescriptionPK,GlAccountClassDescription> - Throws:
PersistenceDatabaseException
-