|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.iai.ilcd.model.dao.DataSetDao<LCIAMethod,de.fzk.iai.ilcd.service.model.ILCIAMethodListVO,de.fzk.iai.ilcd.service.model.ILCIAMethodVO>
de.iai.ilcd.model.dao.LCIAMethodDao
public class LCIAMethodDao
Data access object for LCIAMethod
Constructor Summary | |
---|---|
LCIAMethodDao()
|
Method Summary | |
---|---|
protected javax.persistence.Query |
createQueryObject(org.apache.velocity.tools.generic.ValueParser params,
java.lang.String sortCriterium,
boolean ascending,
boolean returnCount,
boolean mostRecentVersionOnly)
This method must be implemented by each dao class extending this class. |
LCIAMethod |
getLCIAMethod(java.lang.String uuid)
Deprecated. still exists for internal backwards compatibility, may be removed in future releases |
LCIAMethod |
getLCIAMethod(java.lang.String uuid,
DataSetVersion version)
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByUuidAndVersion(String, DataSetVersion) . |
java.util.List<LCIAMethod> |
getLCIAMethods()
Deprecated. still exists for internal backwards compatibility, may be removed in future releases |
protected void |
preCheckAndPersist(LCIAMethod method)
Link the flow instances in the database with the flow global references of this LCIAMethod |
Methods inherited from class de.iai.ilcd.model.dao.DataSetDao |
---|
buildClassificationJoin, buildClassificationJoin, buildClassificationWhere, buildClassificationWhere, checkAndPersist, getAccessedClass, getAll, getAllCount, getByClass, getByClass, getByDataSetId, getByDataSetId, getByUuid, getByUuidAndVersion, getDataSets, getForeignDataSet, getJpaName, getNumberByClass, getNumberByClass, getOtherVersions, getSubClasses, getTopClasses, lsearch, lsearch, lsearch, merge, remove, search, search, search, search, search, searchResultCount |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LCIAMethodDao()
Method Detail |
---|
protected javax.persistence.Query createQueryObject(org.apache.velocity.tools.generic.ValueParser params, java.lang.String sortCriterium, boolean ascending, boolean returnCount, boolean mostRecentVersionOnly)
createQueryObject
in class DataSetDao<LCIAMethod,de.fzk.iai.ilcd.service.model.ILCIAMethodListVO,de.fzk.iai.ilcd.service.model.ILCIAMethodVO>
params
- lsearch parametersortCriterium
- field of result object which will be used for ordering of lsearch resultsascending
- true
for ascending ordering, false
for descendingreturnCount
- if true return count of lsearch result instead of lsearch resultsmostRecentVersionOnly
- flag to indicate if only the most recent version of a data set shall be returned if multiple versions
exist
protected void preCheckAndPersist(LCIAMethod method)
preCheckAndPersist
in class DataSetDao<LCIAMethod,de.fzk.iai.ilcd.service.model.ILCIAMethodListVO,de.fzk.iai.ilcd.service.model.ILCIAMethodVO>
method
- LCIAMethod
DataSetDao.checkAndPersist(DataSet, PersistType, PrintWriter)
@Deprecated public LCIAMethod getLCIAMethod(java.lang.String uuid, DataSetVersion version)
DataSetDao.getByUuidAndVersion(String, DataSetVersion)
.
LCIAMethod
by UUID string and version
uuid
- the UUID stringversion
- the version of the method
LCIAMethod
for the specified UUID string/version, or null
if none found@Deprecated public LCIAMethod getLCIAMethod(java.lang.String uuid)
LCIAMethod
by UUID string
uuid
- the UUID string
LCIAMethod
for the specified UUID string, or null
if none found@Deprecated public java.util.List<LCIAMethod> getLCIAMethods()
DataSetDao.getAll()
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |