A B C D E F G H I J L M N O P Q R S T U V W X

A

AbstractDatasetAdapter<T extends de.fzk.iai.ilcd.service.client.impl.vo.dataset.DataSetVO,LVO extends de.fzk.iai.ilcd.service.model.IDataSetListVO,VO extends de.fzk.iai.ilcd.service.model.IDataSetVO> - Class in de.iai.ilcd.model.adapter.dataset
 
AbstractDatasetAdapter(T, LVO) - Constructor for class de.iai.ilcd.model.adapter.dataset.AbstractDatasetAdapter
 
AbstractDatasetAdapter(T, VO) - Constructor for class de.iai.ilcd.model.adapter.dataset.AbstractDatasetAdapter
 
AbstractDataSetHandler<I extends de.fzk.iai.ilcd.service.model.IDataSetVO,T extends DataSet,D extends DataSetDao<T,?>> - Class in de.iai.ilcd.webgui.controller.ui
Handler for DataSet view
AbstractDataSetHandler(D) - Constructor for class de.iai.ilcd.webgui.controller.ui.AbstractDataSetHandler
Initialize handler
AbstractDataSetResource<T extends DataSet> - Class in de.iai.ilcd.services
REST web service for data sets
AbstractDataSetResource(DataSetType, ILCDTypes) - Constructor for class de.iai.ilcd.services.AbstractDataSetResource
Create an abstract data set resource
AbstractDataSetsHandler<T extends DataSet,D extends DataSetDao<T,?>> - Class in de.iai.ilcd.webgui.controller.ui
Handler for DataSet lists
AbstractDataSetsHandler(Class<T>, D) - Constructor for class de.iai.ilcd.webgui.controller.ui.AbstractDataSetsHandler
Initialize the handler
AbstractDataSetsHandler(Class<T>, D, String) - Constructor for class de.iai.ilcd.webgui.controller.ui.AbstractDataSetsHandler
Initialize the handler TODO this is required for the primefaces datatable issue workaround in AbstractDataSetsHandler.doFilter()
AccessInformation - Class in de.iai.ilcd.model.process
 
AccessInformation() - Constructor for class de.iai.ilcd.model.process.AccessInformation
 
accessInformation - Variable in class de.iai.ilcd.model.process.Process
 
ActivationHandler - Class in de.iai.ilcd.webgui.controller.admin
 
ActivationHandler() - Constructor for class de.iai.ilcd.webgui.controller.admin.ActivationHandler
Create the handler
addApproach(LCIMethodApproachesValue) - Method in class de.iai.ilcd.model.process.LCIMethodInformation
 
addAreaOfProtection(AreaOfProtectionValue) - Method in class de.iai.ilcd.model.lciamethod.LCIAMethod
Add an area of protection
addCategory(Category) - Method in class de.iai.ilcd.model.common.CategorySystem
 
addCharacterisationFactor(LCIAMethodCharacterisationFactor) - Method in class de.iai.ilcd.model.lciamethod.LCIAMethod
Add a characterisation factor
addClass(ClClass) - Method in class de.iai.ilcd.model.common.Classification
 
addComplianceSystem(ComplianceSystem) - Method in class de.iai.ilcd.model.process.Process
 
addContact(GlobalReference) - Method in class de.iai.ilcd.model.source.Source
 
addExchange(Exchange) - Method in class de.iai.ilcd.model.process.Process
 
addFile(DigitalFile) - Method in class de.iai.ilcd.model.source.Source
 
addImpactCategory(LCIAImpactCategoryValue) - Method in class de.iai.ilcd.model.lciamethod.LCIAMethod
Add an impact category
addLciaResult(LciaResult) - Method in class de.iai.ilcd.model.process.Process
 
addLString(String, String) - Method in class de.iai.ilcd.model.common.MultiLanguageString
 
addLString(String, String) - Method in class de.iai.ilcd.model.common.MultiLanguageText
 
addMethod(MethodOfReviewValue) - Method in class de.iai.ilcd.model.process.ScopeOfReview
 
addMethodology(String) - Method in class de.iai.ilcd.model.lciamethod.LCIAMethod
Add a methodology
addProcess(Process) - Method in class de.iai.ilcd.model.datastock.DataStock
 
addPropertDesription(FlowPropertyDescription) - Method in class de.iai.ilcd.model.flow.Flow
 
addQualityIndicator(DataQualityIndicator) - Method in class de.iai.ilcd.model.process.Review
 
addReferenceId(Integer) - Method in class de.iai.ilcd.model.process.InternalQuantitativeReference
 
addReferenceToReviewers(GlobalReference) - Method in class de.iai.ilcd.model.process.Review
 
Address - Class in de.iai.ilcd.model.security
 
Address() - Constructor for class de.iai.ilcd.model.security.Address
 
addReview(Review) - Method in class de.iai.ilcd.model.process.Process
 
addRole(SecurityRole) - Method in class de.iai.ilcd.model.security.User
 
addRole(SecurityRole) - Method in class de.iai.ilcd.model.security.UserGroup
 
addScope(ScopeOfReview) - Method in class de.iai.ilcd.model.process.Review
 
addSubReference(String) - Method in class de.iai.ilcd.model.common.GlobalReference
 
addToDataStock(DataStock) - Method in class de.iai.ilcd.model.process.Process
 
addToGroup(UserGroup) - Method in class de.iai.ilcd.model.security.User
 
addUnit(Unit) - Method in class de.iai.ilcd.model.unitgroup.UnitGroup
 
addUser(User) - Method in class de.iai.ilcd.model.security.UserGroup
 
allocation - Variable in class de.iai.ilcd.model.process.Exchange
 
approaches - Variable in class de.iai.ilcd.model.process.LCIMethodInformation
 
approvedBy - Variable in class de.iai.ilcd.model.process.Process
 
AuthenticateResource - Class in de.iai.ilcd.services
REST Web Service
AuthenticateResource() - Constructor for class de.iai.ilcd.services.AuthenticateResource
Creates a new instance of AuthenticateResource

B

beginTransaction() - Static method in class de.iai.ilcd.persistence.PersistenceUtil
 
branch - Variable in class de.iai.ilcd.model.common.DataSet
 
buildClassificationJoin(String) - Method in class de.iai.ilcd.model.dao.DataSetDao
Build up join string for classification containing query (with default values for classification field name and alias prefix), example: LEFT JOIN p.classification.classes c1 LEFT JOIN p.classification.classes c2 default classification field name = classification default alias prefix = c
buildClassificationJoin(String, String, String) - Method in class de.iai.ilcd.model.dao.DataSetDao
Build up join string for classification containing query, example: LEFT JOIN p.classification.classes c1 LEFT JOIN p.classification.classes c2
buildClassificationWhere(String) - Method in class de.iai.ilcd.model.dao.DataSetDao
Build up string for classification where clause (with default values for classification field name and alias prefix), example: ( p.classification IS NULL OR (c1.level=0 AND c2.level=0) OR (c1.level=0 AND c2.level=1) ) default classification field name = classification default alias prefix = c
buildClassificationWhere(String, String, String) - Method in class de.iai.ilcd.model.dao.DataSetDao
Build up string for classification where clause, example: ( p.classification IS NULL OR (c1.level=0 AND c2.level=0) OR (c1.level=0 AND c2.level=1) )

C

casNumber - Variable in class de.iai.ilcd.model.flow.Flow
 
categorization - Variable in class de.iai.ilcd.model.flow.Flow
 
Category - Class in de.iai.ilcd.model.common
 
Category() - Constructor for class de.iai.ilcd.model.common.Category
 
CategorySystem - Class in de.iai.ilcd.model.common
 
CategorySystem() - Constructor for class de.iai.ilcd.model.common.CategorySystem
 
CategorySystem(String) - Constructor for class de.iai.ilcd.model.common.CategorySystem
 
centralContactPoint - Variable in class de.iai.ilcd.model.contact.Contact
 
changeGroup() - Method in class de.iai.ilcd.webgui.controller.admin.GroupHandler
 
changeNode() - Method in class de.iai.ilcd.webgui.controller.admin.NodeHandler
 
changeStock() - Method in class de.iai.ilcd.webgui.controller.admin.StockHandler
 
changeUser() - Method in class de.iai.ilcd.webgui.controller.admin.UserHandler
 
checkAndPersist(T, PersistType, PrintWriter) - Method in class de.iai.ilcd.model.dao.DataSetDao
Generic persist method for data set objects.
checkAndPersist(NetworkNode, PersistType, PrintWriter) - Method in class de.iai.ilcd.model.dao.NetworkNodeDao
 
checkAndPersist(Source, PersistType, PrintWriter) - Method in class de.iai.ilcd.model.dao.SourceDao
Concrete implementation required for saving of digital files
checkAndPersist(User, PersistType, PrintWriter) - Method in class de.iai.ilcd.model.dao.UserDao
 
citation - Variable in class de.iai.ilcd.model.source.Source
 
Classification - Class in de.iai.ilcd.model.common
 
Classification() - Constructor for class de.iai.ilcd.model.common.Classification
 
Classification(String) - Constructor for class de.iai.ilcd.model.common.Classification
 
Classification(IClassification) - Constructor for class de.iai.ilcd.model.common.Classification
 
classification - Variable in class de.iai.ilcd.model.common.DataSet
 
ClassificationAdapter - Class in de.iai.ilcd.model.adapter
 
ClassificationAdapter(IClassification) - Constructor for class de.iai.ilcd.model.adapter.ClassificationAdapter
 
ClassificationDao - Class in de.iai.ilcd.model.dao
 
ClassificationDao() - Constructor for class de.iai.ilcd.model.dao.ClassificationDao
 
ClClass - Class in de.iai.ilcd.model.common
 
ClClass() - Constructor for class de.iai.ilcd.model.common.ClClass
 
ClClass(String, int) - Constructor for class de.iai.ilcd.model.common.ClClass
 
ClClass(String, int, String) - Constructor for class de.iai.ilcd.model.common.ClClass
 
clearAuthorizationInfo(PrincipalCollection) - Method in class de.iai.ilcd.security.IlcdSecurityRealm
Clear the cache
closeEntityManager() - Static method in class de.iai.ilcd.persistence.PersistenceUtil
 
commitTransaction() - Static method in class de.iai.ilcd.persistence.PersistenceUtil
 
CommonConstructsReader - Class in de.iai.ilcd.xml.read
 
CommonConstructsReader(DataSetParsingHelper) - Constructor for class de.iai.ilcd.xml.read.CommonConstructsReader
 
commonReader - Variable in class de.iai.ilcd.xml.read.DataSetReader
 
compareTo(DataSetVersion) - Method in class de.iai.ilcd.model.common.DataSetVersion
 
completeness - Variable in class de.iai.ilcd.model.process.Process
 
ComplianceSystem - Class in de.iai.ilcd.model.process
 
ComplianceSystem() - Constructor for class de.iai.ilcd.model.process.ComplianceSystem
 
ComplianceSystemAdapter - Class in de.iai.ilcd.model.adapter
Adapter for IComplianceSystem
ComplianceSystemAdapter(IComplianceSystem) - Constructor for class de.iai.ilcd.model.adapter.ComplianceSystemAdapter
Create the adapter.
complianceSystems - Variable in class de.iai.ilcd.model.process.Process
 
ComplianceUtilHandler - Class in de.iai.ilcd.webgui.controller.ui
Handler for compliance system utilities, requires EL2!
ComplianceUtilHandler() - Constructor for class de.iai.ilcd.webgui.controller.ui.ComplianceUtilHandler
 
ComplianceUtilHandler.ComplianceSystemCode - Enum in de.iai.ilcd.webgui.controller.ui
Enumeration with possible codes
compressContent() - Method in class de.iai.ilcd.model.common.XmlFile
Compress the content of XML file prior to persist/merge events in order to save database space and be compatible with MySQL server default configurations as long as possible (1MB max package size)
ConfigurationBean - Class in de.iai.ilcd.webgui.controller
Bean to access configuration, is in application scope, all values loaded only once
ConfigurationBean() - Constructor for class de.iai.ilcd.webgui.controller.ConfigurationBean
Initialize configuration bean
ConfigurationBean(HttpServletRequest) - Constructor for class de.iai.ilcd.webgui.controller.ConfigurationBean
 
ConfigurationService - Class in de.iai.ilcd.configuration
 
ConfigurationService() - Constructor for class de.iai.ilcd.configuration.ConfigurationService
 
ConfigurationTool - Class in de.iai.ilcd.gui.utils
TODO: delete when velocity was removed
ConfigurationTool() - Constructor for class de.iai.ilcd.gui.utils.ConfigurationTool
 
Contact - Class in de.iai.ilcd.model.contact
 
Contact() - Constructor for class de.iai.ilcd.model.contact.Contact
 
contactAddress - Variable in class de.iai.ilcd.model.contact.Contact
 
ContactDao - Class in de.iai.ilcd.model.dao
Data access object for Contacts
ContactDao() - Constructor for class de.iai.ilcd.model.dao.ContactDao
 
ContactHandler - Class in de.iai.ilcd.webgui.controller.ui
Backing bean for contact detail view
ContactHandler() - Constructor for class de.iai.ilcd.webgui.controller.ui.ContactHandler
Initialize backing bean
ContactListHandler - Class in de.iai.ilcd.webgui.controller.admin
 
ContactListHandler() - Constructor for class de.iai.ilcd.webgui.controller.admin.ContactListHandler
 
ContactReader - Class in de.iai.ilcd.xml.read
 
ContactReader() - Constructor for class de.iai.ilcd.xml.read.ContactReader
 
ContactResource - Class in de.iai.ilcd.services
REST Web Service for Contact
ContactResource() - Constructor for class de.iai.ilcd.services.ContactResource
 
contacts - Variable in class de.iai.ilcd.model.datastock.DataStock
 
ContactsHandler - Class in de.iai.ilcd.webgui.controller.ui
Backing bean for contact list view
ContactsHandler() - Constructor for class de.iai.ilcd.webgui.controller.ui.ContactsHandler
Initialize Handler
ContactVOAdapter - Class in de.iai.ilcd.model.adapter.dataset
Adapter for Contacts
ContactVOAdapter(IContactListVO) - Constructor for class de.iai.ilcd.model.adapter.dataset.ContactVOAdapter
Create adapter for contact list value object
ContactVOAdapter(IContactVO) - Constructor for class de.iai.ilcd.model.adapter.dataset.ContactVOAdapter
Create adapter for the contact value object
containingDataStocks - Variable in class de.iai.ilcd.model.process.Process
 
content - Variable in class de.iai.ilcd.model.common.XmlFile
Uncompressed version of XML content.
CONTENT_TYPE - Static variable in class de.iai.ilcd.webgui.controller.admin.DataExportResource
MIME type to set
convertFileToString(String) - Static method in class de.iai.ilcd.xml.read.FileHelper
 
convertFileToString(File) - Static method in class de.iai.ilcd.xml.read.FileHelper
 
convertStreamToString(InputStream) - Static method in class de.iai.ilcd.xml.read.FileHelper
 
copyDataQualityIndicators(Set<IDataQualityIndicator>, Set<IDataQualityIndicator>) - Static method in class de.iai.ilcd.model.adapter.DataQualityIndicatorAdapter
Copy quality indicator via adapter
copyGlobalReferences(List<IGlobalReference>, List<IGlobalReference>) - Static method in class de.iai.ilcd.model.adapter.GlobalReferenceAdapter
Copy global references via adapter
copyLStrings(IMultiLangString, IMultiLangString) - Static method in class de.iai.ilcd.model.adapter.LStringAdapter
Copy all localized strings
copyReviews(List<IReview>, List<IReview>) - Static method in class de.iai.ilcd.model.adapter.ReviewAdapter
Copy reviewes via adapter
copyright - Variable in class de.iai.ilcd.model.process.AccessInformation
 
copyScopes(Set<IScope>, Set<IScope>) - Static method in class de.iai.ilcd.model.adapter.ScopeAdapter
Copy scope via adapter
copyValues(VO, T) - Method in class de.iai.ilcd.model.adapter.dataset.AbstractDatasetAdapter
Copy the values from the value AND the list value object to the adapter data set.
copyValues(LVO, T) - Method in class de.iai.ilcd.model.adapter.dataset.AbstractDatasetAdapter
Copy the values from the list value object to the adapter data set
copyValues(IContactListVO, ContactDataSetVO) - Method in class de.iai.ilcd.model.adapter.dataset.ContactVOAdapter
Copy the values from the list value object to the adapter data set
copyValues(IContactVO, ContactDataSetVO) - Method in class de.iai.ilcd.model.adapter.dataset.ContactVOAdapter
Copy the values from the value AND the list value object to the adapter data set.
copyValues(IFlowPropertyListVO, FlowPropertyDataSetVO) - Method in class de.iai.ilcd.model.adapter.dataset.FlowPropertyVOAdapter
Copy the values from the list value object to the adapter data set
copyValues(IFlowPropertyVO, FlowPropertyDataSetVO) - Method in class de.iai.ilcd.model.adapter.dataset.FlowPropertyVOAdapter
Copy the values from the value AND the list value object to the adapter data set.
copyValues(IFlowListVO, FlowDataSetVO) - Method in class de.iai.ilcd.model.adapter.dataset.FlowVOAdapter
Copy the values from the list value object to the adapter data set
copyValues(IFlowVO, FlowDataSetVO) - Method in class de.iai.ilcd.model.adapter.dataset.FlowVOAdapter
Copy the values from the value AND the list value object to the adapter data set.
copyValues(ILCIAMethodListVO, LCIAMethodDataSetVO) - Method in class de.iai.ilcd.model.adapter.dataset.LCIAMethodVOAdapter
Copy the values from the list value object to the adapter data set
copyValues(ILCIAMethodVO, LCIAMethodDataSetVO) - Method in class de.iai.ilcd.model.adapter.dataset.LCIAMethodVOAdapter
Copy the values from the value AND the list value object to the adapter data set.
copyValues(IProcessListVO, ProcessDataSetVO) - Method in class de.iai.ilcd.model.adapter.dataset.ProcessVOAdapter
Copy the values from the list value object to the adapter data set
copyValues(IProcessVO, ProcessDataSetVO) - Method in class de.iai.ilcd.model.adapter.dataset.ProcessVOAdapter
Copy the values from the value AND the list value object to the adapter data set.
copyValues(ISourceListVO, SourceDataSetVO) - Method in class de.iai.ilcd.model.adapter.dataset.SourceVOAdapter
Copy the values from the list value object to the adapter data set
copyValues(ISourceVO, SourceDataSetVO) - Method in class de.iai.ilcd.model.adapter.dataset.SourceVOAdapter
Copy the values from the value AND the list value object to the adapter data set.
copyValues(IUnitGroupListVO, UnitGroupDataSetVO) - Method in class de.iai.ilcd.model.adapter.dataset.UnitGroupVOAdapter
Copy the values from the list value object to the adapter data set
copyValues(IUnitGroupVO, UnitGroupDataSetVO) - Method in class de.iai.ilcd.model.adapter.dataset.UnitGroupVOAdapter
Copy the values from the value AND the list value object to the adapter data set.
createGroup() - Method in class de.iai.ilcd.webgui.controller.admin.GroupHandler
 
createGuiItemList(List<T>) - Method in class de.iai.ilcd.webgui.controller.admin.GuiListManagerUtils
 
createNode() - Method in class de.iai.ilcd.webgui.controller.admin.NodeHandler
 
createQueryObject(ValueParser, String, boolean, boolean) - Method in class de.iai.ilcd.model.dao.ContactDao
 
createQueryObject(ValueParser, String, boolean, boolean) - Method in class de.iai.ilcd.model.dao.DataSetDao
This method must be implemented by each dao class extending this class.
createQueryObject(ValueParser, String, boolean, boolean) - Method in class de.iai.ilcd.model.dao.FlowDao
 
createQueryObject(ValueParser, String, boolean, boolean) - Method in class de.iai.ilcd.model.dao.FlowPropertyDao
 
createQueryObject(ValueParser, String, boolean, boolean) - Method in class de.iai.ilcd.model.dao.LCIAMethodDao
This method must be implemented by each dao class extending this class.
createQueryObject(ValueParser, String, boolean, boolean) - Method in class de.iai.ilcd.model.dao.ProcessDao
 
createQueryObject(ValueParser, String, boolean, boolean) - Method in class de.iai.ilcd.model.dao.SourceDao
 
createQueryObject(ValueParser, String, boolean, boolean) - Method in class de.iai.ilcd.model.dao.UnitGroupDao
 
createResource(String, String) - Method in class de.iai.ilcd.webgui.controller.admin.DataExportResourceHandler
createStock() - Method in class de.iai.ilcd.webgui.controller.admin.StockHandler
 
createUser() - Method in class de.iai.ilcd.webgui.controller.admin.UserHandler
 
customize(Session) - Method in class de.iai.ilcd.persistence.JPAEclipseLinkSessionCustomizer
Get a dataSource connection and set it on the session with lookupType=STRING_LOOKUP

D

DaoService - Class in de.iai.ilcd.model.dao
 
DaoService() - Constructor for class de.iai.ilcd.model.dao.DaoService
 
DataExportHandler - Class in de.iai.ilcd.webgui.controller.ui
Backing bean for data export
DataExportHandler() - Constructor for class de.iai.ilcd.webgui.controller.ui.DataExportHandler
Initialize handler
DataExportResource - Class in de.iai.ilcd.webgui.controller.admin
Proxy Resource for the ILCD Service downloads
DataExportResource() - Constructor for class de.iai.ilcd.webgui.controller.admin.DataExportResource
Create the handler
DataExportResourceHandler - Class in de.iai.ilcd.webgui.controller.admin
Handler for the data export downloads
DataExportResourceHandler(ResourceHandler) - Constructor for class de.iai.ilcd.webgui.controller.admin.DataExportResourceHandler
Create the handler instance
DataQualityIndicator - Class in de.iai.ilcd.model.process
 
DataQualityIndicator() - Constructor for class de.iai.ilcd.model.process.DataQualityIndicator
 
DataQualityIndicator(DataQualityIndicatorName, QualityValue) - Constructor for class de.iai.ilcd.model.process.DataQualityIndicator
 
DataQualityIndicatorAdapter - Class in de.iai.ilcd.model.adapter
Adapter for IDataQualityIndicator
DataQualityIndicatorAdapter(IDataQualityIndicator) - Constructor for class de.iai.ilcd.model.adapter.DataQualityIndicatorAdapter
Create the adapter
DataSet - Class in de.iai.ilcd.model.common
 
DataSet() - Constructor for class de.iai.ilcd.model.common.DataSet
 
DataSetDao<T extends DataSet,L extends de.fzk.iai.ilcd.service.model.IDataSetListVO> - Class in de.iai.ilcd.model.dao
Common implementation for data set DAO objects
DataSetDao(String, Class<T>, Class<L>) - Constructor for class de.iai.ilcd.model.dao.DataSetDao
Create a data set DAO
dataSetFileName - Variable in class de.iai.ilcd.xml.read.DataSetReader
 
DataSetImporter - Class in de.iai.ilcd.xml.read
 
DataSetImporter() - Constructor for class de.iai.ilcd.xml.read.DataSetImporter
 
DataSetLazyDataModel<T extends DataSet> - Class in de.iai.ilcd.webgui.controller.ui
Lazy data model for JSF for all data set types
DataSetListAdapter - Class in de.iai.ilcd.model.adapter
 
DataSetListAdapter(List<? extends IDataSetListVO>) - Constructor for class de.iai.ilcd.model.adapter.DataSetListAdapter
 
DataSetParsingHelper - Class in de.iai.ilcd.xml.read
 
DataSetParsingHelper(JXPathContext) - Constructor for class de.iai.ilcd.xml.read.DataSetParsingHelper
 
DataSetReader - Class in de.iai.ilcd.xml.read
 
DataSetReader() - Constructor for class de.iai.ilcd.xml.read.DataSetReader
 
DataSetState - Enum in de.iai.ilcd.model.common
 
DataSetType - Enum in de.iai.ilcd.model.common
 
DataSetVersion - Class in de.iai.ilcd.model.common
 
DataSetVersion() - Constructor for class de.iai.ilcd.model.common.DataSetVersion
 
DataSetVersion(int, int, int) - Constructor for class de.iai.ilcd.model.common.DataSetVersion
 
DataSetVersion(int, int) - Constructor for class de.iai.ilcd.model.common.DataSetVersion
 
DataSetVersion(int) - Constructor for class de.iai.ilcd.model.common.DataSetVersion
 
DataSetZipImporter - Class in de.iai.ilcd.xml.read
 
DataSetZipImporter() - Constructor for class de.iai.ilcd.xml.read.DataSetZipImporter
 
dataSource - Variable in class de.iai.ilcd.model.process.Exchange
 
DataStock - Class in de.iai.ilcd.model.datastock
 
DataStock() - Constructor for class de.iai.ilcd.model.datastock.DataStock
 
DataStockDao - Class in de.iai.ilcd.model.dao
 
DataStockDao() - Constructor for class de.iai.ilcd.model.dao.DataStockDao
 
de.iai.ilcd.configuration - package de.iai.ilcd.configuration
 
de.iai.ilcd.gui.utils - package de.iai.ilcd.gui.utils
 
de.iai.ilcd.model.adapter - package de.iai.ilcd.model.adapter
 
de.iai.ilcd.model.adapter.dataset - package de.iai.ilcd.model.adapter.dataset
 
de.iai.ilcd.model.common - package de.iai.ilcd.model.common
 
de.iai.ilcd.model.common.exception - package de.iai.ilcd.model.common.exception
 
de.iai.ilcd.model.contact - package de.iai.ilcd.model.contact
 
de.iai.ilcd.model.dao - package de.iai.ilcd.model.dao
 
de.iai.ilcd.model.datastock - package de.iai.ilcd.model.datastock
 
de.iai.ilcd.model.flow - package de.iai.ilcd.model.flow
 
de.iai.ilcd.model.flowproperty - package de.iai.ilcd.model.flowproperty
 
de.iai.ilcd.model.lciamethod - package de.iai.ilcd.model.lciamethod
 
de.iai.ilcd.model.nodes - package de.iai.ilcd.model.nodes
 
de.iai.ilcd.model.process - package de.iai.ilcd.model.process
 
de.iai.ilcd.model.security - package de.iai.ilcd.model.security
 
de.iai.ilcd.model.source - package de.iai.ilcd.model.source
 
de.iai.ilcd.model.unitgroup - package de.iai.ilcd.model.unitgroup
 
de.iai.ilcd.persistence - package de.iai.ilcd.persistence
 
de.iai.ilcd.security - package de.iai.ilcd.security
 
de.iai.ilcd.services - package de.iai.ilcd.services
 
de.iai.ilcd.webgui - package de.iai.ilcd.webgui
 
de.iai.ilcd.webgui.controller - package de.iai.ilcd.webgui.controller
 
de.iai.ilcd.webgui.controller.admin - package de.iai.ilcd.webgui.controller.admin
 
de.iai.ilcd.webgui.controller.ui - package de.iai.ilcd.webgui.controller.ui
 
de.iai.ilcd.xml.read - package de.iai.ilcd.xml.read
 
decompressContent() - Method in class de.iai.ilcd.model.common.XmlFile
Decompress content of XML file after loading.
deleteAllProcesses() - Method in class de.iai.ilcd.model.datastock.DataStock
 
DeleteDataSetException - Exception in de.iai.ilcd.model.dao
 
DeleteDataSetException() - Constructor for exception de.iai.ilcd.model.dao.DeleteDataSetException
Creates a new instance of DeleteDataSetException without detail message.
DeleteDataSetException(String) - Constructor for exception de.iai.ilcd.model.dao.DeleteDataSetException
Constructs an instance of DeleteDataSetException with the specified detail message.
deleteProcess(Process) - Method in class de.iai.ilcd.model.datastock.DataStock
 
deleteRole(SecurityRole) - Method in class de.iai.ilcd.model.security.User
 
deleteRole(SecurityRole) - Method in class de.iai.ilcd.model.security.UserGroup
 
deleteSelected() - Method in class de.iai.ilcd.webgui.controller.admin.ContactListHandler
 
deleteSelected() - Method in class de.iai.ilcd.webgui.controller.admin.ElementaryFlowListHandler
 
deleteSelected() - Method in class de.iai.ilcd.webgui.controller.admin.FlowPropertyListHandler
 
deleteSelected() - Method in class de.iai.ilcd.webgui.controller.admin.GroupListHandler
 
deleteSelected() - Method in class de.iai.ilcd.webgui.controller.admin.LCIAMethodListHandler
Delete the selected LCIA methods
deleteSelected() - Method in class de.iai.ilcd.webgui.controller.admin.NodeListHandler
 
deleteSelected() - Method in class de.iai.ilcd.webgui.controller.admin.ProcessListHandler
 
deleteSelected() - Method in class de.iai.ilcd.webgui.controller.admin.ProductFlowListHandler
 
deleteSelected() - Method in class de.iai.ilcd.webgui.controller.admin.SourceListHandler
 
deleteSelected() - Method in class de.iai.ilcd.webgui.controller.admin.StockListHandler
 
deleteSelected() - Method in class de.iai.ilcd.webgui.controller.admin.UnitGroupListHandler
 
deleteSelected() - Method in class de.iai.ilcd.webgui.controller.admin.UserListHandler
 
deleteUser(User) - Method in class de.iai.ilcd.model.security.UserGroup
 
derivationType - Variable in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
derivationType - Variable in class de.iai.ilcd.model.process.Exchange
 
description - Variable in class de.iai.ilcd.model.common.DataSet
 
description - Variable in class de.iai.ilcd.model.datastock.DataStock
 
description - Variable in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
description - Variable in class de.iai.ilcd.model.process.Geography
 
description - Variable in class de.iai.ilcd.model.process.TimeInformation
 
description - Variable in class de.iai.ilcd.model.unitgroup.Unit
 
destroy() - Method in class de.iai.ilcd.persistence.JPASessionRequestFilter
 
DigitalFile - Class in de.iai.ilcd.model.common
 
DigitalFile() - Constructor for class de.iai.ilcd.model.common.DigitalFile
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class de.iai.ilcd.persistence.JPASessionRequestFilter
 
doFilter() - Method in class de.iai.ilcd.webgui.controller.ui.AbstractDataSetsHandler
Do the filtering TODO remove workaround for primefaces datatable issue
doGet(HttpServletRequest, HttpServletResponse) - Method in class de.iai.ilcd.webgui.Welcome
Handles the HTTP GET method.
doGetAuthenticationInfo(AuthenticationToken) - Method in class de.iai.ilcd.security.IlcdSecurityRealm
doGetAuthorizationInfo(PrincipalCollection) - Method in class de.iai.ilcd.security.IlcdSecurityRealm
doImport() - Method in class de.iai.ilcd.webgui.controller.admin.ImportHandler
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class de.iai.ilcd.webgui.Welcome
Handles the HTTP POST method.
DownloadAllHandler - Class in de.iai.ilcd.webgui.controller.ui
 
DownloadAllHandler() - Constructor for class de.iai.ilcd.webgui.controller.ui.DownloadAllHandler
 

E

ElementaryFlowListHandler - Class in de.iai.ilcd.webgui.controller.admin
 
ElementaryFlowListHandler() - Constructor for class de.iai.ilcd.webgui.controller.admin.ElementaryFlowListHandler
 
email - Variable in class de.iai.ilcd.model.contact.Contact
 
encode(String) - Method in class de.iai.ilcd.gui.utils.UrlUtils
 
equals(Object) - Method in class de.iai.ilcd.model.common.Category
 
equals(Object) - Method in class de.iai.ilcd.model.common.CategorySystem
 
equals(Object) - Method in class de.iai.ilcd.model.common.Classification
 
equals(Object) - Method in class de.iai.ilcd.model.common.ClClass
 
equals(Object) - Method in class de.iai.ilcd.model.common.DataSet
 
equals(Object) - Method in class de.iai.ilcd.model.common.DataSetVersion
 
equals(Object) - Method in class de.iai.ilcd.model.common.DigitalFile
 
equals(Object) - Method in class de.iai.ilcd.model.common.GeographicalArea
 
equals(Object) - Method in class de.iai.ilcd.model.common.GlobalReference
 
equals(Object) - Method in class de.iai.ilcd.model.common.Language
 
equals(Object) - Method in class de.iai.ilcd.model.common.LString
 
equals(Object) - Method in class de.iai.ilcd.model.common.LText
 
equals(Object) - Method in class de.iai.ilcd.model.common.MultiLanguageString
 
equals(Object) - Method in class de.iai.ilcd.model.common.MultiLanguageText
 
equals(Object) - Method in class de.iai.ilcd.model.common.Uuid
 
equals(Object) - Method in class de.iai.ilcd.model.common.XmlFile
 
equals(Object) - Method in class de.iai.ilcd.model.datastock.DataStock
 
equals(Object) - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
equals(Object) - Method in class de.iai.ilcd.model.nodes.NetworkNode
 
equals(Object) - Method in class de.iai.ilcd.model.process.ComplianceSystem
 
equals(Object) - Method in class de.iai.ilcd.model.process.DataQualityIndicator
 
equals(Object) - Method in class de.iai.ilcd.model.process.Exchange
 
equals(Object) - Method in class de.iai.ilcd.model.process.LciaResult
 
equals(Object) - Method in class de.iai.ilcd.model.process.Review
 
equals(Object) - Method in class de.iai.ilcd.model.process.ScopeOfReview
 
equals(Object) - Method in class de.iai.ilcd.model.security.IndustrialSector
 
equals(Object) - Method in class de.iai.ilcd.model.security.User
 
equals(Object) - Method in class de.iai.ilcd.model.security.UserGroup
 
equals(Object) - Method in class de.iai.ilcd.model.unitgroup.Unit
 
errorPage(UriInfo, String, String) - Static method in class de.iai.ilcd.services.VelocityUtil
 
Exchange - Class in de.iai.ilcd.model.process
 
Exchange() - Constructor for class de.iai.ilcd.model.process.Exchange
 
exchangeDirection - Variable in class de.iai.ilcd.model.process.Exchange
 
ExchangeDirection - Enum in de.iai.ilcd.model.process
 
exchanges - Variable in class de.iai.ilcd.model.process.Process
 
exchangesIncluded - Variable in class de.iai.ilcd.model.process.Process
 
export() - Method in class de.iai.ilcd.webgui.controller.ui.DataExportHandler
 

F

FALLBACK_SITENAME - Static variable in class de.iai.ilcd.webgui.controller.admin.RegistrationEmailGenerator
 
fax - Variable in class de.iai.ilcd.model.contact.Contact
 
FeatureBean - Class in de.iai.ilcd.webgui.controller
 
FeatureBean() - Constructor for class de.iai.ilcd.webgui.controller.FeatureBean
Initialize feature bean
FileHelper - Class in de.iai.ilcd.xml.read
 
FileHelper() - Constructor for class de.iai.ilcd.xml.read.FileHelper
 
FileResource - Class in de.iai.ilcd.services
REST Web Service
FileResource() - Constructor for class de.iai.ilcd.services.FileResource
Creates a new instance of FileResource
fixDataTable(String) - Static method in class de.iai.ilcd.webgui.controller.ui.ListUtils
Temporäre (?!)
fixUrl(String) - Method in class de.iai.ilcd.gui.utils.UrlUtils
 
Flow - Class in de.iai.ilcd.model.flow
 
Flow() - Constructor for class de.iai.ilcd.model.flow.Flow
 
flow - Variable in class de.iai.ilcd.model.process.Exchange
 
FlowCategorizationAdapter - Class in de.iai.ilcd.model.adapter
 
FlowCategorizationAdapter(IClassification) - Constructor for class de.iai.ilcd.model.adapter.FlowCategorizationAdapter
 
FlowDao - Class in de.iai.ilcd.model.dao
Data access object for flows
FlowDao() - Constructor for class de.iai.ilcd.model.dao.FlowDao
 
FlowHandler - Class in de.iai.ilcd.webgui.controller.ui
Backing bean for flow detail view
FlowHandler() - Constructor for class de.iai.ilcd.webgui.controller.ui.FlowHandler
Initialize handler
flowProperties - Variable in class de.iai.ilcd.model.datastock.DataStock
 
FlowpropertiesHandler - Class in de.iai.ilcd.webgui.controller.ui
Backing bean for flow property list view
FlowpropertiesHandler() - Constructor for class de.iai.ilcd.webgui.controller.ui.FlowpropertiesHandler
Initialize handler
flowProperty - Variable in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
FlowProperty - Class in de.iai.ilcd.model.flowproperty
 
FlowProperty() - Constructor for class de.iai.ilcd.model.flowproperty.FlowProperty
 
FlowPropertyDao - Class in de.iai.ilcd.model.dao
Data access object for flow properties
FlowPropertyDao() - Constructor for class de.iai.ilcd.model.dao.FlowPropertyDao
 
FlowPropertyDescription - Class in de.iai.ilcd.model.flow
 
FlowPropertyDescription() - Constructor for class de.iai.ilcd.model.flow.FlowPropertyDescription
 
FlowpropertyHandler - Class in de.iai.ilcd.webgui.controller.ui
Backing bean for flow property detail view
FlowpropertyHandler() - Constructor for class de.iai.ilcd.webgui.controller.ui.FlowpropertyHandler
Initialize handler
FlowPropertyListHandler - Class in de.iai.ilcd.webgui.controller.admin
 
FlowPropertyListHandler() - Constructor for class de.iai.ilcd.webgui.controller.admin.FlowPropertyListHandler
 
FlowPropertyReader - Class in de.iai.ilcd.xml.read
 
FlowPropertyReader() - Constructor for class de.iai.ilcd.xml.read.FlowPropertyReader
 
flowPropertyRef - Variable in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
FlowPropertyResource - Class in de.iai.ilcd.services
REST Web Service for FlowProperty
FlowPropertyResource() - Constructor for class de.iai.ilcd.services.FlowPropertyResource
 
FlowPropertyVOAdapter - Class in de.iai.ilcd.model.adapter.dataset
Adapter for Flow Properties
FlowPropertyVOAdapter(IFlowPropertyListVO) - Constructor for class de.iai.ilcd.model.adapter.dataset.FlowPropertyVOAdapter
Create adapter for flow list value object
FlowPropertyVOAdapter(IFlowPropertyVO) - Constructor for class de.iai.ilcd.model.adapter.dataset.FlowPropertyVOAdapter
Create adapter for the flow value object
FlowReader - Class in de.iai.ilcd.xml.read
 
FlowReader() - Constructor for class de.iai.ilcd.xml.read.FlowReader
 
flowReference - Variable in class de.iai.ilcd.model.process.Exchange
 
FlowResource - Class in de.iai.ilcd.services
REST Web Service for Flow
FlowResource() - Constructor for class de.iai.ilcd.services.FlowResource
 
flows - Variable in class de.iai.ilcd.model.datastock.DataStock
 
FlowsHandler - Class in de.iai.ilcd.webgui.controller.ui
Backing bean for Flow list view
FlowsHandler() - Constructor for class de.iai.ilcd.webgui.controller.ui.FlowsHandler
Initialize handler
FlowVOAdapter - Class in de.iai.ilcd.model.adapter.dataset
Adapter for Flows
FlowVOAdapter(IFlowListVO) - Constructor for class de.iai.ilcd.model.adapter.dataset.FlowVOAdapter
Create adapter for flow list value object
FlowVOAdapter(IFlowVO) - Constructor for class de.iai.ilcd.model.adapter.dataset.FlowVOAdapter
Create adapter for the flow value object
ForeignDataSetsHelper - Class in de.iai.ilcd.model.dao
 
ForeignDataSetsHelper() - Constructor for class de.iai.ilcd.model.dao.ForeignDataSetsHelper
 
foreignSearch(Class<T>, ValueParser) - Method in class de.iai.ilcd.model.dao.ForeignDataSetsHelper
 
format - Variable in class de.iai.ilcd.model.process.Process
 
FORMAT_HTML - Static variable in class de.iai.ilcd.services.AbstractDataSetResource
URL parameter value for HTML format type
FORMAT_XML - Static variable in class de.iai.ilcd.services.AbstractDataSetResource
URL parameter value for XML format type
FormatException - Exception in de.iai.ilcd.model.common.exception
 
FormatException() - Constructor for exception de.iai.ilcd.model.common.exception.FormatException
Creates a new instance of FormatException without detail message.
FormatException(String) - Constructor for exception de.iai.ilcd.model.common.exception.FormatException
Constructs an instance of FormatException with the specified detail message.
fromClass(Class<? extends DataSet>) - Static method in enum de.iai.ilcd.model.common.DataSetType
 
fromValue(String) - Static method in enum de.iai.ilcd.model.common.DataSetState
 
fromValue(String) - Static method in enum de.iai.ilcd.model.common.DataSetType
 
fromValue(String) - Static method in enum de.iai.ilcd.model.process.ExchangeDirection
 
fromValue(String) - Static method in enum de.iai.ilcd.model.security.Gender
 
fromValue(String) - Static method in enum de.iai.ilcd.model.security.SecurityRole
 
functionType - Variable in class de.iai.ilcd.model.process.Exchange
 

G

genActivationEmailForUser(User, String) - Method in class de.iai.ilcd.webgui.controller.admin.RegistrationEmailGenerator
Generate an activation information mail for the user.
genActivationMailForProvider(User) - Method in class de.iai.ilcd.webgui.controller.admin.RegistrationEmailGenerator
Generate an activation information mail for the provider of the web site.
Gender - Enum in de.iai.ilcd.model.security
 
genUserNotice(User, String) - Method in class de.iai.ilcd.webgui.controller.admin.RegistrationEmailGenerator
Generate user information mail for created account
GeographicalArea - Class in de.iai.ilcd.model.common
 
GeographicalArea() - Constructor for class de.iai.ilcd.model.common.GeographicalArea
 
GeographicalAreaDao - Class in de.iai.ilcd.model.dao
 
GeographicalAreaDao() - Constructor for class de.iai.ilcd.model.dao.GeographicalAreaDao
 
Geography - Class in de.iai.ilcd.model.process
 
Geography() - Constructor for class de.iai.ilcd.model.process.Geography
 
geography - Variable in class de.iai.ilcd.model.process.Process
 
getAbsoluteFileName() - Method in class de.iai.ilcd.model.common.DigitalFile
 
getAccessAccount() - Method in class de.iai.ilcd.model.nodes.NetworkNode
 
getAccessedClass() - Method in class de.iai.ilcd.model.dao.DataSetDao
Get the class accessed by this DAO
getAccessInformation() - Method in class de.iai.ilcd.model.process.Process
 
getAccessPassword() - Method in class de.iai.ilcd.model.nodes.NetworkNode
 
getActivationKey() - Method in class de.iai.ilcd.webgui.controller.admin.ActivationHandler
Get the current activation key
getAddress() - Method in class de.iai.ilcd.model.security.User
 
getAdminEmailAddress() - Method in class de.iai.ilcd.model.nodes.NetworkNode
 
getAdminName() - Method in class de.iai.ilcd.model.nodes.NetworkNode
 
getAdminPhone() - Method in class de.iai.ilcd.model.nodes.NetworkNode
 
getAdminWwwAddress() - Method in class de.iai.ilcd.model.nodes.NetworkNode
 
getAll() - Method in class de.iai.ilcd.model.dao.DataSetDao
Get all data sets in the persistence unit of the represented type T
getAll2ndLevelClasses() - Method in class de.iai.ilcd.webgui.controller.ui.ProcessesHandler
Get all 2nd level classification classes
getAllCount() - Method in class de.iai.ilcd.model.dao.DataSetDao
Get the count of elements in the database for type T
getAllLocations() - Method in class de.iai.ilcd.model.dao.ProcessDao
 
getAllLocations() - Method in class de.iai.ilcd.webgui.controller.ui.ProcessesSearchHandler
Get the select items for the locations multiple selection list
getAllocation() - Method in class de.iai.ilcd.model.process.Exchange
 
getApplicationTitle() - Method in class de.iai.ilcd.webgui.controller.ConfigurationBean
Get the title of the application
getApproaches() - Method in class de.iai.ilcd.model.process.LCIMethodInformation
 
getApproaches() - Method in class de.iai.ilcd.webgui.controller.ui.ProcessHandler
We need this as workaround because the Service API delivers a set but we need a List in the template
getApproachesAsList() - Method in class de.iai.ilcd.model.process.LCIMethodInformation
Convenience method for returning LCI method approaches as List in order to user p:dataList (primefaces)
getApprovedBy() - Method in class de.iai.ilcd.model.process.Process
 
getArea(Long) - Method in class de.iai.ilcd.model.dao.GeographicalAreaDao
 
getArea(String) - Method in class de.iai.ilcd.model.dao.GeographicalAreaDao
 
getAreaCode() - Method in class de.iai.ilcd.model.common.GeographicalArea
 
getAreaOfProtection() - Method in class de.iai.ilcd.model.lciamethod.LCIAMethod
Get the areas of protection
getAreas() - Method in class de.iai.ilcd.model.dao.GeographicalAreaDao
 
getBaseName() - Method in class de.iai.ilcd.model.process.Process
 
getBasePart() - Method in class de.iai.ilcd.model.process.ProcessName
 
getBasePath() - Static method in class de.iai.ilcd.configuration.ConfigurationService
 
getBaseUri() - Method in class de.iai.ilcd.services.ServiceContext
 
getBaseUri() - Method in class de.iai.ilcd.webgui.controller.ConfigurationBean
Get the base URI
getBaseUrl() - Method in class de.iai.ilcd.model.nodes.NetworkNode
 
getBelongsTo() - Method in class de.iai.ilcd.model.source.Source
 
getBranch() - Method in class de.iai.ilcd.model.common.DataSet
 
getByClass(String) - Method in class de.iai.ilcd.model.dao.DataSetDao
Get data sets of type T by main class
getByClass(String, String) - Method in class de.iai.ilcd.model.dao.DataSetDao
Get data sets of type T by main and sub class
getByDataSetId(long) - Method in class de.iai.ilcd.model.dao.DataSetDao
Get the data set of type T by JPA id
getByDataSetId(String) - Method in class de.iai.ilcd.model.dao.DataSetDao
Get the data set of type T by JPA id
getByUuid(String) - Method in class de.iai.ilcd.model.dao.DataSetDao
Get a the data set of type T by UUID string
getByUuid(String) - Method in class de.iai.ilcd.model.dao.FlowDao
Get a flow by UUID.
getByUuid(String) - Method in class de.iai.ilcd.model.dao.FlowPropertyDao
Get flow property by UUID.
getByUuidAndVersion(String, DataSetVersion) - Method in class de.iai.ilcd.model.dao.DataSetDao
Get LCIAMethod by UUID string and version
getCasNumber() - Method in class de.iai.ilcd.model.flow.Flow
 
getCategories() - Method in class de.iai.ilcd.model.common.CategorySystem
 
getCategorization() - Method in class de.iai.ilcd.model.flow.Flow
 
getCategory() - Method in class de.iai.ilcd.model.common.ClClass
 
getCategorySystem() - Method in class de.iai.ilcd.model.common.Classification
 
getCatId() - Method in class de.iai.ilcd.model.common.Category
 
getCatLevel() - Method in class de.iai.ilcd.model.common.Category
 
getCatName() - Method in class de.iai.ilcd.model.common.Category
 
getCentralContactPoint() - Method in class de.iai.ilcd.model.contact.Contact
 
getCharactarisationFactors() - Method in class de.iai.ilcd.model.lciamethod.LCIAMethod
Get the characterisation factors
getChosenCountry() - Method in class de.iai.ilcd.webgui.controller.admin.UserHandler
 
getChosenSector() - Method in class de.iai.ilcd.webgui.controller.admin.UserHandler
 
getCitation() - Method in class de.iai.ilcd.model.source.Source
 
getCity() - Method in class de.iai.ilcd.model.security.Address
 
getClasses() - Method in class de.iai.ilcd.model.common.Classification
 
getClassHierarchyAsString() - Method in class de.iai.ilcd.model.common.Classification
 
getClassification() - Method in class de.iai.ilcd.model.common.DataSet
 
getClassification() - Method in class de.iai.ilcd.model.process.Exchange
 
getClassificationAsString() - Method in class de.iai.ilcd.model.process.Exchange
 
getClassifications(DataSetType) - Method in class de.iai.ilcd.xml.read.CommonConstructsReader
 
getClId() - Method in class de.iai.ilcd.model.common.ClClass
 
getComment() - Method in class de.iai.ilcd.model.process.Exchange
 
getComment() - Method in class de.iai.ilcd.model.process.LciaResult
 
getCompleteness() - Method in class de.iai.ilcd.model.process.Process
 
getCompletenessProductModel() - Method in class de.iai.ilcd.model.process.Process
 
getComplianceCode(Collection<IComplianceSystem>) - Method in class de.iai.ilcd.webgui.controller.ui.ComplianceUtilHandler
Get the highest priority compliance system code for the provided collection
getComplianceCodeAsString(Collection<IComplianceSystem>) - Method in class de.iai.ilcd.webgui.controller.ui.ComplianceUtilHandler
Get the highest priority compliance system code for the provided collection
getComplianceSetAsList(IDeclaresCompliance) - Method in class de.iai.ilcd.webgui.controller.ui.ComplianceUtilHandler
JSF components usually expect lists and not a set.
getComplianceSystems() - Method in class de.iai.ilcd.model.process.Process
 
getComplianceSystems() - Method in class de.iai.ilcd.webgui.controller.ui.ProcessHandler
We need this too as workaround to geth the ComplianceSystems as List
getComplianceSystemsAsList() - Method in class de.iai.ilcd.model.process.Process
Convenience method for returning compliance systems as List in order to user p:dataList (primefaces)
getContact(String) - Method in class de.iai.ilcd.model.dao.ContactDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByUuid(String).
getContact(long) - Method in class de.iai.ilcd.model.dao.ContactDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(long).
getContact() - Method in class de.iai.ilcd.webgui.controller.ui.ContactHandler
Convenience method, delegates to AbstractDataSetHandler.getDataSet()
getContactAddress() - Method in class de.iai.ilcd.model.contact.Contact
 
getContactById(String) - Method in class de.iai.ilcd.model.dao.ContactDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(String).
getContactById(Long) - Method in class de.iai.ilcd.model.dao.ContactDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(long).
getContactDao() - Method in class de.iai.ilcd.model.dao.DaoService
 
getContacts() - Method in class de.iai.ilcd.model.dao.ContactDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getAll().
getContacts() - Method in class de.iai.ilcd.model.datastock.DataStock
 
getContacts() - Method in class de.iai.ilcd.model.source.Source
 
getContactsAsList() - Method in class de.iai.ilcd.model.source.Source
Convenience method for returning global references as List in order to user p:dataList (primefaces)
getContactsByClass(String) - Method in class de.iai.ilcd.model.dao.ContactDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String).
getContactsByClass(String, String) - Method in class de.iai.ilcd.model.dao.ContactDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String,String).
getContainingDataStocks() - Method in class de.iai.ilcd.model.process.Process
 
getContent() - Method in class de.iai.ilcd.model.common.XmlFile
 
getContext() - Static method in class de.iai.ilcd.services.VelocityUtil
 
getContextPath() - Method in class de.iai.ilcd.webgui.controller.ConfigurationBean
Get the context path
getCountries() - Method in class de.iai.ilcd.model.dao.GeographicalAreaDao
 
getCountries() - Method in class de.iai.ilcd.webgui.controller.admin.UserHandler
 
getCountry() - Method in class de.iai.ilcd.model.security.Address
 
getCredentials() - Method in class de.iai.ilcd.security.IlcdAuthenticationInfo
getDaoInstance() - Method in class de.iai.ilcd.webgui.controller.ui.AbstractDataSetHandler
Get the DAO instance of this handler
getDaoInstance() - Method in class de.iai.ilcd.webgui.controller.ui.AbstractDataSetsHandler
Get the DAO instance
getDataDerivationTypeStatus() - Method in class de.iai.ilcd.model.lciamethod.LCIAMethodCharacterisationFactor
Get the data derivation type status
getDataQualityIndicators() - Method in class de.iai.ilcd.model.process.Review
 
getDataSet() - Method in class de.iai.ilcd.model.adapter.dataset.AbstractDatasetAdapter
 
getDataSet(String) - Method in class de.iai.ilcd.services.AbstractDataSetResource
Get a data set by UUID string
getDataSet() - Method in class de.iai.ilcd.webgui.controller.ui.AbstractDataSetHandler
Get the data set
getDataSetFileName() - Method in class de.iai.ilcd.xml.read.DataSetReader
 
getDataSetIdString() - Method in class de.iai.ilcd.webgui.controller.ui.AbstractDataSetHandler
Get the data set id as string
getDataSets(int, int) - Method in class de.iai.ilcd.model.dao.DataSetDao
Get pageSize data sets starting on startIndex
getDataSets(boolean, int, int) - Method in class de.iai.ilcd.services.AbstractDataSetResource
Retrieves representation of an instance of de.iai.ilcd.services.ContactResource
getDataSetType() - Method in class de.iai.ilcd.model.common.Category
 
getDataSetType() - Method in class de.iai.ilcd.model.common.ClClass
 
getDataSetTypeName() - Method in class de.iai.ilcd.services.AbstractDataSetResource
Get the name of the data set type for the creation of error/info messages
getDataSetTypeName() - Method in class de.iai.ilcd.services.ContactResource
Get the name of the data set type for the creation of error/info messages
getDataSetTypeName() - Method in class de.iai.ilcd.services.FlowPropertyResource
Get the name of the data set type for the creation of error/info messages
getDataSetTypeName() - Method in class de.iai.ilcd.services.FlowResource
Get the name of the data set type for the creation of error/info messages
getDataSetTypeName() - Method in class de.iai.ilcd.services.LCIAMethodResource
Get the name of the data set type for the creation of error/info messages
getDataSetTypeName() - Method in class de.iai.ilcd.services.ProcessResource
Get the name of the data set type for the creation of error/info messages
getDataSetTypeName() - Method in class de.iai.ilcd.services.SourceResource
Get the name of the data set type for the creation of error/info messages
getDataSetTypeName() - Method in class de.iai.ilcd.services.UnitGroupResource
Get the name of the data set type for the creation of error/info messages
getDataSetVersion() - Method in class de.iai.ilcd.model.common.DataSet
 
getDataSetVersion() - Method in class de.iai.ilcd.model.common.GlobalRefUriAnalyzer
Get the detected data set version
getDataSource() - Method in class de.iai.ilcd.model.process.Exchange
 
getDataStock(long) - Method in class de.iai.ilcd.model.dao.DataStockDao
 
getDataStock(MultiLanguageString) - Method in class de.iai.ilcd.model.dao.DataStockDao
 
getDataStocks() - Method in class de.iai.ilcd.model.dao.DataStockDao
 
getDefaultName() - Method in class de.iai.ilcd.model.common.DataSet
 
getDefaultUnit() - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
getDefaultUnit() - Method in class de.iai.ilcd.model.flowproperty.FlowProperty
 
getDefaultUnit() - Method in class de.iai.ilcd.model.flowproperty.UnitGroupDetails
 
getDefaultUnit() - Method in class de.iai.ilcd.model.unitgroup.UnitGroup
 
getDefaultValue() - Method in class de.iai.ilcd.model.common.MultiLanguageString
 
getDefaultValue() - Method in class de.iai.ilcd.model.common.MultiLanguageText
 
getDerivationType() - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
getDerivationType() - Method in class de.iai.ilcd.model.process.Exchange
 
getDescription() - Method in class de.iai.ilcd.model.common.DataSet
 
getDescription() - Method in class de.iai.ilcd.model.datastock.DataStock
 
getDescription() - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
getDescription() - Method in class de.iai.ilcd.model.nodes.NetworkNode
 
getDescription() - Method in class de.iai.ilcd.model.process.Geography
 
getDescription() - Method in class de.iai.ilcd.model.process.TimeInformation
 
getDescription() - Method in class de.iai.ilcd.model.unitgroup.Unit
 
getDescriptionFilter() - Method in class de.iai.ilcd.webgui.controller.ui.ProcessesSearchHandler
Get the description filter value
getDigitalFileBasePath() - Method in class de.iai.ilcd.configuration.ConfigurationService
 
getDistributedFilter() - Method in class de.iai.ilcd.webgui.controller.ui.ProcessesSearchHandler
Get the parameterized filter value
getDocumentationCompliance() - Method in class de.iai.ilcd.model.process.ComplianceSystem
 
getDualUserList() - Method in class de.iai.ilcd.webgui.controller.admin.GroupHandler
 
getDuration() - Method in class de.iai.ilcd.model.lciamethod.TimeInformation
Get the duration information
getElement(String) - Method in class de.iai.ilcd.xml.read.DataSetParsingHelper
 
getElements(String) - Method in class de.iai.ilcd.xml.read.DataSetParsingHelper
 
getEmail() - Method in class de.iai.ilcd.model.contact.Contact
 
getEmail() - Method in class de.iai.ilcd.model.security.User
 
getEncryptedPassword(String, String) - Static method in class de.iai.ilcd.security.IlcdSecurityRealm
Get the encrypted password for plain text and hash salt
getEntityManager() - Static method in class de.iai.ilcd.persistence.PersistenceUtil
 
getEntityManagerFactory() - Static method in class de.iai.ilcd.persistence.PersistenceUtil
 
getExchangeDirection() - Method in class de.iai.ilcd.model.lciamethod.LCIAMethodCharacterisationFactor
Get the exchange direction
getExchangeDirection() - Method in class de.iai.ilcd.model.process.Exchange
 
getExchanges() - Method in class de.iai.ilcd.model.process.Process
 
getExchanges(String) - Method in class de.iai.ilcd.model.process.Process
 
getExportResourcePath() - Method in class de.iai.ilcd.webgui.controller.ui.DataExportHandler
 
getExternalFile(String, String) - Method in class de.iai.ilcd.services.FileResource
 
getExternalFile(String, String) - Method in class de.iai.ilcd.services.SourceResource
Get an external file from the source
getFax() - Method in class de.iai.ilcd.model.contact.Contact
 
getFile() - Method in class de.iai.ilcd.webgui.controller.ui.DownloadAllHandler
 
getFileName() - Method in class de.iai.ilcd.model.common.DigitalFile
 
getFileName() - Method in class de.iai.ilcd.webgui.controller.admin.UploadedFileInformation
 
getFileReferences() - Method in class de.iai.ilcd.model.source.Source
 
getFiles() - Method in class de.iai.ilcd.model.source.Source
 
getFilesAsList() - Method in class de.iai.ilcd.model.source.Source
Convenience method for returning files as List in order to user p:dataList (primefaces)
getFilesDirectory() - Method in class de.iai.ilcd.model.source.Source
 
getFileSize() - Method in class de.iai.ilcd.webgui.controller.admin.UploadedFileInformation
 
getFileType() - Method in class de.iai.ilcd.webgui.controller.admin.UploadedFileInformation
 
getFilter(String) - Method in class de.iai.ilcd.webgui.controller.ui.AbstractDataSetsHandler
Get the value of a filter
getFilterBoolean(String) - Method in class de.iai.ilcd.webgui.controller.ui.AbstractDataSetsHandler
Get the string array value of a filter
getFilterStringArr(String) - Method in class de.iai.ilcd.webgui.controller.ui.AbstractDataSetsHandler
Get the string array value of a filter
getFirstName() - Method in class de.iai.ilcd.model.security.User
 
getFlow(String) - Method in class de.iai.ilcd.model.dao.FlowDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use FlowDao.getByUuid(String).
getFlow(long) - Method in class de.iai.ilcd.model.dao.FlowDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(long).
getFlow() - Method in class de.iai.ilcd.model.process.Exchange
 
getFlow() - Method in class de.iai.ilcd.webgui.controller.ui.FlowHandler
Convenience method, delegates to AbstractDataSetHandler.getDataSet()
getFlowById(String) - Method in class de.iai.ilcd.model.dao.FlowDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(String).
getFlowById(Long) - Method in class de.iai.ilcd.model.dao.FlowDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(long).
getFlowCategorization() - Method in class de.iai.ilcd.model.flow.Flow
 
getFlowDao() - Method in class de.iai.ilcd.model.dao.DaoService
 
getFlowGlobalReference() - Method in class de.iai.ilcd.model.lciamethod.LCIAMethodCharacterisationFactor
Get the global reference for the flow Please note: If the flow was in the database during import, it can be accessed via LCIAMethodCharacterisationFactor.getReferencedFlowInstance().
getFlowName() - Method in class de.iai.ilcd.model.process.Exchange
 
getFlowProperties() - Method in class de.iai.ilcd.model.dao.FlowPropertyDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getAll().
getFlowProperties() - Method in class de.iai.ilcd.model.datastock.DataStock
 
getFlowPropertiesByClass(String) - Method in class de.iai.ilcd.model.dao.FlowPropertyDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String).
getFlowPropertiesByClass(String, String) - Method in class de.iai.ilcd.model.dao.FlowPropertyDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String,String).
getFlowProperty(String) - Method in class de.iai.ilcd.model.dao.FlowPropertyDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use FlowPropertyDao.getByUuid(String).
getFlowProperty(long) - Method in class de.iai.ilcd.model.dao.FlowPropertyDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(long).
getFlowProperty() - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
getFlowproperty() - Method in class de.iai.ilcd.webgui.controller.ui.FlowpropertyHandler
Convenience method, delegates to AbstractDataSetHandler.getDataSet()
getFlowPropertyById(String) - Method in class de.iai.ilcd.model.dao.FlowPropertyDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(String).
getFlowPropertyById(Long) - Method in class de.iai.ilcd.model.dao.FlowPropertyDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(long).
getFlowPropertyDao() - Method in class de.iai.ilcd.model.dao.DaoService
 
getFlowPropertyName() - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
getFlowPropertyName() - Method in class de.iai.ilcd.model.process.Exchange
 
getFlowPropertyRef() - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
getFlowPropertyUnit() - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
getFlowReference() - Method in class de.iai.ilcd.model.process.Exchange
 
getFlows(int) - Method in class de.iai.ilcd.model.dao.FlowDao
Get flows with maximum limit of result items
getFlows() - Method in class de.iai.ilcd.model.datastock.DataStock
 
getFlowsByCategory(String) - Method in class de.iai.ilcd.model.dao.FlowDao
 
getFlowsByCategory(String, String) - Method in class de.iai.ilcd.model.dao.FlowDao
 
getFlowsByClass(String) - Method in class de.iai.ilcd.model.dao.FlowDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String).
getFlowsByClass(String, String) - Method in class de.iai.ilcd.model.dao.FlowDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String,String).
getFlowsBySubCategories(String, String) - Method in class de.iai.ilcd.model.dao.FlowDao
 
getFlowType() - Method in class de.iai.ilcd.model.process.Exchange
 
getForeignDataSet(Class<T>, String, String) - Method in class de.iai.ilcd.model.dao.ForeignDataSetsHelper
 
getForeignProcess(String, String) - Method in class de.iai.ilcd.model.dao.ProcessDao
 
getFormat() - Method in class de.iai.ilcd.model.process.Process
 
getFreshDaoInstance() - Method in class de.iai.ilcd.services.AbstractDataSetResource
Create a fresh data access object to work with
getFreshDaoInstance() - Method in class de.iai.ilcd.services.ContactResource
Create a fresh data access object to work with
getFreshDaoInstance() - Method in class de.iai.ilcd.services.FlowPropertyResource
Create a fresh data access object to work with
getFreshDaoInstance() - Method in class de.iai.ilcd.services.FlowResource
Create a fresh data access object to work with
getFreshDaoInstance() - Method in class de.iai.ilcd.services.LCIAMethodResource
Create a fresh data access object to work with
getFreshDaoInstance() - Method in class de.iai.ilcd.services.ProcessResource
Create a fresh data access object to work with
getFreshDaoInstance() - Method in class de.iai.ilcd.services.SourceResource
Create a fresh data access object to work with
getFreshDaoInstance() - Method in class de.iai.ilcd.services.UnitGroupResource
Create a fresh data access object to work with
getFullName() - Method in class de.iai.ilcd.model.process.ProcessName
 
getFullProcess(String) - Method in class de.iai.ilcd.model.dao.ProcessDao
 
getFunctionType() - Method in class de.iai.ilcd.model.process.Exchange
 
getGender() - Method in class de.iai.ilcd.model.security.User
 
getGeography() - Method in class de.iai.ilcd.model.process.Process
 
getGlobalReference(String, PrintWriter) - Method in class de.iai.ilcd.xml.read.CommonConstructsReader
 
getGlobalReference(Element, String, Namespace, PrintWriter) - Method in class de.iai.ilcd.xml.read.CommonConstructsReader
 
getGlobalReference(Element, PrintWriter) - Method in class de.iai.ilcd.xml.read.CommonConstructsReader
 
getGlobalReferences(String, PrintWriter) - Method in class de.iai.ilcd.xml.read.CommonConstructsReader
 
getGlobalReferences(Element, String, Namespace, PrintWriter) - Method in class de.iai.ilcd.xml.read.CommonConstructsReader
 
getGroup(String) - Method in class de.iai.ilcd.model.dao.UserGroupDao
 
getGroup(long) - Method in class de.iai.ilcd.model.dao.UserGroupDao
 
getGroup() - Method in class de.iai.ilcd.webgui.controller.admin.GroupHandler
 
getGroupItems() - Method in class de.iai.ilcd.webgui.controller.admin.GroupListHandler
 
getGroupName() - Method in class de.iai.ilcd.model.security.UserGroup
 
getGroups() - Method in class de.iai.ilcd.model.dao.UserGroupDao
 
getGroups() - Method in class de.iai.ilcd.model.security.User
 
getHasResults() - Method in class de.iai.ilcd.model.process.Process
 
getHref() - Method in class de.iai.ilcd.model.common.DataSet
 
getHref() - Method in class de.iai.ilcd.model.common.GlobalReference
 
getHref() - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
getHref() - Method in class de.iai.ilcd.model.flowproperty.UnitGroupDetails
 
getHTMLFullViewTemplatePath() - Method in class de.iai.ilcd.services.AbstractDataSetResource
Get the path to the template for the HTML full view page This is typically something like /html/$datasettype$.vm
getHTMLFullViewTemplatePath() - Method in class de.iai.ilcd.services.ContactResource
Get the path to the template for the HTML full view page This is typically something like /html/$datasettype$.vm
getHTMLFullViewTemplatePath() - Method in class de.iai.ilcd.services.FlowPropertyResource
Get the path to the template for the HTML full view page This is typically something like /html/$datasettype$.vm
getHTMLFullViewTemplatePath() - Method in class de.iai.ilcd.services.FlowResource
Get the path to the template for the HTML full view page This is typically something like /html/$datasettype$.vm
getHTMLFullViewTemplatePath() - Method in class de.iai.ilcd.services.LCIAMethodResource
Get the path to the template for the HTML full view page This is typically something like /html/$datasettype$.vm
getHTMLFullViewTemplatePath() - Method in class de.iai.ilcd.services.ProcessResource
Get the path to the template for the HTML full view page This is typically something like /html/$datasettype$.vm
getHTMLFullViewTemplatePath() - Method in class de.iai.ilcd.services.SourceResource
Get the path to the template for the HTML full view page This is typically something like /html/$datasettype$.vm
getHTMLFullViewTemplatePath() - Method in class de.iai.ilcd.services.UnitGroupResource
Get the path to the template for the HTML full view page This is typically something like /html/$datasettype$.vm
getHTMLOverviewTemplatePath() - Method in class de.iai.ilcd.services.AbstractDataSetResource
Get the path to the template for the HTML overview page This is typically something like /html/$datasettype$_overview.vm
getHTMLOverviewTemplatePath() - Method in class de.iai.ilcd.services.ContactResource
Get the path to the template for the HTML overview page This is typically something like /html/$datasettype$_overview.vm
getHTMLOverviewTemplatePath() - Method in class de.iai.ilcd.services.FlowPropertyResource
Get the path to the template for the HTML overview page This is typically something like /html/$datasettype$_overview.vm
getHTMLOverviewTemplatePath() - Method in class de.iai.ilcd.services.FlowResource
Get the path to the template for the HTML overview page This is typically something like /html/$datasettype$_overview.vm
getHTMLOverviewTemplatePath() - Method in class de.iai.ilcd.services.LCIAMethodResource
Get the path to the template for the HTML overview page This is typically something like /html/$datasettype$_overview.vm
getHTMLOverviewTemplatePath() - Method in class de.iai.ilcd.services.ProcessResource
Get the path to the template for the HTML overview page This is typically something like /html/$datasettype$_overview.vm
getHTMLOverviewTemplatePath() - Method in class de.iai.ilcd.services.SourceResource
Get the path to the template for the HTML overview page This is typically something like /html/$datasettype$_overview.vm
getHTMLOverviewTemplatePath() - Method in class de.iai.ilcd.services.UnitGroupResource
Get the path to the template for the HTML overview page This is typically something like /html/$datasettype$_overview.vm
getIClassList() - Method in class de.iai.ilcd.model.common.Classification
 
getId() - Method in class de.iai.ilcd.model.common.Category
 
getId() - Method in class de.iai.ilcd.model.common.CategorySystem
 
getId() - Method in class de.iai.ilcd.model.common.Classification
 
getId() - Method in class de.iai.ilcd.model.common.ClClass
 
getId() - Method in class de.iai.ilcd.model.common.DataSet
 
getId() - Method in class de.iai.ilcd.model.common.DigitalFile
 
getId() - Method in class de.iai.ilcd.model.common.GeographicalArea
 
getId() - Method in class de.iai.ilcd.model.common.GlobalReference
 
getId() - Method in class de.iai.ilcd.model.common.Language
 
getId() - Method in class de.iai.ilcd.model.common.LString
 
getId() - Method in class de.iai.ilcd.model.common.LText
 
getId() - Method in class de.iai.ilcd.model.common.XmlFile
 
getId() - Method in class de.iai.ilcd.model.datastock.DataStock
 
getId() - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
getId() - Method in class de.iai.ilcd.model.lciamethod.LCIAMethodCharacterisationFactor
Get the id value
getId() - Method in class de.iai.ilcd.model.nodes.NetworkNode
 
getId() - Method in class de.iai.ilcd.model.process.ComplianceSystem
 
getId() - Method in class de.iai.ilcd.model.process.DataQualityIndicator
 
getId() - Method in class de.iai.ilcd.model.process.Exchange
 
getId() - Method in class de.iai.ilcd.model.process.InternalQuantitativeReference
 
getId() - Method in class de.iai.ilcd.model.process.LciaResult
 
getId() - Method in class de.iai.ilcd.model.process.LCIMethodInformation
 
getId() - Method in class de.iai.ilcd.model.process.Review
 
getId() - Method in class de.iai.ilcd.model.process.ScopeOfReview
 
getId() - Method in class de.iai.ilcd.model.security.IndustrialSector
 
getId() - Method in class de.iai.ilcd.model.security.User
 
getId() - Method in class de.iai.ilcd.model.security.UserGroup
 
getId() - Method in class de.iai.ilcd.model.unitgroup.Unit
 
getIlcdType() - Method in class de.iai.ilcd.webgui.controller.admin.UploadedFileInformation
 
getImpactCategory() - Method in class de.iai.ilcd.model.lciamethod.LCIAMethod
Get the impact categories
getImpactIndicator() - Method in class de.iai.ilcd.model.lciamethod.LCIAMethod
Get the impact indicator
getIndustrialSectors() - Method in class de.iai.ilcd.model.dao.UserDao
 
getIndustrialSectors() - Method in class de.iai.ilcd.webgui.controller.admin.UserHandler
 
getInputStream() - Method in class de.iai.ilcd.webgui.controller.admin.DataExportResource
getInternalId() - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
getInternalId() - Method in class de.iai.ilcd.model.process.Exchange
 
getInternalId() - Method in class de.iai.ilcd.model.unitgroup.Unit
 
getInternalReference() - Method in class de.iai.ilcd.model.process.Process
 
getIntValue(String) - Method in class de.iai.ilcd.xml.read.DataSetParsingHelper
 
getItem() - Method in class de.iai.ilcd.webgui.controller.admin.GuiListManagerItem
 
getJpaName() - Method in class de.iai.ilcd.model.dao.DataSetDao
Get the name in JPA of class
getLang() - Method in class de.iai.ilcd.model.common.LString
 
getLang() - Method in class de.iai.ilcd.model.common.LText
 
getLanguageCode() - Method in class de.iai.ilcd.model.common.Language
 
getLastName() - Method in class de.iai.ilcd.model.security.User
 
getLayoutDirectory() - Method in class de.iai.ilcd.gui.utils.ConfigurationTool
 
getLazyDataModel() - Method in class de.iai.ilcd.webgui.controller.ui.AbstractDataSetsHandler
Get the lazy data model for this handler
getLazyModel() - Method in class de.iai.ilcd.webgui.controller.admin.ContactListHandler
 
getLazyModel() - Method in class de.iai.ilcd.webgui.controller.admin.ElementaryFlowListHandler
 
getLazyModel() - Method in class de.iai.ilcd.webgui.controller.admin.FlowPropertyListHandler
 
getLazyModel() - Method in class de.iai.ilcd.webgui.controller.admin.LCIAMethodListHandler
Get the lazy data model
getLazyModel() - Method in class de.iai.ilcd.webgui.controller.admin.ProcessListHandler
 
getLazyModel() - Method in class de.iai.ilcd.webgui.controller.admin.ProductFlowListHandler
 
getLazyModel() - Method in class de.iai.ilcd.webgui.controller.admin.SourceListHandler
 
getLazyModel() - Method in class de.iai.ilcd.webgui.controller.admin.UnitGroupListHandler
 
getLCIAMethod(String, DataSetVersion) - Method in class de.iai.ilcd.model.dao.LCIAMethodDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByUuidAndVersion(String, DataSetVersion).
getLCIAMethod(String) - Method in class de.iai.ilcd.model.dao.LCIAMethodDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases
getLciamethod() - Method in class de.iai.ilcd.webgui.controller.ui.LCIAMethodHandler
Convenience method, delegates to AbstractDataSetHandler.getDataSet()
getLCIAMethods() - Method in class de.iai.ilcd.model.dao.LCIAMethodDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases
getLciaResults() - Method in class de.iai.ilcd.model.process.Process
 
getLCIMethodInformation() - Method in class de.iai.ilcd.model.process.Process
 
getLevel() - Method in class de.iai.ilcd.model.common.ClClass
 
getLicenseType() - Method in class de.iai.ilcd.model.process.AccessInformation
 
getLocation() - Method in class de.iai.ilcd.model.process.Exchange
 
getLocation() - Method in class de.iai.ilcd.model.process.Geography
 
getLocation() - Method in class de.iai.ilcd.model.process.Process
 
getLocationPart() - Method in class de.iai.ilcd.model.process.ProcessName
 
getLocationsFilter() - Method in class de.iai.ilcd.webgui.controller.ui.ProcessesSearchHandler
Get the selected locations
getLoginName() - Method in class de.iai.ilcd.webgui.controller.admin.LoginHandler
Get the current login name
getLogoPath() - Method in class de.iai.ilcd.webgui.controller.ConfigurationBean
Get the logo path
getLStringMap() - Method in class de.iai.ilcd.model.common.MultiLanguageString
 
getLStringMap() - Method in class de.iai.ilcd.model.common.MultiLanguageText
 
getLStrings() - Method in class de.iai.ilcd.model.adapter.LStringAdapter
Get the localized strings
getLStrings() - Method in class de.iai.ilcd.model.common.MultiLanguageString
 
getLStrings() - Method in class de.iai.ilcd.model.common.MultiLanguageText
 
getMajorVersion() - Method in class de.iai.ilcd.model.common.DataSetVersion
 
getMaximumAmount() - Method in class de.iai.ilcd.model.process.Exchange
 
getMaxValue() - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
getMeanAmount() - Method in class de.iai.ilcd.model.process.Exchange
 
getMeanAmount() - Method in class de.iai.ilcd.model.process.LciaResult
 
getMeanValue() - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
getMeanValue() - Method in class de.iai.ilcd.model.lciamethod.LCIAMethodCharacterisationFactor
Get the mean value
getMeanValue() - Method in class de.iai.ilcd.model.process.Exchange
 
getMeanValue() - Method in class de.iai.ilcd.model.unitgroup.Unit
 
getMessage() - Method in class de.iai.ilcd.webgui.controller.admin.UploadedFileInformation
 
getMethodologicalCompliance() - Method in class de.iai.ilcd.model.process.ComplianceSystem
 
getMethodology() - Method in class de.iai.ilcd.model.lciamethod.LCIAMethod
Get the methodologies
getMethodPrinciple() - Method in class de.iai.ilcd.model.process.LCIMethodInformation
 
getMethodReference() - Method in class de.iai.ilcd.model.process.LciaResult
 
getMethods() - Method in class de.iai.ilcd.model.process.ScopeOfReview
 
getMinimumAmount() - Method in class de.iai.ilcd.model.process.Exchange
 
getMinorVersion() - Method in class de.iai.ilcd.model.common.DataSetVersion
 
getMinValue() - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
getMultiLanguageString(String) - Method in class de.iai.ilcd.xml.read.DataSetParsingHelper
 
getMultiLanguageString(Element, String) - Method in class de.iai.ilcd.xml.read.DataSetParsingHelper
 
getMultiLanguageString(Element, String, Namespace) - Method in class de.iai.ilcd.xml.read.DataSetParsingHelper
 
getMultiLanguageText(String) - Method in class de.iai.ilcd.xml.read.DataSetParsingHelper
 
getMultiLanguageText(Element, String) - Method in class de.iai.ilcd.xml.read.DataSetParsingHelper
 
getMultiLanguageText(Element, String, Namespace) - Method in class de.iai.ilcd.xml.read.DataSetParsingHelper
 
getName() - Method in class de.iai.ilcd.model.common.CategorySystem
 
getName() - Method in class de.iai.ilcd.model.common.Classification
 
getName() - Method in class de.iai.ilcd.model.common.ClClass
 
getName() - Method in class de.iai.ilcd.model.common.DataSet
 
getName() - Method in class de.iai.ilcd.model.common.GeographicalArea
 
getName() - Method in class de.iai.ilcd.model.common.Language
 
getName() - Method in class de.iai.ilcd.model.datastock.DataStock
 
getName() - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
getName() - Method in class de.iai.ilcd.model.flowproperty.UnitGroupDetails
 
getName() - Method in class de.iai.ilcd.model.nodes.NetworkNode
 
getName() - Method in class de.iai.ilcd.model.process.ComplianceSystem
 
getName() - Method in class de.iai.ilcd.model.process.DataQualityIndicator
 
getName() - Method in class de.iai.ilcd.model.process.Process
 
getName() - Method in class de.iai.ilcd.model.process.ProcessName
 
getName() - Method in class de.iai.ilcd.model.process.ScopeOfReview
 
getName() - Method in class de.iai.ilcd.model.unitgroup.Unit
 
getNameFilter() - Method in class de.iai.ilcd.webgui.controller.ui.ProcessesHandler
Get the current value of name filter
getNetworkNode(String) - Method in class de.iai.ilcd.model.dao.NetworkNodeDao
 
getNetworkNode(long) - Method in class de.iai.ilcd.model.dao.NetworkNodeDao
 
getNetworkNodeById(Long) - Method in class de.iai.ilcd.model.dao.NetworkNodeDao
 
getNetworkNodes() - Method in class de.iai.ilcd.model.dao.NetworkNodeDao
 
getNode() - Method in class de.iai.ilcd.webgui.controller.admin.NodeHandler
 
getNodeDescriptions() - Method in class de.iai.ilcd.webgui.controller.admin.NodeListHandler
 
getNodeId() - Static method in class de.iai.ilcd.configuration.ConfigurationService
 
getNodeId() - Method in class de.iai.ilcd.model.nodes.NetworkNode
 
getNodeId() - Method in class de.iai.ilcd.services.ServiceContext
 
getNodeInfo() - Static method in class de.iai.ilcd.configuration.ConfigurationService
 
getNodeName() - Static method in class de.iai.ilcd.configuration.ConfigurationService
 
getNodeName() - Method in class de.iai.ilcd.services.ServiceContext
 
getNomenclatureCompliance() - Method in class de.iai.ilcd.model.process.ComplianceSystem
 
getNumberByClass(String) - Method in class de.iai.ilcd.model.dao.DataSetDao
Get number of data sets of type T by main class
getNumberByClass(String, String) - Method in class de.iai.ilcd.model.dao.DataSetDao
Get data sets of type T by main and sub class
getNumberOfContacts(String) - Method in class de.iai.ilcd.model.dao.ContactDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String).
getNumberOfContacts(String, String) - Method in class de.iai.ilcd.model.dao.ContactDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String,String).
getNumberOfFlowProperties(String) - Method in class de.iai.ilcd.model.dao.FlowPropertyDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String).
getNumberOfFlowProperties(String, String) - Method in class de.iai.ilcd.model.dao.FlowPropertyDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String,String).
getNumberOfFlowsInCategory(String) - Method in class de.iai.ilcd.model.dao.FlowDao
 
getNumberOfFlowsInCategory(String, String) - Method in class de.iai.ilcd.model.dao.FlowDao
 
getNumberOfFlowsInClass(String) - Method in class de.iai.ilcd.model.dao.FlowDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String).
getNumberOfFlowsInClass(String, String) - Method in class de.iai.ilcd.model.dao.FlowDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String,String).
getNumberOfProcesses(String) - Method in class de.iai.ilcd.model.dao.ProcessDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String).
getNumberOfProcesses(String, String) - Method in class de.iai.ilcd.model.dao.ProcessDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String,String).
getNumberOfSources(String) - Method in class de.iai.ilcd.model.dao.SourceDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String).
getNumberOfSources(String, String) - Method in class de.iai.ilcd.model.dao.SourceDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String,String).
getNumberOfUnitGroups(String) - Method in class de.iai.ilcd.model.dao.UnitGroupDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String).
getNumberOfUnitGroups(String, String) - Method in class de.iai.ilcd.model.dao.UnitGroupDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String,String).
getOperator() - Method in class de.iai.ilcd.model.nodes.NetworkNode
 
getOrganisation() - Method in class de.iai.ilcd.model.security.User
 
getOrganisationUnit() - Method in class de.iai.ilcd.model.security.User
 
getOtherReference() - Method in class de.iai.ilcd.model.process.InternalQuantitativeReference
 
getOtherReference() - Method in class de.iai.ilcd.model.process.Process
 
getOtherReviewDetails() - Method in class de.iai.ilcd.model.process.Review
 
getOverallCompliance() - Method in class de.iai.ilcd.model.process.ComplianceSystem
 
getOverallQuality() - Method in class de.iai.ilcd.model.process.Process
 
getOwnerReference() - Method in class de.iai.ilcd.model.process.Process
 
getParameterized() - Method in class de.iai.ilcd.model.process.Process
 
getParameterizedFilter() - Method in class de.iai.ilcd.webgui.controller.ui.ProcessesSearchHandler
Get the parameterized filter value
getParameterMapAsValueParser() - Method in class de.iai.ilcd.webgui.controller.ui.AbstractDataSetsHandler
Get the current parameter map as value parser
getParams() - Method in class de.iai.ilcd.webgui.controller.ui.DataSetLazyDataModel
Get the parameter
getPassword() - Method in class de.iai.ilcd.webgui.controller.admin.LoginHandler
Get the current password
getPassword(int) - Static method in class de.iai.ilcd.webgui.controller.admin.RandomPassword
 
getPasswordHash() - Method in class de.iai.ilcd.model.security.User
 
getPasswordHashSalt() - Method in class de.iai.ilcd.model.security.User
 
getPathName() - Method in class de.iai.ilcd.webgui.controller.admin.UploadedFileInformation
 
getPermanentUri() - Method in class de.iai.ilcd.model.common.DataSet
 
getPhone() - Method in class de.iai.ilcd.model.contact.Contact
 
getPickAllClasses() - Method in class de.iai.ilcd.webgui.controller.ui.ProcessesSearchHandler
Get the pick list classes
getPlainPassword() - Method in class de.iai.ilcd.webgui.controller.admin.UserHandler
 
getPrincipals() - Method in class de.iai.ilcd.security.IlcdAuthenticationInfo
getPriority() - Method in enum de.iai.ilcd.webgui.controller.ui.ComplianceUtilHandler.ComplianceSystemCode
Get the priority of the code
getProcess(String) - Method in class de.iai.ilcd.model.dao.ProcessDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByUuid(String).
getProcess(String, DataSetVersion) - Method in class de.iai.ilcd.model.dao.ProcessDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByUuidAndVersion(String, DataSetVersion).
getProcess(long) - Method in class de.iai.ilcd.model.dao.ProcessDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(long).
getProcess() - Method in class de.iai.ilcd.webgui.controller.ui.ProcessHandler
Convenience method, delegates to AbstractDataSetHandler.getDataSet()
getProcessById(String) - Method in class de.iai.ilcd.model.dao.ProcessDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(String).
getProcessById(Long) - Method in class de.iai.ilcd.model.dao.ProcessDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(long).
getProcessDao() - Method in class de.iai.ilcd.model.dao.DaoService
 
getProcesses() - Method in class de.iai.ilcd.model.dao.ProcessDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getAll().
getProcesses() - Method in class de.iai.ilcd.model.datastock.DataStock
 
getProcessesByClass(String) - Method in class de.iai.ilcd.model.dao.ProcessDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String).
getProcessesByClass(String, String) - Method in class de.iai.ilcd.model.dao.ProcessDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String,String).
getProcessName() - Method in class de.iai.ilcd.model.process.Process
 
getProperties() - Static method in class de.iai.ilcd.configuration.ConfigurationService
 
getPropertyDescriptions() - Method in class de.iai.ilcd.model.flow.Flow
 
getPublicationType() - Method in class de.iai.ilcd.model.source.Source
 
getQualityCompliance() - Method in class de.iai.ilcd.model.process.ComplianceSystem
 
getQualityIndicators() - Method in class de.iai.ilcd.model.process.Review
 
getQualityIndicatorsAsList() - Method in class de.iai.ilcd.model.process.Review
Convenience method for returning data quality indicators as List in order to user p:dataList (primefaces)
getQuantitativeReference() - Method in class de.iai.ilcd.model.process.Process
 
getReference() - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
getReference() - Method in class de.iai.ilcd.model.flowproperty.UnitGroupDetails
 
getReference() - Method in class de.iai.ilcd.model.process.ComplianceSystem
 
getReference() - Method in class de.iai.ilcd.model.process.Exchange
 
getReferencedFlowInstance() - Method in class de.iai.ilcd.model.lciamethod.LCIAMethodCharacterisationFactor
Get the flow instance that is referenced by this characterisation Please note: this is only available for flows that were in the database during import of characterisation method!
getReferenceExchanges() - Method in class de.iai.ilcd.model.process.Process
 
getReferenceFlowProperty() - Method in class de.iai.ilcd.model.flow.Flow
 
getReferenceFlowPropertyName() - Method in class de.iai.ilcd.model.process.Exchange
 
getReferenceIds() - Method in class de.iai.ilcd.model.process.InternalQuantitativeReference
 
getReferenceProperty() - Method in class de.iai.ilcd.model.flow.Flow
 
getReferencesToReviewers() - Method in class de.iai.ilcd.model.process.Review
 
getReferenceToUnitGroup() - Method in class de.iai.ilcd.model.flowproperty.FlowProperty
 
getReferenceToVariable() - Method in class de.iai.ilcd.model.process.Exchange
 
getReferenceUnit() - Method in class de.iai.ilcd.model.process.Exchange
 
getReferenceUnit() - Method in class de.iai.ilcd.model.unitgroup.UnitGroup
 
getReferenceYear() - Method in class de.iai.ilcd.model.lciamethod.TimeInformation
Get the reference year information
getReferenceYear() - Method in class de.iai.ilcd.model.process.TimeInformation
 
getReferenceYearLowerFilter() - Method in class de.iai.ilcd.webgui.controller.ui.ProcessesSearchHandler
Get the filter value for lower reference year
getReferenceYears() - Method in class de.iai.ilcd.model.dao.ProcessDao
 
getReferenceYears() - Method in class de.iai.ilcd.webgui.controller.ui.ProcessesSearchHandler
Get the select items for the reference year single selection lists
getReferenceYearUpperFilter() - Method in class de.iai.ilcd.webgui.controller.ui.ProcessesSearchHandler
Get the filter value for upper reference year
getRefObjectId() - Method in class de.iai.ilcd.model.common.GlobalReference
 
getRefToDataSource() - Method in class de.iai.ilcd.model.process.Exchange
 
getRegistrationActivated() - Method in class de.iai.ilcd.webgui.controller.ConfigurationBean
Convenience method for JSF, delegates to ConfigurationBean.isRegistrationActivated()
getRegistrationKey() - Method in class de.iai.ilcd.model.security.User
 
getReleaseState() - Method in class de.iai.ilcd.model.common.DataSet
 
getRequestPath() - Method in class de.iai.ilcd.webgui.controller.admin.DataExportResource
getResourceDirectory() - Method in class de.iai.ilcd.gui.utils.ConfigurationTool
 
getResponseHeaders() - Method in class de.iai.ilcd.webgui.controller.admin.DataExportResource
getResultingAmount() - Method in class de.iai.ilcd.model.process.Exchange
 
getReviewCompliance() - Method in class de.iai.ilcd.model.process.ComplianceSystem
 
getReviewDetails() - Method in class de.iai.ilcd.model.process.Review
 
getReviews() - Method in class de.iai.ilcd.model.process.Process
 
getRoles() - Method in class de.iai.ilcd.model.security.User
 
getRoles() - Method in class de.iai.ilcd.model.security.UserGroup
 
getRoles() - Method in class de.iai.ilcd.security.IlcdAuthorizationInfo
 
getRoutePart() - Method in class de.iai.ilcd.model.process.ProcessName
 
getSalt(String) - Method in class de.iai.ilcd.model.dao.UserDao
 
getScopes() - Method in class de.iai.ilcd.model.process.Review
 
getSearched() - Method in class de.iai.ilcd.webgui.controller.ui.ProcessesSearchHandler
Determined if a search was performed
getSector() - Method in class de.iai.ilcd.model.security.IndustrialSector
 
getSector() - Method in class de.iai.ilcd.model.security.User
 
getSelected() - Method in class de.iai.ilcd.webgui.controller.admin.StockListHandler
 
getSelectedClasses() - Method in class de.iai.ilcd.webgui.controller.ui.ProcessesHandler
Get the selected classes
getSelectedContacts() - Method in class de.iai.ilcd.webgui.controller.admin.ContactListHandler
 
getSelectedFlowProperties() - Method in class de.iai.ilcd.webgui.controller.admin.FlowPropertyListHandler
 
getSelectedFlows() - Method in class de.iai.ilcd.webgui.controller.admin.ElementaryFlowListHandler
 
getSelectedFlows() - Method in class de.iai.ilcd.webgui.controller.admin.ProductFlowListHandler
 
getSelectedLCIAMethods() - Method in class de.iai.ilcd.webgui.controller.admin.LCIAMethodListHandler
Get the selected LCIA methods
getSelectedProcesses() - Method in class de.iai.ilcd.webgui.controller.admin.ProcessListHandler
 
getSelectedRoles1() - Method in class de.iai.ilcd.webgui.controller.admin.GroupHandler
 
getSelectedRoles2() - Method in class de.iai.ilcd.webgui.controller.admin.GroupHandler
 
getSelectedSources() - Method in class de.iai.ilcd.webgui.controller.admin.SourceListHandler
 
getSelectedUnitGroups() - Method in class de.iai.ilcd.webgui.controller.admin.UnitGroupListHandler
 
getSelfActivation() - Method in class de.iai.ilcd.webgui.controller.ConfigurationBean
Convenience method for JSF, delegates to ConfigurationBean.isSelfActivation()
getServicesContext(UriInfo) - Static method in class de.iai.ilcd.services.VelocityUtil
 
getServletInfo() - Method in class de.iai.ilcd.webgui.Welcome
Returns a short description of the servlet.
getShortDescription() - Method in class de.iai.ilcd.model.common.GlobalReference
 
getShortDescription() - Method in class de.iai.ilcd.model.lciamethod.LCIAMethodCharacterisationFactor
Get the short description
getShortName() - Method in class de.iai.ilcd.model.contact.Contact
 
getShortName() - Method in class de.iai.ilcd.model.source.Source
 
getSource() - Method in class de.iai.ilcd.model.common.DigitalFile
 
getSource(String) - Method in class de.iai.ilcd.model.dao.SourceDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByUuid(String).
getSource(long) - Method in class de.iai.ilcd.model.dao.SourceDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(long).
getSource() - Method in class de.iai.ilcd.webgui.controller.ui.SourceHandler
Convenience method, delegates to AbstractDataSetHandler.getDataSet()
getSourceById(String) - Method in class de.iai.ilcd.model.dao.SourceDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(String).
getSourceById(Long) - Method in class de.iai.ilcd.model.dao.SourceDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(long).
getSourceDao() - Method in class de.iai.ilcd.model.dao.DaoService
 
getSourceId() - Method in class de.iai.ilcd.model.common.DataSet
 
getSourceNode() - Method in class de.iai.ilcd.webgui.controller.ui.ProcessHandler
Get the source node as string
getSources() - Method in class de.iai.ilcd.model.dao.SourceDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getAll().
getSources() - Method in class de.iai.ilcd.model.datastock.DataStock
 
getSourcesByClass(String) - Method in class de.iai.ilcd.model.dao.SourceDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String).
getSourcesByClass(String, String) - Method in class de.iai.ilcd.model.dao.SourceDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String,String).
getSpamSliderValue() - Method in class de.iai.ilcd.webgui.controller.admin.UserHandler
 
getStandardDeviation() - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
getStandardDeviation() - Method in class de.iai.ilcd.model.process.Exchange
 
getStandardDeviation() - Method in class de.iai.ilcd.model.process.LciaResult
 
getStock() - Method in class de.iai.ilcd.webgui.controller.admin.StockHandler
 
getStocks() - Method in class de.iai.ilcd.webgui.controller.admin.StockListHandler
 
getStreetAddress() - Method in class de.iai.ilcd.model.security.Address
 
getStringValue(String) - Method in class de.iai.ilcd.xml.read.DataSetParsingHelper
 
getStringValues(String) - Method in class de.iai.ilcd.xml.read.DataSetParsingHelper
 
getStringValues(String, String) - Method in class de.iai.ilcd.xml.read.DataSetParsingHelper
 
getSubCategories(String, String) - Method in class de.iai.ilcd.model.dao.FlowDao
 
getSubClasses(String, String) - Method in class de.iai.ilcd.model.dao.DataSetDao
Get the sub classes for provided class name and level
getSubMinorVersion() - Method in class de.iai.ilcd.model.common.DataSetVersion
 
getSubReferences() - Method in class de.iai.ilcd.model.common.GlobalReference
 
getSumFormula() - Method in class de.iai.ilcd.model.flow.Flow
 
getSynonyms() - Method in class de.iai.ilcd.model.flow.Flow
 
getSynonyms() - Method in class de.iai.ilcd.model.flowproperty.FlowProperty
 
getSynonyms() - Method in class de.iai.ilcd.model.process.Process
 
getTechnicalPurpose() - Method in class de.iai.ilcd.model.process.Process
 
getTemplatePath() - Method in class de.iai.ilcd.webgui.controller.ConfigurationBean
Get the template path
getThemeDirectory() - Method in class de.iai.ilcd.webgui.controller.ConfigurationBean
Get the jQuery UI Theme directory name
getTimeInformation() - Method in class de.iai.ilcd.model.lciamethod.LCIAMethod
Get the time information
getTimeInformation() - Method in class de.iai.ilcd.model.process.Process
 
getTitle() - Method in class de.iai.ilcd.model.datastock.DataStock
 
getTitle() - Method in class de.iai.ilcd.model.security.User
 
getTopCategories() - Method in class de.iai.ilcd.model.dao.FlowDao
 
getTopClasses(DataSetType) - Method in class de.iai.ilcd.model.dao.ClassificationDao
 
getTopClasses() - Method in class de.iai.ilcd.model.dao.DataSetDao
Get the top classes for the data set type T
getTopClasses2() - Method in class de.iai.ilcd.model.dao.FlowDao
 
getType() - Method in class de.iai.ilcd.model.common.GlobalReference
 
getType() - Method in class de.iai.ilcd.model.flow.Flow
 
getType() - Method in class de.iai.ilcd.model.lciamethod.LCIAMethod
Get the type of this LCIA method
getType() - Method in class de.iai.ilcd.model.process.InternalQuantitativeReference
 
getType() - Method in class de.iai.ilcd.model.process.Process
 
getType() - Method in class de.iai.ilcd.model.process.Review
 
getTypeFilter() - Method in class de.iai.ilcd.webgui.controller.ui.ProcessesSearchHandler
Get the selected type
getTypes() - Method in class de.iai.ilcd.webgui.controller.ui.ProcessesSearchHandler
Get the select items for the type selection single selection list
getUncertaintyDistribution() - Method in class de.iai.ilcd.model.process.Exchange
 
getUncertaintyDistribution() - Method in class de.iai.ilcd.model.process.LciaResult
 
getUncertaintyType() - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
getUniqueUploadFileName(String, String) - Method in class de.iai.ilcd.configuration.ConfigurationService
 
getUnit() - Method in class de.iai.ilcd.model.process.Exchange
 
getUnitGroup(String) - Method in class de.iai.ilcd.model.dao.UnitGroupDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByUuid(String).
getUnitGroup(long) - Method in class de.iai.ilcd.model.dao.UnitGroupDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(long).
getUnitGroup() - Method in class de.iai.ilcd.model.flowproperty.FlowProperty
 
getUnitgroup() - Method in class de.iai.ilcd.webgui.controller.ui.UnitgroupHandler
Convenience method, delegates to AbstractDataSetHandler.getDataSet()
getUnitGroupById(String) - Method in class de.iai.ilcd.model.dao.NetworkNodeDao
 
getUnitGroupById(String) - Method in class de.iai.ilcd.model.dao.UnitGroupDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(String).
getUnitGroupById(Long) - Method in class de.iai.ilcd.model.dao.UnitGroupDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(long).
getUnitGroupDao() - Method in class de.iai.ilcd.model.dao.DaoService
 
getUnitGroupDetails() - Method in class de.iai.ilcd.model.flowproperty.FlowProperty
 
getUnitGroupName() - Method in class de.iai.ilcd.model.flowproperty.FlowProperty
 
getUnitGroups() - Method in class de.iai.ilcd.model.dao.UnitGroupDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getAll().
getUnitGroups() - Method in class de.iai.ilcd.model.datastock.DataStock
 
getUnitGroupsByClass(String) - Method in class de.iai.ilcd.model.dao.UnitGroupDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String).
getUnitGroupsByClass(String, String) - Method in class de.iai.ilcd.model.dao.UnitGroupDao
Deprecated. still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String,String).
getUnitPart() - Method in class de.iai.ilcd.model.process.ProcessName
 
getUnits() - Method in class de.iai.ilcd.model.unitgroup.UnitGroup
 
getUnitsAsList() - Method in class de.iai.ilcd.model.unitgroup.UnitGroup
Convenience method for returning units as List in order to user p:dataList (primefaces)
getUploadDirectory() - Method in class de.iai.ilcd.configuration.ConfigurationService
 
getUploadedFiles() - Method in class de.iai.ilcd.webgui.controller.admin.ImportHandler
 
getUri() - Method in class de.iai.ilcd.model.common.GlobalReference
 
getURL() - Method in class de.iai.ilcd.webgui.controller.admin.DataExportResource
getURLSuffix(DataSetVO) - Method in class de.iai.ilcd.services.AbstractDataSetResource
 
getUseAdvice() - Method in class de.iai.ilcd.model.process.Process
 
getUsedLocations() - Method in class de.iai.ilcd.model.dao.ProcessDao
 
getUser(String) - Method in class de.iai.ilcd.model.dao.UserDao
 
getUser(long) - Method in class de.iai.ilcd.model.dao.UserDao
 
getUser() - Method in class de.iai.ilcd.webgui.controller.admin.UserHandler
 
getUseRestrictions() - Method in class de.iai.ilcd.model.process.AccessInformation
 
getUserItems() - Method in class de.iai.ilcd.webgui.controller.admin.UserListHandler
 
getUserName() - Method in class de.iai.ilcd.model.security.User
 
getUserName() - Method in class de.iai.ilcd.security.UserAccessBean
Get the user name of the current user
getUserName() - Method in class de.iai.ilcd.webgui.controller.admin.ActivationHandler
Get the user name of the current user
getUsers() - Method in class de.iai.ilcd.model.dao.UserDao
 
getUsers() - Method in class de.iai.ilcd.model.security.UserGroup
 
getUuid() - Method in class de.iai.ilcd.model.common.Category
 
getUuid() - Method in class de.iai.ilcd.model.common.ClClass
 
getUuid() - Method in class de.iai.ilcd.model.common.DataSet
 
getUuid() - Method in class de.iai.ilcd.model.common.GlobalReference
 
getUuid() - Method in class de.iai.ilcd.model.common.GlobalRefUriAnalyzer
Get the detected UUID
getUuid() - Method in class de.iai.ilcd.model.common.Uuid
 
getUUID() - Method in class de.iai.ilcd.model.common.Uuid
 
getUuid() - Method in class de.iai.ilcd.webgui.controller.ui.ProcessHandler
Get the UUID as string
getUuid() - Method in class de.iai.ilcd.xml.read.CommonConstructsReader
 
getUuidAsString() - Method in class de.iai.ilcd.model.common.DataSet
 
getUuidAsString() - Method in class de.iai.ilcd.model.common.GlobalRefUriAnalyzer
Get the detected UUID as string
getValidUntil() - Method in class de.iai.ilcd.model.process.TimeInformation
 
getValue() - Method in enum de.iai.ilcd.model.common.DataSetState
 
getValue() - Method in enum de.iai.ilcd.model.common.DataSetType
 
getValue() - Method in class de.iai.ilcd.model.common.LString
 
getValue() - Method in class de.iai.ilcd.model.common.LText
 
getValue() - Method in class de.iai.ilcd.model.common.MultiLanguageString
 
getValue(String) - Method in class de.iai.ilcd.model.common.MultiLanguageString
 
getValue() - Method in class de.iai.ilcd.model.common.MultiLanguageText
 
getValue(String) - Method in class de.iai.ilcd.model.common.MultiLanguageText
 
getValue() - Method in class de.iai.ilcd.model.process.DataQualityIndicator
 
getValue() - Method in enum de.iai.ilcd.model.process.ExchangeDirection
 
getValue() - Method in enum de.iai.ilcd.model.security.Gender
 
getValue() - Method in enum de.iai.ilcd.model.security.SecurityRole
 
getVarDirectory() - Method in class de.iai.ilcd.configuration.ConfigurationService
 
getVerifyPassword() - Method in class de.iai.ilcd.webgui.controller.admin.UserHandler
 
getVersion() - Method in class de.iai.ilcd.model.common.DataSet
 
getVersion() - Method in class de.iai.ilcd.model.common.GlobalReference
 
getVersionAsString() - Method in class de.iai.ilcd.model.common.GlobalReference
 
getVersionString() - Method in class de.iai.ilcd.model.common.DataSetVersion
 
getVersionTag() - Static method in class de.iai.ilcd.configuration.ConfigurationService
 
getWrapped() - Method in class de.iai.ilcd.webgui.controller.admin.DataExportResource
 
getWrapped() - Method in class de.iai.ilcd.webgui.controller.admin.DataExportResourceHandler
getWww() - Method in class de.iai.ilcd.model.contact.Contact
 
getXmlFile() - Method in class de.iai.ilcd.model.common.DataSet
 
getXMLListTemplatePath() - Method in class de.iai.ilcd.services.AbstractDataSetResource
Deprecated.  
getXMLListTemplatePath() - Method in class de.iai.ilcd.services.ContactResource
Get the path to the template for the XML data set list view This is typically something like /xml/$datasettype$s.vm
getXMLListTemplatePath() - Method in class de.iai.ilcd.services.FlowPropertyResource
Get the path to the template for the XML data set list view This is typically something like /xml/$datasettype$s.vm
getXMLListTemplatePath() - Method in class de.iai.ilcd.services.FlowResource
Get the path to the template for the XML data set list view This is typically something like /xml/$datasettype$s.vm
getXMLListTemplatePath() - Method in class de.iai.ilcd.services.LCIAMethodResource
Get the path to the template for the XML data set list view This is typically something like /xml/$datasettype$s.vm
getXMLListTemplatePath() - Method in class de.iai.ilcd.services.ProcessResource
Get the path to the template for the XML data set list view This is typically something like /xml/$datasettype$s.vm
getXMLListTemplatePath() - Method in class de.iai.ilcd.services.SourceResource
Get the path to the template for the XML data set list view This is typically something like /xml/$datasettype$s.vm
getXMLListTemplatePath() - Method in class de.iai.ilcd.services.UnitGroupResource
Get the path to the template for the XML data set list view This is typically something like /xml/$datasettype$s.vm
getXMLTemplatePath() - Method in class de.iai.ilcd.services.AbstractDataSetResource
Deprecated.  
getXMLTemplatePath() - Method in class de.iai.ilcd.services.ContactResource
Get the path to the template for the XML single data set view This is typically something like /xml/$datasettype$.vm
getXMLTemplatePath() - Method in class de.iai.ilcd.services.FlowPropertyResource
Get the path to the template for the XML single data set view This is typically something like /xml/$datasettype$.vm
getXMLTemplatePath() - Method in class de.iai.ilcd.services.FlowResource
Get the path to the template for the XML single data set view This is typically something like /xml/$datasettype$.vm
getXMLTemplatePath() - Method in class de.iai.ilcd.services.LCIAMethodResource
Get the path to the template for the XML single data set view This is typically something like /xml/$datasettype$.vm
getXMLTemplatePath() - Method in class de.iai.ilcd.services.ProcessResource
Get the path to the template for the XML single data set view This is typically something like /xml/$datasettype$.vm
getXMLTemplatePath() - Method in class de.iai.ilcd.services.SourceResource
Get the path to the template for the XML single data set view This is typically something like /xml/$datasettype$.vm
getXMLTemplatePath() - Method in class de.iai.ilcd.services.UnitGroupResource
Get the path to the template for the XML single data set view This is typically something like /xml/$datasettype$.vm
getZipCode() - Method in class de.iai.ilcd.model.security.Address
 
getZipFileDirectory() - Method in class de.iai.ilcd.configuration.ConfigurationService
 
GlobalReference - Class in de.iai.ilcd.model.common
 
GlobalReference() - Constructor for class de.iai.ilcd.model.common.GlobalReference
 
GlobalReferenceAdapter - Class in de.iai.ilcd.model.adapter
Adapter for global reference
GlobalReferenceAdapter(IGlobalReference) - Constructor for class de.iai.ilcd.model.adapter.GlobalReferenceAdapter
Create the adapter.
GlobalRefUriAnalyzer - Class in de.iai.ilcd.model.common
Analyzer for the extraction of UUID and version from data set URIs
GlobalRefUriAnalyzer(String) - Constructor for class de.iai.ilcd.model.common.GlobalRefUriAnalyzer
Analyzer for data set URIs.
GroupHandler - Class in de.iai.ilcd.webgui.controller.admin
 
GroupHandler() - Constructor for class de.iai.ilcd.webgui.controller.admin.GroupHandler
Creates a new instance of UserHandler
GroupListHandler - Class in de.iai.ilcd.webgui.controller.admin
 
GroupListHandler() - Constructor for class de.iai.ilcd.webgui.controller.admin.GroupListHandler
 
GuiListManagerItem<T> - Class in de.iai.ilcd.webgui.controller.admin
 
GuiListManagerItem(T) - Constructor for class de.iai.ilcd.webgui.controller.admin.GuiListManagerItem
 
GuiListManagerUtils<T> - Class in de.iai.ilcd.webgui.controller.admin
 
GuiListManagerUtils() - Constructor for class de.iai.ilcd.webgui.controller.admin.GuiListManagerUtils
 

H

handleFileUpload(FileUploadEvent) - Method in class de.iai.ilcd.webgui.controller.admin.ImportHandler
 
hashCode() - Method in class de.iai.ilcd.model.common.Category
 
hashCode() - Method in class de.iai.ilcd.model.common.CategorySystem
 
hashCode() - Method in class de.iai.ilcd.model.common.Classification
 
hashCode() - Method in class de.iai.ilcd.model.common.ClClass
 
hashCode() - Method in class de.iai.ilcd.model.common.DataSet
 
hashCode() - Method in class de.iai.ilcd.model.common.DataSetVersion
 
hashCode() - Method in class de.iai.ilcd.model.common.DigitalFile
 
hashCode() - Method in class de.iai.ilcd.model.common.GeographicalArea
 
hashCode() - Method in class de.iai.ilcd.model.common.GlobalReference
 
hashCode() - Method in class de.iai.ilcd.model.common.Language
 
hashCode() - Method in class de.iai.ilcd.model.common.LString
 
hashCode() - Method in class de.iai.ilcd.model.common.LText
 
hashCode() - Method in class de.iai.ilcd.model.common.MultiLanguageString
 
hashCode() - Method in class de.iai.ilcd.model.common.MultiLanguageText
 
hashCode() - Method in class de.iai.ilcd.model.common.Uuid
 
hashCode() - Method in class de.iai.ilcd.model.common.XmlFile
 
hashCode() - Method in class de.iai.ilcd.model.datastock.DataStock
 
hashCode() - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
hashCode() - Method in class de.iai.ilcd.model.nodes.NetworkNode
 
hashCode() - Method in class de.iai.ilcd.model.process.ComplianceSystem
 
hashCode() - Method in class de.iai.ilcd.model.process.DataQualityIndicator
 
hashCode() - Method in class de.iai.ilcd.model.process.Exchange
 
hashCode() - Method in class de.iai.ilcd.model.process.LciaResult
 
hashCode() - Method in class de.iai.ilcd.model.process.Review
 
hashCode() - Method in class de.iai.ilcd.model.process.ScopeOfReview
 
hashCode() - Method in class de.iai.ilcd.model.security.IndustrialSector
 
hashCode() - Method in class de.iai.ilcd.model.security.User
 
hashCode() - Method in class de.iai.ilcd.model.security.UserGroup
 
hashCode() - Method in class de.iai.ilcd.model.unitgroup.Unit
 
hasReferencedFlowInstance() - Method in class de.iai.ilcd.model.lciamethod.LCIAMethodCharacterisationFactor
Check if a referenced flow instance is available
hasRole(SecurityRole) - Method in class de.iai.ilcd.model.security.User
 
hasRole(SecurityRole) - Method in class de.iai.ilcd.model.security.UserGroup
 
hasRole(String) - Method in class de.iai.ilcd.security.UserAccessBean
Check if current user has a specific role
hasRole(SecurityRole) - Method in class de.iai.ilcd.security.UserAccessBean
Check if current user has a specific role

I

id - Variable in class de.iai.ilcd.model.common.DataSet
 
IlcdAuthenticationInfo - Class in de.iai.ilcd.security
 
IlcdAuthenticationInfo(AuthenticationToken) - Constructor for class de.iai.ilcd.security.IlcdAuthenticationInfo
Create the authentication info
IlcdAuthorizationInfo - Class in de.iai.ilcd.security
 
IlcdAuthorizationInfo(String) - Constructor for class de.iai.ilcd.security.IlcdAuthorizationInfo
 
IlcdSecurityRealm - Class in de.iai.ilcd.security
 
IlcdSecurityRealm() - Constructor for class de.iai.ilcd.security.IlcdSecurityRealm
 
importByFileUpload(InputStream) - Method in class de.iai.ilcd.services.AbstractDataSetResource
POST method for importing new process data set sent by form
importByFileUpload(DataSetType, InputStream) - Method in class de.iai.ilcd.services.PostResourceHelper
 
importByXml(InputStream) - Method in class de.iai.ilcd.services.AbstractDataSetResource
POST method for importing new process data set sent directly
importContactFile(String, PrintWriter) - Method in class de.iai.ilcd.xml.read.DataSetImporter
 
importFile(DataSetType, String, PrintWriter) - Method in class de.iai.ilcd.xml.read.DataSetImporter
 
importFile(File, DataSetReader, DataSetDao<DataSet, ?>, PrintWriter) - Method in class de.iai.ilcd.xml.read.DataSetZipImporter
 
importFiles(String, PrintWriter) - Method in class de.iai.ilcd.xml.read.DataSetImporter
 
importFiles(File, DataSetReader, DataSetDao, PrintWriter) - Method in class de.iai.ilcd.xml.read.DataSetZipImporter
 
importFlowFile(String, PrintWriter) - Method in class de.iai.ilcd.xml.read.DataSetImporter
 
importFlowPropertyFile(String, PrintWriter) - Method in class de.iai.ilcd.xml.read.DataSetImporter
 
ImportHandler - Class in de.iai.ilcd.webgui.controller.admin
 
ImportHandler() - Constructor for class de.iai.ilcd.webgui.controller.admin.ImportHandler
 
importLCIAMethodFile(String, PrintWriter) - Method in class de.iai.ilcd.xml.read.DataSetImporter
 
importProcessFile(String, PrintWriter) - Method in class de.iai.ilcd.xml.read.DataSetImporter
 
importSourceFile(String, PrintWriter) - Method in class de.iai.ilcd.xml.read.DataSetImporter
 
importUnitGroupFile(String, PrintWriter) - Method in class de.iai.ilcd.xml.read.DataSetImporter
 
importZipFile(String, PrintWriter) - Method in class de.iai.ilcd.xml.read.DataSetImporter
 
importZipFile(String, PrintWriter) - Method in class de.iai.ilcd.xml.read.DataSetZipImporter
 
IndustrialSector - Class in de.iai.ilcd.model.security
 
IndustrialSector() - Constructor for class de.iai.ilcd.model.security.IndustrialSector
 
init(FilterConfig) - Method in class de.iai.ilcd.persistence.JPASessionRequestFilter
 
internalId - Variable in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
internalId - Variable in class de.iai.ilcd.model.process.Exchange
 
internalId - Variable in class de.iai.ilcd.model.unitgroup.Unit
 
InternalQuantitativeReference - Class in de.iai.ilcd.model.process
 
InternalQuantitativeReference() - Constructor for class de.iai.ilcd.model.process.InternalQuantitativeReference
 
internalReference - Variable in class de.iai.ilcd.model.process.Process
 
isAccessRestricted() - Method in class de.iai.ilcd.gui.utils.ConfigurationTool
 
isAccessRestricted() - Method in class de.iai.ilcd.model.process.Process
 
isAddAsNew() - Method in class de.iai.ilcd.webgui.controller.admin.UploadedFileInformation
 
isAdmin() - Method in class de.iai.ilcd.security.UserAccessBean
Determine if current user is an admin user
isBrowseContacts() - Method in class de.iai.ilcd.webgui.controller.FeatureBean
Determine, if the "browse contacts" feature shall be enabled
isBrowseFlowProperties() - Method in class de.iai.ilcd.webgui.controller.FeatureBean
Determine, if the "browse flow properites" feature shall be enabled
isBrowseFlows() - Method in class de.iai.ilcd.webgui.controller.FeatureBean
Determine, if the "browse flows" feature shall be enabled
isBrowseLCIAMethods() - Method in class de.iai.ilcd.webgui.controller.FeatureBean
Determine, if the "browse processes" feature shall be enabled
isBrowseProcesses() - Method in class de.iai.ilcd.webgui.controller.FeatureBean
Determine, if the "browse processes" feature shall be enabled
isBrowseSources() - Method in class de.iai.ilcd.webgui.controller.FeatureBean
Determine, if the "browse sources" feature shall be enabled
isBrowseUnitGroups() - Method in class de.iai.ilcd.webgui.controller.FeatureBean
Determine, if the "browse unit groups" feature shall be enabled
isCopyright() - Method in class de.iai.ilcd.model.process.AccessInformation
 
isElementaryFlow() - Method in class de.iai.ilcd.model.flow.Flow
 
isElementaryFlow() - Method in class de.iai.ilcd.webgui.controller.ui.FlowHandler
Determine of elementary flow
isExchangesIncluded() - Method in class de.iai.ilcd.model.process.Process
 
isHasFullViewRights() - Method in class de.iai.ilcd.security.UserAccessBean
Determine if current user has full view rights
isLoggedIn() - Method in class de.iai.ilcd.security.UserAccessBean
Determine if user is logged in
isLoggedIn() - Method in class de.iai.ilcd.security.UserLoginActions
 
isLoggedIn() - Method in class de.iai.ilcd.webgui.controller.admin.LoginHandler
Determine if a user is currently logged in.
isLogoProvided() - Method in class de.iai.ilcd.webgui.controller.ConfigurationBean
Determine, if logo was provided (ConfigurationBean.getLogoPath() !
isOverwrite() - Method in class de.iai.ilcd.webgui.controller.admin.UploadedFileInformation
 
isRegistrationActivated() - Method in class de.iai.ilcd.gui.utils.ConfigurationTool
 
isRegistrationActivated() - Method in class de.iai.ilcd.webgui.controller.ConfigurationBean
Get the flag if registration is activated
isResourceRequest(FacesContext) - Method in class de.iai.ilcd.webgui.controller.admin.DataExportResourceHandler
isResultsIncluded() - Method in class de.iai.ilcd.model.process.Process
 
isSearchProcesses() - Method in class de.iai.ilcd.webgui.controller.FeatureBean
Determine, if the "search processes" feature shall be enabled
isSelfActivation() - Method in class de.iai.ilcd.webgui.controller.ConfigurationBean
Get the flag if the user is allowed to activate himself a newly created user account
isShouldBeDeleted() - Method in class de.iai.ilcd.webgui.controller.admin.GuiListManagerItem
 
isStringNullOrEmpty(String) - Method in class de.iai.ilcd.webgui.controller.ui.AbstractDataSetHandler
Determine if string is null or empty.
isSuperAdmin() - Method in class de.iai.ilcd.security.UserAccessBean
Determine if current user is a super admin user

J

JPAEclipseLinkSessionCustomizer - Class in de.iai.ilcd.persistence
See http://wiki.eclipse.org/Customizing_the_EclipseLink_Application_(ELUG) Use for clients that would like to use a JTA SE pu instead of a RESOURCE_LOCAL SE pu.
JPAEclipseLinkSessionCustomizer() - Constructor for class de.iai.ilcd.persistence.JPAEclipseLinkSessionCustomizer
 
JPASessionRequestFilter - Class in de.iai.ilcd.persistence
 
JPASessionRequestFilter() - Constructor for class de.iai.ilcd.persistence.JPASessionRequestFilter
 

L

Language - Class in de.iai.ilcd.model.common
 
Language() - Constructor for class de.iai.ilcd.model.common.Language
 
LCIAMethod - Class in de.iai.ilcd.model.lciamethod
Class that represents LCIAMethod entity Please note that this class is no thread safe!
LCIAMethod() - Constructor for class de.iai.ilcd.model.lciamethod.LCIAMethod
 
LCIAMethodCharacterisationFactor - Class in de.iai.ilcd.model.lciamethod
Characterisation factor representation for LCIAMethods
LCIAMethodCharacterisationFactor() - Constructor for class de.iai.ilcd.model.lciamethod.LCIAMethodCharacterisationFactor
 
LCIAMethodDao - Class in de.iai.ilcd.model.dao
Data access object for LCIAMethod
LCIAMethodDao() - Constructor for class de.iai.ilcd.model.dao.LCIAMethodDao
 
LCIAMethodHandler - Class in de.iai.ilcd.webgui.controller.ui
Backing bean for source LCIA method view
LCIAMethodHandler() - Constructor for class de.iai.ilcd.webgui.controller.ui.LCIAMethodHandler
Initialize handler
LCIAMethodListHandler - Class in de.iai.ilcd.webgui.controller.admin
Handler for admin LCIAMethod List TODO: Refactor bean structure for admin similar to public frontend.
LCIAMethodListHandler() - Constructor for class de.iai.ilcd.webgui.controller.admin.LCIAMethodListHandler
Create the handler
LCIAMethodReader - Class in de.iai.ilcd.xml.read
XML reader for LCIAMethod xml data files
LCIAMethodReader() - Constructor for class de.iai.ilcd.xml.read.LCIAMethodReader
 
LCIAMethodResource - Class in de.iai.ilcd.services
REST web service for LCIAMethods
LCIAMethodResource() - Constructor for class de.iai.ilcd.services.LCIAMethodResource
 
LCIAMethodsHandler - Class in de.iai.ilcd.webgui.controller.ui
Backing bean for LCIAMethod List View
LCIAMethodsHandler() - Constructor for class de.iai.ilcd.webgui.controller.ui.LCIAMethodsHandler
Initialize backing bean
LCIAMethodVOAdapter - Class in de.iai.ilcd.model.adapter.dataset
Adapter for LCIA methods
LCIAMethodVOAdapter(ILCIAMethodListVO) - Constructor for class de.iai.ilcd.model.adapter.dataset.LCIAMethodVOAdapter
Create adapter for LCIA method list value object
LCIAMethodVOAdapter(ILCIAMethodVO) - Constructor for class de.iai.ilcd.model.adapter.dataset.LCIAMethodVOAdapter
Create adapter for the LCIA method value object
LciaResult - Class in de.iai.ilcd.model.process
 
LciaResult() - Constructor for class de.iai.ilcd.model.process.LciaResult
 
lciaResults - Variable in class de.iai.ilcd.model.process.Process
 
LCIMethodInformation - Class in de.iai.ilcd.model.process
 
LCIMethodInformation() - Constructor for class de.iai.ilcd.model.process.LCIMethodInformation
 
lCIMethodInformation - Variable in class de.iai.ilcd.model.process.Process
 
LIBRARY_NAME - Static variable in class de.iai.ilcd.webgui.controller.admin.DataExportResourceHandler
Name of the resource library
libraryExists(String) - Method in class de.iai.ilcd.webgui.controller.admin.DataExportResourceHandler
licenseType - Variable in class de.iai.ilcd.model.process.AccessInformation
 
ListUtils - Class in de.iai.ilcd.webgui.controller.ui
 
ListUtils() - Constructor for class de.iai.ilcd.webgui.controller.ui.ListUtils
 
load(int, int, String, boolean, Map<String, String>) - Method in class de.iai.ilcd.webgui.controller.admin.ProcessTableModel
 
load(int, int, String, boolean, Map<String, String>) - Method in class de.iai.ilcd.webgui.controller.ui.DataSetLazyDataModel
 
loadForm() - Method in class de.iai.ilcd.webgui.controller.ui.ProcessesSearchHandler
Load the form, returns null (no redirect).
location - Variable in class de.iai.ilcd.model.process.Exchange
 
location - Variable in class de.iai.ilcd.model.process.Geography
 
logger - Static variable in class de.iai.ilcd.persistence.JPAEclipseLinkSessionCustomizer
 
logger - Static variable in class de.iai.ilcd.persistence.PersistenceUtil
 
logger - Static variable in class de.iai.ilcd.services.FileResource
 
logger - Static variable in class de.iai.ilcd.webgui.controller.admin.DataExportResource
 
logger - Static variable in class de.iai.ilcd.webgui.controller.admin.DataExportResourceHandler
 
logger - Static variable in class de.iai.ilcd.webgui.controller.admin.ImportHandler
 
logger - Static variable in class de.iai.ilcd.xml.read.DataSetParsingHelper
 
logger - Static variable in class de.iai.ilcd.xml.read.FlowReader
 
logger - Static variable in class de.iai.ilcd.xml.read.ProcessReader
 
logger - Static variable in class de.iai.ilcd.xml.read.UnitGroupReader
 
login(String, String) - Method in class de.iai.ilcd.security.UserLoginActions
 
login(String, String) - Method in class de.iai.ilcd.services.AuthenticateResource
Retrieves representation of an instance of de.iai.ilcd.services.AuthenticateResource
login() - Method in class de.iai.ilcd.webgui.controller.admin.LoginHandler
Do login by user provided credentials
LoginHandler - Class in de.iai.ilcd.webgui.controller.admin
 
LoginHandler() - Constructor for class de.iai.ilcd.webgui.controller.admin.LoginHandler
Creates a new instance of LoginHandler
logout() - Method in class de.iai.ilcd.security.UserLoginActions
 
logout() - Method in class de.iai.ilcd.webgui.controller.admin.LoginHandler
Logout the current user
lsearch(ValueParser) - Method in class de.iai.ilcd.model.dao.DataSetDao
This method (local serach) works as search method for datasets only on local database entities, i.e.
lsearch(ValueParser, int, int, String) - Method in class de.iai.ilcd.model.dao.DataSetDao
This method (local lsearch) works as lsearch method for datasets only on local database entities, i.e.
lsearch(ValueParser, int, int, String, boolean) - Method in class de.iai.ilcd.model.dao.DataSetDao
This method (local lsearch) works as lsearch method for datasets only on local database entities, i.e.
LString - Class in de.iai.ilcd.model.common
 
LString() - Constructor for class de.iai.ilcd.model.common.LString
 
LString(String, String) - Constructor for class de.iai.ilcd.model.common.LString
 
LStringAdapter - Class in de.iai.ilcd.model.adapter
Adapter for localized strings
LStringAdapter(IMultiLangString) - Constructor for class de.iai.ilcd.model.adapter.LStringAdapter
Create the adapter
lStrings - Variable in class de.iai.ilcd.model.adapter.LStringAdapter
The localized strings
LText - Class in de.iai.ilcd.model.common
 
LText() - Constructor for class de.iai.ilcd.model.common.LText
 
LText(String, String) - Constructor for class de.iai.ilcd.model.common.LText
 

M

main(String[]) - Static method in class de.iai.ilcd.xml.read.DataSetZipImporter
 
maximumAmount - Variable in class de.iai.ilcd.model.process.Exchange
 
maxValue - Variable in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
meanAmount - Variable in class de.iai.ilcd.model.process.Exchange
 
meanAmount - Variable in class de.iai.ilcd.model.process.LciaResult
 
meanValue - Variable in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
meanValue - Variable in class de.iai.ilcd.model.unitgroup.Unit
 
merge(DataSet) - Method in class de.iai.ilcd.model.dao.DataSetDao
 
merge(DataStock) - Method in class de.iai.ilcd.model.dao.DataStockDao
 
merge(NetworkNode) - Method in class de.iai.ilcd.model.dao.NetworkNodeDao
 
merge(User) - Method in class de.iai.ilcd.model.dao.UserDao
 
merge(UserGroup) - Method in class de.iai.ilcd.model.dao.UserGroupDao
 
MergeException - Exception in de.iai.ilcd.model.dao
MergeException will be thrown if a merge operation will fail in a dao object
MergeException() - Constructor for exception de.iai.ilcd.model.dao.MergeException
Creates a new instance of MergeException without detail message.
MergeException(String) - Constructor for exception de.iai.ilcd.model.dao.MergeException
Constructs an instance of MergeException with the specified detail message.
methodPrinciple - Variable in class de.iai.ilcd.model.process.LCIMethodInformation
 
methodReference - Variable in class de.iai.ilcd.model.process.LciaResult
 
minimumAmount - Variable in class de.iai.ilcd.model.process.Exchange
 
minValue - Variable in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
MultiLanguageString - Class in de.iai.ilcd.model.common
 
MultiLanguageString() - Constructor for class de.iai.ilcd.model.common.MultiLanguageString
 
MultiLanguageString(MultiLanguageText) - Constructor for class de.iai.ilcd.model.common.MultiLanguageString
 
MultiLanguageString(IMultiLangString) - Constructor for class de.iai.ilcd.model.common.MultiLanguageString
 
MultiLanguageString(String) - Constructor for class de.iai.ilcd.model.common.MultiLanguageString
 
MultiLanguageText - Class in de.iai.ilcd.model.common
 
MultiLanguageText() - Constructor for class de.iai.ilcd.model.common.MultiLanguageText
 
MultiLanguageText(String) - Constructor for class de.iai.ilcd.model.common.MultiLanguageText
 
MultiLanguageText(IMultiLangString) - Constructor for class de.iai.ilcd.model.common.MultiLanguageText
 

N

name - Variable in class de.iai.ilcd.model.common.DataSet
 
name - Variable in class de.iai.ilcd.model.datastock.DataStock
 
name - Variable in class de.iai.ilcd.model.process.DataQualityIndicator
 
name - Variable in class de.iai.ilcd.model.process.ScopeOfReview
 
name - Variable in class de.iai.ilcd.model.unitgroup.Unit
 
NetworkNode - Class in de.iai.ilcd.model.nodes
 
NetworkNode() - Constructor for class de.iai.ilcd.model.nodes.NetworkNode
 
NetworkNode(String, String) - Constructor for class de.iai.ilcd.model.nodes.NetworkNode
 
NetworkNodeDao - Class in de.iai.ilcd.model.dao
 
NetworkNodeDao() - Constructor for class de.iai.ilcd.model.dao.NetworkNodeDao
 
newUserRegistration() - Method in class de.iai.ilcd.webgui.controller.admin.UserHandler
 
NodeHandler - Class in de.iai.ilcd.webgui.controller.admin
 
NodeHandler() - Constructor for class de.iai.ilcd.webgui.controller.admin.NodeHandler
Creates a new instance of NodeHandler
NodeInfoResource - Class in de.iai.ilcd.services
REST Web Service
NodeInfoResource() - Constructor for class de.iai.ilcd.services.NodeInfoResource
Creates a new instance of NodeInfoResource
NodeListHandler - Class in de.iai.ilcd.webgui.controller.admin
 
NodeListHandler() - Constructor for class de.iai.ilcd.webgui.controller.admin.NodeListHandler
 

O

otherReference - Variable in class de.iai.ilcd.model.process.InternalQuantitativeReference
 
ownerReference - Variable in class de.iai.ilcd.model.process.Process
 

P

PARAM_FORMAT - Static variable in class de.iai.ilcd.services.AbstractDataSetResource
URL parameter key for format type
PARAM_VIEW - Static variable in class de.iai.ilcd.services.AbstractDataSetResource
URL parameter key for view type
parameterized - Variable in class de.iai.ilcd.model.process.Process
 
parse(String) - Static method in class de.iai.ilcd.model.common.DataSetVersion
 
parse(JXPathContext, PrintWriter) - Method in class de.iai.ilcd.xml.read.ContactReader
 
parse(JXPathContext, PrintWriter) - Method in class de.iai.ilcd.xml.read.DataSetReader
 
parse(JXPathContext, PrintWriter) - Method in class de.iai.ilcd.xml.read.FlowPropertyReader
 
parse(JXPathContext, PrintWriter) - Method in class de.iai.ilcd.xml.read.FlowReader
 
parse(JXPathContext, PrintWriter) - Method in class de.iai.ilcd.xml.read.LCIAMethodReader
parse(JXPathContext, PrintWriter) - Method in class de.iai.ilcd.xml.read.ProcessReader
 
parse(JXPathContext, PrintWriter) - Method in class de.iai.ilcd.xml.read.SourceReader
 
parse(JXPathContext, PrintWriter) - Method in class de.iai.ilcd.xml.read.UnitGroupReader
 
parserHelper - Variable in class de.iai.ilcd.xml.read.DataSetReader
 
parseTemplate(String, VelocityContext) - Static method in class de.iai.ilcd.services.VelocityUtil
 
permanentUri - Variable in class de.iai.ilcd.model.common.DataSet
 
persist(DataStock) - Method in class de.iai.ilcd.model.dao.DataStockDao
 
persist(User) - Method in class de.iai.ilcd.model.dao.UserDao
 
persist(UserGroup) - Method in class de.iai.ilcd.model.dao.UserGroupDao
 
PersistenceUtil - Class in de.iai.ilcd.persistence
 
PersistenceUtil() - Constructor for class de.iai.ilcd.persistence.PersistenceUtil
 
PersistException - Exception in de.iai.ilcd.model.dao
PersistException will be thrown if a dao persist operation will fail
PersistException() - Constructor for exception de.iai.ilcd.model.dao.PersistException
Creates a new instance of PersistException without detail message.
PersistException(String) - Constructor for exception de.iai.ilcd.model.dao.PersistException
Constructs an instance of PersistException with the specified detail message.
PersistException(String, Throwable) - Constructor for exception de.iai.ilcd.model.dao.PersistException
 
PersistType - Enum in de.iai.ilcd.model.dao
 
phone - Variable in class de.iai.ilcd.model.contact.Contact
 
PostResourceHelper - Class in de.iai.ilcd.services
 
PostResourceHelper() - Constructor for class de.iai.ilcd.services.PostResourceHelper
 
postViewParamInit(ComponentSystemEvent) - Method in class de.iai.ilcd.webgui.controller.ui.ProcessHandler
Trigger loading of process.
preCheckAndPersist(Contact) - Method in class de.iai.ilcd.model.dao.ContactDao
 
preCheckAndPersist(T) - Method in class de.iai.ilcd.model.dao.DataSetDao
Invoked at beginning of DataSetDao.checkAndPersist(DataSet, PersistType, PrintWriter) to manipulate data prior to persisting
preCheckAndPersist(Flow) - Method in class de.iai.ilcd.model.dao.FlowDao
Invoked at beginning of DataSetDao.checkAndPersist(DataSet, PersistType, PrintWriter) to manipulate data prior to persisting
preCheckAndPersist(FlowProperty) - Method in class de.iai.ilcd.model.dao.FlowPropertyDao
 
preCheckAndPersist(LCIAMethod) - Method in class de.iai.ilcd.model.dao.LCIAMethodDao
Link the flow instances in the database with the flow global references of this LCIAMethod
preCheckAndPersist(Process) - Method in class de.iai.ilcd.model.dao.ProcessDao
 
preCheckAndPersist(Source) - Method in class de.iai.ilcd.model.dao.SourceDao
 
preCheckAndPersist(UnitGroup) - Method in class de.iai.ilcd.model.dao.UnitGroupDao
 
Process - Class in de.iai.ilcd.model.process
 
Process() - Constructor for class de.iai.ilcd.model.process.Process
 
Process(IProcessVO) - Constructor for class de.iai.ilcd.model.process.Process
 
ProcessDao - Class in de.iai.ilcd.model.dao
Data access object for processes
ProcessDao() - Constructor for class de.iai.ilcd.model.dao.ProcessDao
 
processes - Variable in class de.iai.ilcd.model.datastock.DataStock
 
ProcessesHandler - Class in de.iai.ilcd.webgui.controller.ui
Backing bean for process list view
ProcessesHandler() - Constructor for class de.iai.ilcd.webgui.controller.ui.ProcessesHandler
Initialize handler
ProcessesSearchHandler - Class in de.iai.ilcd.webgui.controller.ui
 
ProcessesSearchHandler() - Constructor for class de.iai.ilcd.webgui.controller.ui.ProcessesSearchHandler
Initialize the handler, get all lists that well be needed
ProcessHandler - Class in de.iai.ilcd.webgui.controller.ui
Backing bean for process detail view
ProcessHandler() - Constructor for class de.iai.ilcd.webgui.controller.ui.ProcessHandler
Initialize the handler
ProcessListHandler - Class in de.iai.ilcd.webgui.controller.admin
 
ProcessListHandler() - Constructor for class de.iai.ilcd.webgui.controller.admin.ProcessListHandler
 
processName - Variable in class de.iai.ilcd.model.process.Process
 
ProcessName - Class in de.iai.ilcd.model.process
 
ProcessName() - Constructor for class de.iai.ilcd.model.process.ProcessName
 
ProcessName(MultiLanguageString, MultiLanguageString, MultiLanguageString, MultiLanguageString) - Constructor for class de.iai.ilcd.model.process.ProcessName
 
ProcessReader - Class in de.iai.ilcd.xml.read
 
ProcessReader() - Constructor for class de.iai.ilcd.xml.read.ProcessReader
 
processRequest(HttpServletRequest, HttpServletResponse) - Method in class de.iai.ilcd.webgui.Welcome
Processes requests for both HTTP GET and POST methods.
ProcessResource - Class in de.iai.ilcd.services
REST web service for Processes
ProcessResource() - Constructor for class de.iai.ilcd.services.ProcessResource
 
ProcessTableModel - Class in de.iai.ilcd.webgui.controller.admin
 
ProcessTableModel(int) - Constructor for class de.iai.ilcd.webgui.controller.admin.ProcessTableModel
 
ProcessTableModel(ValueParser, int) - Constructor for class de.iai.ilcd.webgui.controller.admin.ProcessTableModel
 
ProcessVOAdapter - Class in de.iai.ilcd.model.adapter.dataset
Adapter for Processes
ProcessVOAdapter(IProcessListVO) - Constructor for class de.iai.ilcd.model.adapter.dataset.ProcessVOAdapter
Create adapter for process list value object
ProcessVOAdapter(IProcessVO) - Constructor for class de.iai.ilcd.model.adapter.dataset.ProcessVOAdapter
Create adapter for the value object
ProductFlowListHandler - Class in de.iai.ilcd.webgui.controller.admin
 
ProductFlowListHandler() - Constructor for class de.iai.ilcd.webgui.controller.admin.ProductFlowListHandler
 
publicationType - Variable in class de.iai.ilcd.model.source.Source
 
putXml(String) - Method in class de.iai.ilcd.services.AbstractDataSetResource
PUT method for updating or creating an instance of ContactResource
putXml(String) - Method in class de.iai.ilcd.services.FileResource
PUT method for updating or creating an instance of FileResource

Q

qualityIndicators - Variable in class de.iai.ilcd.model.process.Review
 
QuantitativeReferenceAdapter - Class in de.iai.ilcd.model.adapter
Adapter for IQuantitativeReference
QuantitativeReferenceAdapter(IQuantitativeReference) - Constructor for class de.iai.ilcd.model.adapter.QuantitativeReferenceAdapter
Create the adapter.

R

RandomPassword - Class in de.iai.ilcd.webgui.controller.admin
 
RandomPassword() - Constructor for class de.iai.ilcd.webgui.controller.admin.RandomPassword
 
readCommonFields(DataSet, DataSetType, JXPathContext) - Method in class de.iai.ilcd.xml.read.DataSetReader
 
readDataSetFromFile(File, PrintWriter) - Method in class de.iai.ilcd.xml.read.DataSetReader
 
readDataSetFromStream(InputStream, PrintWriter) - Method in class de.iai.ilcd.xml.read.DataSetReader
 
readFromFile(String, PrintWriter) - Method in class de.iai.ilcd.xml.read.DataSetReader
 
REALM_NAME - Static variable in class de.iai.ilcd.security.IlcdSecurityRealm
Name of the realm
ReferenceFlowAdapter - Class in de.iai.ilcd.model.adapter
Adapter for IReferenceFlow
ReferenceFlowAdapter(IReferenceFlow) - Constructor for class de.iai.ilcd.model.adapter.ReferenceFlowAdapter
Create the adapter.
referenceProperty - Variable in class de.iai.ilcd.model.flow.Flow
 
referenceToUnitGroup - Variable in class de.iai.ilcd.model.flowproperty.FlowProperty
 
referenceToVariable - Variable in class de.iai.ilcd.model.process.Exchange
 
referenceYear - Variable in class de.iai.ilcd.model.process.TimeInformation
 
refToDataSource - Variable in class de.iai.ilcd.model.process.Exchange
 
RegistrationEmailGenerator - Class in de.iai.ilcd.webgui.controller.admin
 
RegistrationEmailGenerator() - Constructor for class de.iai.ilcd.webgui.controller.admin.RegistrationEmailGenerator
 
releaseSelected() - Method in class de.iai.ilcd.webgui.controller.admin.ProcessListHandler
 
releaseState - Variable in class de.iai.ilcd.model.common.DataSet
 
remove(DataSet) - Method in class de.iai.ilcd.model.dao.DataSetDao
Remove a given data set from the database
remove(DataStock) - Method in class de.iai.ilcd.model.dao.DataStockDao
 
remove(NetworkNode) - Method in class de.iai.ilcd.model.dao.NetworkNodeDao
 
remove(DataSet) - Method in class de.iai.ilcd.model.dao.SourceDao
 
remove(User) - Method in class de.iai.ilcd.model.dao.UserDao
 
remove(UserGroup) - Method in class de.iai.ilcd.model.dao.UserGroupDao
 
removeAllUser() - Method in class de.iai.ilcd.model.security.UserGroup
 
removeCategory(Category) - Method in class de.iai.ilcd.model.common.CategorySystem
 
removeClass(ClClass) - Method in class de.iai.ilcd.model.common.Classification
 
removeFromAllGroups() - Method in class de.iai.ilcd.model.security.User
 
removeFromAllStocks() - Method in class de.iai.ilcd.model.process.Process
 
removeFromGroup(UserGroup) - Method in class de.iai.ilcd.model.security.User
 
removeFromStock(DataStock) - Method in class de.iai.ilcd.model.process.Process
 
RESOURCE_NAME - Static variable in class de.iai.ilcd.webgui.controller.admin.DataExportResource
Name of the resource
resultingAmount - Variable in class de.iai.ilcd.model.process.Exchange
 
resultsIncluded - Variable in class de.iai.ilcd.model.process.Process
 
Review - Class in de.iai.ilcd.model.process
 
Review() - Constructor for class de.iai.ilcd.model.process.Review
 
Review(TypeOfReviewValue) - Constructor for class de.iai.ilcd.model.process.Review
 
ReviewAdapter - Class in de.iai.ilcd.model.adapter
Adapter for IReview
ReviewAdapter(IReview) - Constructor for class de.iai.ilcd.model.adapter.ReviewAdapter
Create the adapter
reviews - Variable in class de.iai.ilcd.model.process.Process
 
rollbackTransaction() - Static method in class de.iai.ilcd.persistence.PersistenceUtil
 

S

ScopeAdapter - Class in de.iai.ilcd.model.adapter
Adapter for ReviewType.Scope
ScopeAdapter(IScope) - Constructor for class de.iai.ilcd.model.adapter.ScopeAdapter
Create the adapter
ScopeOfReview - Class in de.iai.ilcd.model.process
 
ScopeOfReview() - Constructor for class de.iai.ilcd.model.process.ScopeOfReview
 
ScopeOfReview(ScopeOfReviewValue) - Constructor for class de.iai.ilcd.model.process.ScopeOfReview
 
scopes - Variable in class de.iai.ilcd.model.process.Review
 
search(ValueParser) - Method in class de.iai.ilcd.model.dao.DataSetDao
Search for data sets of type T
search(ValueParser, int, int) - Method in class de.iai.ilcd.model.dao.DataSetDao
Search for data sets of type T
search(Class<E>, ValueParser) - Method in class de.iai.ilcd.model.dao.DataSetDao
This search method can also be used for distributed search because it uses the common interface types of the ServiceAPI For a version without the dataSetClassType parameter look in the subclasses
search(Class<E>, ValueParser, int, int, String) - Method in class de.iai.ilcd.model.dao.DataSetDao
This search method can also be used for distributed search because it uses the common interface types of the ServiceAPI
search(Class<E>, ValueParser, int, int, String, boolean) - Method in class de.iai.ilcd.model.dao.DataSetDao
This search method can also be used for distributed search because it uses the common interface types of the ServiceAPI
search() - Method in class de.iai.ilcd.webgui.controller.ui.ProcessesSearchHandler
Do the search, sets internal search flag to true, trigger AbstractDataSetsHandler.doFilter() and return null (no redirect)
searchResultCount(ValueParser) - Method in class de.iai.ilcd.model.dao.DataSetDao
Get result count for lsearch call
SecurityRole - Enum in de.iai.ilcd.model.security
 
ServiceContext - Class in de.iai.ilcd.services
 
ServiceContext(UriInfo) - Constructor for class de.iai.ilcd.services.ServiceContext
 
setAccessAccount(String) - Method in class de.iai.ilcd.model.nodes.NetworkNode
 
setAccessInformation(AccessInformation) - Method in class de.iai.ilcd.model.process.Process
 
setAccessPassword(String) - Method in class de.iai.ilcd.model.nodes.NetworkNode
 
setAccessRestricted(boolean) - Method in class de.iai.ilcd.model.process.Process
 
setAddAsNew(boolean) - Method in class de.iai.ilcd.webgui.controller.admin.UploadedFileInformation
 
setAddress(Address) - Method in class de.iai.ilcd.model.security.User
 
setAdminEmailAddress(String) - Method in class de.iai.ilcd.model.nodes.NetworkNode
 
setAdminName(String) - Method in class de.iai.ilcd.model.nodes.NetworkNode
 
setAdminPhone(String) - Method in class de.iai.ilcd.model.nodes.NetworkNode
 
setAdminWwwAddress(String) - Method in class de.iai.ilcd.model.nodes.NetworkNode
 
setAllocation(String) - Method in class de.iai.ilcd.model.process.Exchange
 
setApproaches(Set<LCIMethodApproachesValue>) - Method in class de.iai.ilcd.model.process.LCIMethodInformation
 
setApprovedBy(GlobalReference) - Method in class de.iai.ilcd.model.process.Process
 
setAreaCode(String) - Method in class de.iai.ilcd.model.common.GeographicalArea
 
setAreasOfProtection(List<AreaOfProtectionValue>) - Method in class de.iai.ilcd.model.lciamethod.LCIAMethod
Set the areas of protection
setBasePart(MultiLanguageString) - Method in class de.iai.ilcd.model.process.ProcessName
 
setBaseUrl(String) - Method in class de.iai.ilcd.model.nodes.NetworkNode
 
setBranch(int) - Method in class de.iai.ilcd.model.common.DataSet
 
setCasNumber(String) - Method in class de.iai.ilcd.model.flow.Flow
 
setCategories(Set<Category>) - Method in class de.iai.ilcd.model.common.CategorySystem
 
setCategorization(Classification) - Method in class de.iai.ilcd.model.flow.Flow
 
setCategory(Category) - Method in class de.iai.ilcd.model.common.ClClass
 
setCategorySystem(CategorySystem) - Method in class de.iai.ilcd.model.common.Classification
 
setCatId(String) - Method in class de.iai.ilcd.model.common.Category
 
setCatLevel(int) - Method in class de.iai.ilcd.model.common.Category
 
setCatName(String) - Method in class de.iai.ilcd.model.common.Category
 
setCentralContactPoint(String) - Method in class de.iai.ilcd.model.contact.Contact
 
setCharactarisationFactors(List<LCIAMethodCharacterisationFactor>) - Method in class de.iai.ilcd.model.lciamethod.LCIAMethod
Set the new characterisation factors
setChosenCountry(int) - Method in class de.iai.ilcd.webgui.controller.admin.UserHandler
 
setChosenSector(int) - Method in class de.iai.ilcd.webgui.controller.admin.UserHandler
 
setCitation(MultiLanguageText) - Method in class de.iai.ilcd.model.source.Source
 
setCity(String) - Method in class de.iai.ilcd.model.security.Address
 
setClasses(List<ClClass>) - Method in class de.iai.ilcd.model.common.Classification
 
setClassification(Classification) - Method in class de.iai.ilcd.model.common.DataSet
 
setClId(String) - Method in class de.iai.ilcd.model.common.ClClass
 
setComment(MultiLanguageString) - Method in class de.iai.ilcd.model.process.Exchange
 
setComment(MultiLanguageString) - Method in class de.iai.ilcd.model.process.LciaResult
 
setCompleteness(CompletenessValue) - Method in class de.iai.ilcd.model.process.Process
 
setComplianceSystems(Set<IComplianceSystem>) - Method in class de.iai.ilcd.model.process.Process
 
setContactAddress(String) - Method in class de.iai.ilcd.model.contact.Contact
 
setContacts(Set<GlobalReference>) - Method in class de.iai.ilcd.model.source.Source
 
setContent(String) - Method in class de.iai.ilcd.model.common.XmlFile
 
setCopyright(boolean) - Method in class de.iai.ilcd.model.process.AccessInformation
 
setCountry(String) - Method in class de.iai.ilcd.model.security.Address
 
setDataDerivationTypeStatus(DataDerivationTypeStatusValues) - Method in class de.iai.ilcd.model.lciamethod.LCIAMethodCharacterisationFactor
Set the new data derivation type status
setDataSet(I) - Method in class de.iai.ilcd.webgui.controller.ui.AbstractDataSetHandler
Set the data set
setDataSetIdString(String) - Method in class de.iai.ilcd.webgui.controller.ui.AbstractDataSetHandler
Set the data set ID as string, will trigger loading the object via provided DAO
setDataSetIdString(String, boolean) - Method in class de.iai.ilcd.webgui.controller.ui.AbstractDataSetHandler
Set the data set ID as string
setDataSetIdString(String) - Method in class de.iai.ilcd.webgui.controller.ui.ProcessHandler
Set the data set ID as string.
setDataSetType(DataSetType) - Method in class de.iai.ilcd.model.common.Category
 
setDataSetType(DataSetType) - Method in class de.iai.ilcd.model.common.ClClass
 
setDataSource(String) - Method in class de.iai.ilcd.model.process.Exchange
 
setDataStock(DataStock) - Method in class de.iai.ilcd.webgui.controller.admin.StockHandler
 
setDefaultValue(String) - Method in class de.iai.ilcd.model.common.MultiLanguageString
 
setDefaultValue(String) - Method in class de.iai.ilcd.model.common.MultiLanguageText
 
setDerivationType(String) - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
setDerivationType(String) - Method in class de.iai.ilcd.model.process.Exchange
 
setDescription(MultiLanguageText) - Method in class de.iai.ilcd.model.common.DataSet
 
setDescription(MultiLanguageText) - Method in class de.iai.ilcd.model.datastock.DataStock
 
setDescription(MultiLanguageText) - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
setDescription(String) - Method in class de.iai.ilcd.model.nodes.NetworkNode
 
setDescription(MultiLanguageText) - Method in class de.iai.ilcd.model.process.Geography
 
setDescription(MultiLanguageText) - Method in class de.iai.ilcd.model.process.TimeInformation
 
setDescription(MultiLanguageText) - Method in class de.iai.ilcd.model.unitgroup.Unit
 
setDescriptionFilter(String) - Method in class de.iai.ilcd.webgui.controller.ui.ProcessesSearchHandler
Set the description filter value
setDistributedFilter(Boolean) - Method in class de.iai.ilcd.webgui.controller.ui.ProcessesSearchHandler
Set the parameterized filter value
setDocumentationCompliance(ComplianceValue) - Method in class de.iai.ilcd.model.process.ComplianceSystem
 
setDualUserList(DualListModel<String>) - Method in class de.iai.ilcd.webgui.controller.admin.GroupHandler
 
setDuration(MultiLanguageString) - Method in class de.iai.ilcd.model.lciamethod.TimeInformation
Set the duration information
setEmail(String) - Method in class de.iai.ilcd.model.contact.Contact
 
setEmail(String) - Method in class de.iai.ilcd.model.security.User
 
setExchangeDirection(ExchangeDirectionValues) - Method in class de.iai.ilcd.model.lciamethod.LCIAMethodCharacterisationFactor
Set the new exchange direction
setExchangeDirection(ExchangeDirection) - Method in class de.iai.ilcd.model.process.Exchange
 
setExchanges(List<Exchange>) - Method in class de.iai.ilcd.model.process.Process
 
setExchangesIncluded(boolean) - Method in class de.iai.ilcd.model.process.Process
 
setFax(String) - Method in class de.iai.ilcd.model.contact.Contact
 
setFile(StreamedContent) - Method in class de.iai.ilcd.webgui.controller.ui.DownloadAllHandler
 
setFileName(String) - Method in class de.iai.ilcd.model.common.DigitalFile
 
setFileName(String) - Method in class de.iai.ilcd.webgui.controller.admin.UploadedFileInformation
 
setFiles(Set<DigitalFile>) - Method in class de.iai.ilcd.model.source.Source
 
setFileSize(long) - Method in class de.iai.ilcd.webgui.controller.admin.UploadedFileInformation
 
setFileType(String) - Method in class de.iai.ilcd.webgui.controller.admin.UploadedFileInformation
 
setFilter(String, String) - Method in class de.iai.ilcd.webgui.controller.ui.AbstractDataSetsHandler
Set filter, empty strings will be considered as indicator to remove filter
setFilter(String, Object) - Method in class de.iai.ilcd.webgui.controller.ui.AbstractDataSetsHandler
Set filter, null means: remove filter
setFirstName(String) - Method in class de.iai.ilcd.model.security.User
 
setFlow(Flow) - Method in class de.iai.ilcd.model.process.Exchange
 
setFlowGlobalReference(GlobalReference) - Method in class de.iai.ilcd.model.lciamethod.LCIAMethodCharacterisationFactor
Set the new global reference for the flow
setFlowProperty(FlowProperty) - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
setFlowPropertyRef(GlobalReference) - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
setFlowReference(GlobalReference) - Method in class de.iai.ilcd.model.process.Exchange
 
setFormat(String) - Method in class de.iai.ilcd.model.process.Process
 
setFunctionType(String) - Method in class de.iai.ilcd.model.process.Exchange
 
setGender(Gender) - Method in class de.iai.ilcd.model.security.User
 
setGeography(Geography) - Method in class de.iai.ilcd.model.process.Process
 
setGroup(UserGroup) - Method in class de.iai.ilcd.webgui.controller.admin.GroupHandler
 
setGroupName(String) - Method in class de.iai.ilcd.model.security.UserGroup
 
setGroups(List<UserGroup>) - Method in class de.iai.ilcd.model.security.User
 
setHref(String) - Method in class de.iai.ilcd.model.common.DataSet
 
setHref(String) - Method in class de.iai.ilcd.model.common.GlobalReference
 
setId(Long) - Method in class de.iai.ilcd.model.common.Category
 
setId(Long) - Method in class de.iai.ilcd.model.common.CategorySystem
 
setId(Long) - Method in class de.iai.ilcd.model.common.Classification
 
setId(Long) - Method in class de.iai.ilcd.model.common.ClClass
 
setId(Long) - Method in class de.iai.ilcd.model.common.DataSet
 
setId(Long) - Method in class de.iai.ilcd.model.common.DigitalFile
 
setId(Long) - Method in class de.iai.ilcd.model.common.GeographicalArea
 
setId(Long) - Method in class de.iai.ilcd.model.common.GlobalReference
 
setId(Long) - Method in class de.iai.ilcd.model.common.Language
 
setId(Long) - Method in class de.iai.ilcd.model.common.LString
 
setId(Long) - Method in class de.iai.ilcd.model.common.LText
 
setId(Long) - Method in class de.iai.ilcd.model.common.XmlFile
 
setId(Long) - Method in class de.iai.ilcd.model.datastock.DataStock
 
setId(Long) - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
setId(Long) - Method in class de.iai.ilcd.model.lciamethod.LCIAMethodCharacterisationFactor
Set the id
setId(Long) - Method in class de.iai.ilcd.model.nodes.NetworkNode
 
setId(Long) - Method in class de.iai.ilcd.model.process.ComplianceSystem
 
setId(Long) - Method in class de.iai.ilcd.model.process.DataQualityIndicator
 
setId(Long) - Method in class de.iai.ilcd.model.process.Exchange
 
setId(Long) - Method in class de.iai.ilcd.model.process.InternalQuantitativeReference
 
setId(Long) - Method in class de.iai.ilcd.model.process.LciaResult
 
setId(Long) - Method in class de.iai.ilcd.model.process.LCIMethodInformation
 
setId(Long) - Method in class de.iai.ilcd.model.process.Review
 
setId(Long) - Method in class de.iai.ilcd.model.process.ScopeOfReview
 
setId(Long) - Method in class de.iai.ilcd.model.security.IndustrialSector
 
setId(Long) - Method in class de.iai.ilcd.model.security.User
 
setId(Long) - Method in class de.iai.ilcd.model.security.UserGroup
 
setId(Long) - Method in class de.iai.ilcd.model.unitgroup.Unit
 
setIlcdType(ILCDTypes) - Method in class de.iai.ilcd.webgui.controller.admin.UploadedFileInformation
 
setImpactCategory(List<LCIAImpactCategoryValue>) - Method in class de.iai.ilcd.model.lciamethod.LCIAMethod
Set the impact categories
setImpactIndicator(String) - Method in class de.iai.ilcd.model.lciamethod.LCIAMethod
Set the new impact indicator
setInternalId(int) - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
setInternalId(int) - Method in class de.iai.ilcd.model.process.Exchange
 
setInternalId(int) - Method in class de.iai.ilcd.model.unitgroup.Unit
 
setInternalReference(InternalQuantitativeReference) - Method in class de.iai.ilcd.model.process.Process
 
setItem(T) - Method in class de.iai.ilcd.webgui.controller.admin.GuiListManagerItem
 
setLang(String) - Method in class de.iai.ilcd.model.common.LString
 
setLang(String) - Method in class de.iai.ilcd.model.common.LText
 
setLanguageCode(String) - Method in class de.iai.ilcd.model.common.Language
 
setLastName(String) - Method in class de.iai.ilcd.model.security.User
 
setLazyModel(LazyDataModel<Contact>) - Method in class de.iai.ilcd.webgui.controller.admin.ContactListHandler
 
setLazyModel(LazyDataModel<Flow>) - Method in class de.iai.ilcd.webgui.controller.admin.ElementaryFlowListHandler
 
setLazyModel(LazyDataModel<FlowProperty>) - Method in class de.iai.ilcd.webgui.controller.admin.FlowPropertyListHandler
 
setLazyModel(LazyDataModel<LCIAMethod>) - Method in class de.iai.ilcd.webgui.controller.admin.LCIAMethodListHandler
Set the lazy data model
setLazyModel(LazyDataModel<Process>) - Method in class de.iai.ilcd.webgui.controller.admin.ProcessListHandler
 
setLazyModel(LazyDataModel<Flow>) - Method in class de.iai.ilcd.webgui.controller.admin.ProductFlowListHandler
 
setLazyModel(LazyDataModel<Source>) - Method in class de.iai.ilcd.webgui.controller.admin.SourceListHandler
 
setLazyModel(LazyDataModel<UnitGroup>) - Method in class de.iai.ilcd.webgui.controller.admin.UnitGroupListHandler
 
setLciaResults(List<LciaResult>) - Method in class de.iai.ilcd.model.process.Process
 
setLCIMethodInformation(LCIMethodInformation) - Method in class de.iai.ilcd.model.process.Process
 
setLevel(int) - Method in class de.iai.ilcd.model.common.ClClass
 
setLicenseType(LicenseTypeValue) - Method in class de.iai.ilcd.model.process.AccessInformation
 
setLocation(String) - Method in class de.iai.ilcd.model.process.Exchange
 
setLocation(String) - Method in class de.iai.ilcd.model.process.Geography
 
setLocationPart(MultiLanguageString) - Method in class de.iai.ilcd.model.process.ProcessName
 
setLocationsFilter(List<String>) - Method in class de.iai.ilcd.webgui.controller.ui.ProcessesSearchHandler
Set the selected locations
setLoginName(String) - Method in class de.iai.ilcd.webgui.controller.admin.LoginHandler
Set the login name from user input
setLStringMap(Map<String, LString>) - Method in class de.iai.ilcd.model.common.MultiLanguageString
 
setLStringMap(Map<String, LText>) - Method in class de.iai.ilcd.model.common.MultiLanguageText
 
setMajorVersion(int) - Method in class de.iai.ilcd.model.common.DataSetVersion
 
setMaximumAmount(float) - Method in class de.iai.ilcd.model.process.Exchange
 
setMaxValue(double) - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
setMeanAmount(float) - Method in class de.iai.ilcd.model.process.Exchange
 
setMeanAmount(float) - Method in class de.iai.ilcd.model.process.LciaResult
 
setMeanValue(double) - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
setMeanValue(float) - Method in class de.iai.ilcd.model.lciamethod.LCIAMethodCharacterisationFactor
Set the new mean value
setMeanValue(double) - Method in class de.iai.ilcd.model.unitgroup.Unit
 
setMessage(String) - Method in class de.iai.ilcd.webgui.controller.admin.UploadedFileInformation
 
setMethodologicalCompliance(ComplianceValue) - Method in class de.iai.ilcd.model.process.ComplianceSystem
 
setMethodology(List<String>) - Method in class de.iai.ilcd.model.lciamethod.LCIAMethod
Set the new methodologies
setMethodPrinciple(LCIMethodPrincipleValue) - Method in class de.iai.ilcd.model.process.LCIMethodInformation
 
setMethodReference(GlobalReference) - Method in class de.iai.ilcd.model.process.LciaResult
 
setMethods(Set<MethodOfReviewValue>) - Method in class de.iai.ilcd.model.process.ScopeOfReview
 
setMinimumAmount(float) - Method in class de.iai.ilcd.model.process.Exchange
 
setMinorVersion(int) - Method in class de.iai.ilcd.model.common.DataSetVersion
 
setMinValue(double) - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
setName(String) - Method in class de.iai.ilcd.model.common.CategorySystem
 
setName(String) - Method in class de.iai.ilcd.model.common.Classification
 
setName(String) - Method in class de.iai.ilcd.model.common.ClClass
 
setName(MultiLanguageString) - Method in class de.iai.ilcd.model.common.DataSet
 
setName(String) - Method in class de.iai.ilcd.model.common.GeographicalArea
 
setName(String) - Method in class de.iai.ilcd.model.common.Language
 
setName(MultiLanguageString) - Method in class de.iai.ilcd.model.datastock.DataStock
 
setName(String) - Method in class de.iai.ilcd.model.nodes.NetworkNode
 
setName(DataQualityIndicatorName) - Method in class de.iai.ilcd.model.process.DataQualityIndicator
 
setName(ScopeOfReviewValue) - Method in class de.iai.ilcd.model.process.ScopeOfReview
 
setName(String) - Method in class de.iai.ilcd.model.unitgroup.Unit
 
setNameFilter(String) - Method in class de.iai.ilcd.webgui.controller.ui.ProcessesHandler
Set value for name filter
setNode(NetworkNode) - Method in class de.iai.ilcd.webgui.controller.admin.NodeHandler
 
setNodeId(String) - Method in class de.iai.ilcd.model.nodes.NetworkNode
 
setNomenclatureCompliance(ComplianceValue) - Method in class de.iai.ilcd.model.process.ComplianceSystem
 
setOperator(String) - Method in class de.iai.ilcd.model.nodes.NetworkNode
 
setOrganisation(String) - Method in class de.iai.ilcd.model.security.User
 
setOrganisationUnit(String) - Method in class de.iai.ilcd.model.security.User
 
setOtherReference(MultiLanguageString) - Method in class de.iai.ilcd.model.process.InternalQuantitativeReference
 
setOtherReviewDetails(MultiLanguageText) - Method in class de.iai.ilcd.model.process.Review
 
setOverallCompliance(ComplianceValue) - Method in class de.iai.ilcd.model.process.ComplianceSystem
 
setOverwrite(boolean) - Method in class de.iai.ilcd.webgui.controller.admin.UploadedFileInformation
 
setOwnerReference(GlobalReference) - Method in class de.iai.ilcd.model.process.Process
 
setParameterized(boolean) - Method in class de.iai.ilcd.model.process.Process
 
setParameterizedFilter(Boolean) - Method in class de.iai.ilcd.webgui.controller.ui.ProcessesSearchHandler
Set the parameterized filter value
setParams(ValueParser) - Method in class de.iai.ilcd.webgui.controller.ui.DataSetLazyDataModel
Set the parameter
setPassword(String) - Method in class de.iai.ilcd.webgui.controller.admin.LoginHandler
Set the password from user input
setPasswordHash(String) - Method in class de.iai.ilcd.model.security.User
 
setPasswordHashSalt(String) - Method in class de.iai.ilcd.model.security.User
 
setPathName(String) - Method in class de.iai.ilcd.webgui.controller.admin.UploadedFileInformation
 
setPermanentUri(String) - Method in class de.iai.ilcd.model.common.DataSet
 
setPhone(String) - Method in class de.iai.ilcd.model.contact.Contact
 
setPickAllClasses(DualListModel<String>) - Method in class de.iai.ilcd.webgui.controller.ui.ProcessesSearchHandler
Set pick list model for all classes
setPlainPassword(String) - Method in class de.iai.ilcd.webgui.controller.admin.UserHandler
 
setProcessName(ProcessName) - Method in class de.iai.ilcd.model.process.Process
 
setPropertyDescriptions(Set<FlowPropertyDescription>) - Method in class de.iai.ilcd.model.flow.Flow
 
setPublicationType(PublicationTypeValue) - Method in class de.iai.ilcd.model.source.Source
 
setQualityCompliance(ComplianceValue) - Method in class de.iai.ilcd.model.process.ComplianceSystem
 
setQualityIndicators(Set<DataQualityIndicator>) - Method in class de.iai.ilcd.model.process.Review
 
setReferencedFlowInstance(Flow) - Method in class de.iai.ilcd.model.lciamethod.LCIAMethodCharacterisationFactor
Set the new referenced flow instance
setReferenceIds(Set<Integer>) - Method in class de.iai.ilcd.model.process.InternalQuantitativeReference
 
setReferenceProperty(FlowPropertyDescription) - Method in class de.iai.ilcd.model.flow.Flow
 
setReferencesToReviewers(Set<GlobalReference>) - Method in class de.iai.ilcd.model.process.Review
 
setReferenceToUnitGroup(GlobalReference) - Method in class de.iai.ilcd.model.flowproperty.FlowProperty
 
setReferenceToVariable(String) - Method in class de.iai.ilcd.model.process.Exchange
 
setReferenceUnit(Unit) - Method in class de.iai.ilcd.model.unitgroup.UnitGroup
 
setReferenceYear(MultiLanguageString) - Method in class de.iai.ilcd.model.lciamethod.TimeInformation
Set the reference year information
setReferenceYear(Integer) - Method in class de.iai.ilcd.model.process.TimeInformation
 
setReferenceYearLowerFilter(Integer) - Method in class de.iai.ilcd.webgui.controller.ui.ProcessesSearchHandler
Set the filter value for lower reference year
setReferenceYearUpperFilter(Integer) - Method in class de.iai.ilcd.webgui.controller.ui.ProcessesSearchHandler
Set the filter value for upper reference year
setRefObjectId(String) - Method in class de.iai.ilcd.model.common.GlobalReference
 
setRefToDataSource(GlobalReference) - Method in class de.iai.ilcd.model.process.Exchange
 
setRegistrationKey(String) - Method in class de.iai.ilcd.model.security.User
 
setReleaseState(DataSetState) - Method in class de.iai.ilcd.model.common.DataSet
 
setResultingAmount(float) - Method in class de.iai.ilcd.model.process.Exchange
 
setResultsIncluded(boolean) - Method in class de.iai.ilcd.model.process.Process
 
setReviewCompliance(ComplianceValue) - Method in class de.iai.ilcd.model.process.ComplianceSystem
 
setReviewDetails(MultiLanguageText) - Method in class de.iai.ilcd.model.process.Review
 
setReviews(List<IReview>) - Method in class de.iai.ilcd.model.process.Process
 
setRoles(List<SecurityRole>) - Method in class de.iai.ilcd.model.security.User
 
setRoles(List<SecurityRole>) - Method in class de.iai.ilcd.model.security.UserGroup
 
setRoutePart(MultiLanguageString) - Method in class de.iai.ilcd.model.process.ProcessName
 
setScopes(Set<IScope>) - Method in class de.iai.ilcd.model.process.Review
 
setSector(String) - Method in class de.iai.ilcd.model.security.IndustrialSector
 
setSector(IndustrialSector) - Method in class de.iai.ilcd.model.security.User
 
setSelected(DataStock[]) - Method in class de.iai.ilcd.webgui.controller.admin.StockListHandler
 
setSelectedClasses(List<String>) - Method in class de.iai.ilcd.webgui.controller.ui.ProcessesHandler
Set the selected classes
setSelectedContacts(Contact[]) - Method in class de.iai.ilcd.webgui.controller.admin.ContactListHandler
 
setSelectedFlowProperties(FlowProperty[]) - Method in class de.iai.ilcd.webgui.controller.admin.FlowPropertyListHandler
 
setSelectedFlows(Flow[]) - Method in class de.iai.ilcd.webgui.controller.admin.ElementaryFlowListHandler
 
setSelectedFlows(Flow[]) - Method in class de.iai.ilcd.webgui.controller.admin.ProductFlowListHandler
 
setSelectedLCIAMethods(LCIAMethod[]) - Method in class de.iai.ilcd.webgui.controller.admin.LCIAMethodListHandler
Set the selected LCIA methods
setSelectedProcesses(Process[]) - Method in class de.iai.ilcd.webgui.controller.admin.ProcessListHandler
 
setSelectedRoles1(List<String>) - Method in class de.iai.ilcd.webgui.controller.admin.GroupHandler
 
setSelectedRoles2(List<String>) - Method in class de.iai.ilcd.webgui.controller.admin.GroupHandler
 
setSelectedSources(Source[]) - Method in class de.iai.ilcd.webgui.controller.admin.SourceListHandler
 
setSelectedUnitGroups(UnitGroup[]) - Method in class de.iai.ilcd.webgui.controller.admin.UnitGroupListHandler
 
setShortDescription(MultiLanguageText) - Method in class de.iai.ilcd.model.common.GlobalReference
 
setShortDescription(MultiLanguageString) - Method in class de.iai.ilcd.model.lciamethod.LCIAMethodCharacterisationFactor
Set the new short description
setShortName(MultiLanguageString) - Method in class de.iai.ilcd.model.contact.Contact
 
setShortName(MultiLanguageString) - Method in class de.iai.ilcd.model.source.Source
 
setShouldBeDeleted(boolean) - Method in class de.iai.ilcd.webgui.controller.admin.GuiListManagerItem
 
setSource(Source) - Method in class de.iai.ilcd.model.common.DigitalFile
 
setSourceId(String) - Method in class de.iai.ilcd.model.common.DataSet
 
setSourceNode(String) - Method in class de.iai.ilcd.webgui.controller.ui.ProcessHandler
Set the source node
setSourceReference(GlobalReference) - Method in class de.iai.ilcd.model.process.ComplianceSystem
 
setSpamSliderValue(int) - Method in class de.iai.ilcd.webgui.controller.admin.UserHandler
 
setStandardDeviation(float) - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
setStandardDeviation(float) - Method in class de.iai.ilcd.model.process.Exchange
 
setStandardDeviation(float) - Method in class de.iai.ilcd.model.process.LciaResult
 
setStreetAddress(String) - Method in class de.iai.ilcd.model.security.Address
 
setSubMinorVersion(int) - Method in class de.iai.ilcd.model.common.DataSetVersion
 
setSubReferences(List<String>) - Method in class de.iai.ilcd.model.common.GlobalReference
 
setSumFormula(String) - Method in class de.iai.ilcd.model.flow.Flow
 
setSynonyms(MultiLanguageString) - Method in class de.iai.ilcd.model.flow.Flow
 
setSynonyms(MultiLanguageString) - Method in class de.iai.ilcd.model.flowproperty.FlowProperty
 
setSynonyms(MultiLanguageString) - Method in class de.iai.ilcd.model.process.Process
 
setTechnicalPurpose(MultiLanguageText) - Method in class de.iai.ilcd.model.process.Process
 
setTimeInformation(TimeInformation) - Method in class de.iai.ilcd.model.lciamethod.LCIAMethod
Set the new time information
setTimeInformation(TimeInformation) - Method in class de.iai.ilcd.model.process.Process
 
setTitle(MultiLanguageString) - Method in class de.iai.ilcd.model.datastock.DataStock
 
setTitle(String) - Method in class de.iai.ilcd.model.security.User
 
setType(GlobalReferenceTypeValue) - Method in class de.iai.ilcd.model.common.GlobalReference
 
setType(TypeOfFlowValue) - Method in class de.iai.ilcd.model.flow.Flow
 
setType(TypeOfLCIAMethodValue) - Method in class de.iai.ilcd.model.lciamethod.LCIAMethod
Set the type of the LCIA method
setType(TypeOfQuantitativeReferenceValue) - Method in class de.iai.ilcd.model.process.InternalQuantitativeReference
 
setType(TypeOfProcessValue) - Method in class de.iai.ilcd.model.process.Process
 
setType(TypeOfReviewValue) - Method in class de.iai.ilcd.model.process.Review
 
setTypeFilter(String) - Method in class de.iai.ilcd.webgui.controller.ui.ProcessesSearchHandler
Set the selected type
setUncertaintyDistribution(String) - Method in class de.iai.ilcd.model.process.Exchange
 
setUncertaintyDistribution(String) - Method in class de.iai.ilcd.model.process.LciaResult
 
setUncertaintyType(String) - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
setUnitGroup(UnitGroup) - Method in class de.iai.ilcd.model.flowproperty.FlowProperty
 
setUnitPart(MultiLanguageString) - Method in class de.iai.ilcd.model.process.ProcessName
 
setUnits(Set<Unit>) - Method in class de.iai.ilcd.model.unitgroup.UnitGroup
 
setUri(String) - Method in class de.iai.ilcd.model.common.GlobalReference
 
setUseAdvice(MultiLanguageText) - Method in class de.iai.ilcd.model.process.Process
 
setUser(User) - Method in class de.iai.ilcd.webgui.controller.admin.UserHandler
 
setUseRestrictions(MultiLanguageText) - Method in class de.iai.ilcd.model.process.AccessInformation
 
setUserName(String) - Method in class de.iai.ilcd.model.security.User
 
setUsers(List<User>) - Method in class de.iai.ilcd.model.security.UserGroup
 
setUuid(Uuid) - Method in class de.iai.ilcd.model.common.Category
 
setUuid(Uuid) - Method in class de.iai.ilcd.model.common.ClClass
 
setUuid(Uuid) - Method in class de.iai.ilcd.model.common.DataSet
 
setUuid(Uuid) - Method in class de.iai.ilcd.model.common.GlobalReference
 
setUuid(String) - Method in class de.iai.ilcd.model.common.Uuid
 
setUuid(String) - Method in class de.iai.ilcd.webgui.controller.ui.ProcessHandler
Set the UUID as string
setValidUntil(Integer) - Method in class de.iai.ilcd.model.process.TimeInformation
 
setValue(String) - Method in class de.iai.ilcd.model.common.LString
 
setValue(String) - Method in class de.iai.ilcd.model.common.LText
 
setValue(String) - Method in class de.iai.ilcd.model.common.MultiLanguageString
 
setValue(String, String) - Method in class de.iai.ilcd.model.common.MultiLanguageString
 
setValue(String) - Method in class de.iai.ilcd.model.common.MultiLanguageText
 
setValue(String, String) - Method in class de.iai.ilcd.model.common.MultiLanguageText
 
setValue(QualityValue) - Method in class de.iai.ilcd.model.process.DataQualityIndicator
 
setVerifyPassword(String) - Method in class de.iai.ilcd.webgui.controller.admin.UserHandler
 
setVersion(DataSetVersion) - Method in class de.iai.ilcd.model.common.DataSet
 
setVersion(DataSetVersion) - Method in class de.iai.ilcd.model.common.GlobalReference
 
setVersion(String) - Method in class de.iai.ilcd.model.common.GlobalReference
 
setWww(String) - Method in class de.iai.ilcd.model.contact.Contact
 
setXmlFile(XmlFile) - Method in class de.iai.ilcd.model.common.DataSet
 
setZipCode(String) - Method in class de.iai.ilcd.model.security.Address
 
shortName - Variable in class de.iai.ilcd.model.contact.Contact
 
shortName - Variable in class de.iai.ilcd.model.source.Source
 
Source - Class in de.iai.ilcd.model.source
 
Source() - Constructor for class de.iai.ilcd.model.source.Source
 
SourceDao - Class in de.iai.ilcd.model.dao
Data access object for sources
SourceDao() - Constructor for class de.iai.ilcd.model.dao.SourceDao
 
SourceHandler - Class in de.iai.ilcd.webgui.controller.ui
Backing bean for source detail view
SourceHandler() - Constructor for class de.iai.ilcd.webgui.controller.ui.SourceHandler
Initialize handler
SourceListHandler - Class in de.iai.ilcd.webgui.controller.admin
 
SourceListHandler() - Constructor for class de.iai.ilcd.webgui.controller.admin.SourceListHandler
 
SourceReader - Class in de.iai.ilcd.xml.read
 
SourceReader() - Constructor for class de.iai.ilcd.xml.read.SourceReader
 
SourceResource - Class in de.iai.ilcd.services
REST Web Service
SourceResource() - Constructor for class de.iai.ilcd.services.SourceResource
 
sources - Variable in class de.iai.ilcd.model.datastock.DataStock
 
SourcesHandler - Class in de.iai.ilcd.webgui.controller.ui
Backing bean for source list view
SourcesHandler() - Constructor for class de.iai.ilcd.webgui.controller.ui.SourcesHandler
Initialize handler
SourceVOAdapter - Class in de.iai.ilcd.model.adapter.dataset
Adapter for Sources
SourceVOAdapter(ISourceListVO) - Constructor for class de.iai.ilcd.model.adapter.dataset.SourceVOAdapter
Create adapter for source list value object
SourceVOAdapter(ISourceVO) - Constructor for class de.iai.ilcd.model.adapter.dataset.SourceVOAdapter
Create adapter for the source value object
splitEmail(String) - Method in class de.iai.ilcd.gui.utils.UrlUtils
 
standardDeviation - Variable in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
standardDeviation - Variable in class de.iai.ilcd.model.process.Exchange
 
standardDeviation - Variable in class de.iai.ilcd.model.process.LciaResult
 
status() - Method in class de.iai.ilcd.services.AuthenticateResource
 
status() - Method in class de.iai.ilcd.services.NodeInfoResource
 
StockHandler - Class in de.iai.ilcd.webgui.controller.admin
 
StockHandler() - Constructor for class de.iai.ilcd.webgui.controller.admin.StockHandler
Creates a new instance of NodeHandler
StockListHandler - Class in de.iai.ilcd.webgui.controller.admin
 
StockListHandler() - Constructor for class de.iai.ilcd.webgui.controller.admin.StockListHandler
 
sumFormula - Variable in class de.iai.ilcd.model.flow.Flow
 
synonyms - Variable in class de.iai.ilcd.model.flow.Flow
 
synonyms - Variable in class de.iai.ilcd.model.flowproperty.FlowProperty
 
synonyms - Variable in class de.iai.ilcd.model.process.Process
 

T

TimeInformation - Class in de.iai.ilcd.model.lciamethod
Time information for LCIA methods
TimeInformation() - Constructor for class de.iai.ilcd.model.lciamethod.TimeInformation
 
timeInformation - Variable in class de.iai.ilcd.model.process.Process
 
TimeInformation - Class in de.iai.ilcd.model.process
 
TimeInformation() - Constructor for class de.iai.ilcd.model.process.TimeInformation
 
title - Variable in class de.iai.ilcd.model.datastock.DataStock
 
toString() - Method in class de.iai.ilcd.model.common.Category
 
toString() - Method in class de.iai.ilcd.model.common.CategorySystem
 
toString() - Method in class de.iai.ilcd.model.common.Classification
 
toString() - Method in class de.iai.ilcd.model.common.ClClass
 
toString() - Method in class de.iai.ilcd.model.common.DataSet
 
toString() - Method in class de.iai.ilcd.model.common.DataSetVersion
 
toString() - Method in class de.iai.ilcd.model.common.DigitalFile
 
toString() - Method in class de.iai.ilcd.model.common.GeographicalArea
 
toString() - Method in class de.iai.ilcd.model.common.GlobalReference
 
toString() - Method in class de.iai.ilcd.model.common.Language
 
toString() - Method in class de.iai.ilcd.model.common.LText
 
toString() - Method in class de.iai.ilcd.model.common.XmlFile
 
toString() - Method in class de.iai.ilcd.model.contact.Contact
 
toString() - Method in class de.iai.ilcd.model.datastock.DataStock
 
toString() - Method in class de.iai.ilcd.model.flow.Flow
 
toString() - Method in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
toString() - Method in class de.iai.ilcd.model.flowproperty.FlowProperty
 
toString() - Method in class de.iai.ilcd.model.lciamethod.LCIAMethod
toString() - Method in class de.iai.ilcd.model.lciamethod.LCIAMethodCharacterisationFactor
toString() - Method in class de.iai.ilcd.model.nodes.NetworkNode
 
toString() - Method in class de.iai.ilcd.model.process.ComplianceSystem
 
toString() - Method in class de.iai.ilcd.model.process.DataQualityIndicator
 
toString() - Method in class de.iai.ilcd.model.process.Exchange
 
toString() - Method in class de.iai.ilcd.model.process.LciaResult
 
toString() - Method in class de.iai.ilcd.model.process.Process
 
toString() - Method in class de.iai.ilcd.model.process.Review
 
toString() - Method in class de.iai.ilcd.model.process.ScopeOfReview
 
toString() - Method in class de.iai.ilcd.model.security.IndustrialSector
 
toString() - Method in enum de.iai.ilcd.model.security.SecurityRole
 
toString() - Method in class de.iai.ilcd.model.security.User
 
toString() - Method in class de.iai.ilcd.model.security.UserGroup
 
toString() - Method in class de.iai.ilcd.model.source.Source
 
toString() - Method in class de.iai.ilcd.model.unitgroup.Unit
 
type - Variable in class de.iai.ilcd.model.process.InternalQuantitativeReference
 
type - Variable in class de.iai.ilcd.model.process.Process
 
type - Variable in class de.iai.ilcd.model.process.Review
 

U

uncertaintyDistribution - Variable in class de.iai.ilcd.model.process.Exchange
 
uncertaintyDistribution - Variable in class de.iai.ilcd.model.process.LciaResult
 
uncertaintyType - Variable in class de.iai.ilcd.model.flow.FlowPropertyDescription
 
Unit - Class in de.iai.ilcd.model.unitgroup
 
Unit() - Constructor for class de.iai.ilcd.model.unitgroup.Unit
 
unitGroup - Variable in class de.iai.ilcd.model.flowproperty.FlowProperty
 
UnitGroup - Class in de.iai.ilcd.model.unitgroup
 
UnitGroup() - Constructor for class de.iai.ilcd.model.unitgroup.UnitGroup
 
UnitGroup(String) - Constructor for class de.iai.ilcd.model.unitgroup.UnitGroup
 
UnitGroupDao - Class in de.iai.ilcd.model.dao
Data access object for unit groups
UnitGroupDao() - Constructor for class de.iai.ilcd.model.dao.UnitGroupDao
 
UnitGroupDetails - Class in de.iai.ilcd.model.flowproperty
 
UnitGroupDetails(UnitGroup, IGlobalReference) - Constructor for class de.iai.ilcd.model.flowproperty.UnitGroupDetails
 
UnitgroupHandler - Class in de.iai.ilcd.webgui.controller.ui
Backing bean for unit group detail view
UnitgroupHandler() - Constructor for class de.iai.ilcd.webgui.controller.ui.UnitgroupHandler
Initialize handler
UnitGroupListHandler - Class in de.iai.ilcd.webgui.controller.admin
 
UnitGroupListHandler() - Constructor for class de.iai.ilcd.webgui.controller.admin.UnitGroupListHandler
 
UnitGroupReader - Class in de.iai.ilcd.xml.read
 
UnitGroupReader() - Constructor for class de.iai.ilcd.xml.read.UnitGroupReader
 
UnitGroupResource - Class in de.iai.ilcd.services
REST Web Service for UnitGroup
UnitGroupResource() - Constructor for class de.iai.ilcd.services.UnitGroupResource
 
unitGroups - Variable in class de.iai.ilcd.model.datastock.DataStock
 
UnitgroupsHandler - Class in de.iai.ilcd.webgui.controller.ui
Backing bean for unit group list view
UnitgroupsHandler() - Constructor for class de.iai.ilcd.webgui.controller.ui.UnitgroupsHandler
Initialize handler
UnitGroupVOAdapter - Class in de.iai.ilcd.model.adapter.dataset
Adapter for Sources
UnitGroupVOAdapter(IUnitGroupListVO) - Constructor for class de.iai.ilcd.model.adapter.dataset.UnitGroupVOAdapter
Create adapter for unit group list value object
UnitGroupVOAdapter(IUnitGroupVO) - Constructor for class de.iai.ilcd.model.adapter.dataset.UnitGroupVOAdapter
Create adapter for the unit group value object
UnknownDBObjectException - Exception in de.iai.ilcd.model.dao
This exception will be thrown when a lookup operation will fail to find the object to lookup
UnknownDBObjectException() - Constructor for exception de.iai.ilcd.model.dao.UnknownDBObjectException
Creates a new instance of UnknownDBObjectException without detail message.
UnknownDBObjectException(String) - Constructor for exception de.iai.ilcd.model.dao.UnknownDBObjectException
Constructs an instance of UnknownDBObjectException with the specified detail message.
unlockSelected() - Method in class de.iai.ilcd.webgui.controller.admin.ProcessListHandler
 
unreleaseSelected() - Method in class de.iai.ilcd.webgui.controller.admin.ProcessListHandler
 
UploadedFileInformation - Class in de.iai.ilcd.webgui.controller.admin
 
UploadedFileInformation() - Constructor for class de.iai.ilcd.webgui.controller.admin.UploadedFileInformation
 
UrlUtils - Class in de.iai.ilcd.gui.utils
 
UrlUtils() - Constructor for class de.iai.ilcd.gui.utils.UrlUtils
Creates a new instance of UrlUtils
User - Class in de.iai.ilcd.model.security
 
User() - Constructor for class de.iai.ilcd.model.security.User
 
UserAccessBean - Class in de.iai.ilcd.security
 
UserAccessBean() - Constructor for class de.iai.ilcd.security.UserAccessBean
 
userAgentNeedsUpdate(FacesContext) - Method in class de.iai.ilcd.webgui.controller.admin.DataExportResource
UserDao - Class in de.iai.ilcd.model.dao
 
UserDao() - Constructor for class de.iai.ilcd.model.dao.UserDao
 
UserGroup - Class in de.iai.ilcd.model.security
 
UserGroup() - Constructor for class de.iai.ilcd.model.security.UserGroup
 
UserGroup(String) - Constructor for class de.iai.ilcd.model.security.UserGroup
 
UserGroupDao - Class in de.iai.ilcd.model.dao
 
UserGroupDao() - Constructor for class de.iai.ilcd.model.dao.UserGroupDao
 
UserHandler - Class in de.iai.ilcd.webgui.controller.admin
 
UserHandler() - Constructor for class de.iai.ilcd.webgui.controller.admin.UserHandler
Creates a new instance of UserHandler
UserListHandler - Class in de.iai.ilcd.webgui.controller.admin
 
UserListHandler() - Constructor for class de.iai.ilcd.webgui.controller.admin.UserListHandler
 
UserLoginActions - Class in de.iai.ilcd.security
 
UserLoginActions() - Constructor for class de.iai.ilcd.security.UserLoginActions
 
userRequiresFullViewRights() - Method in class de.iai.ilcd.services.AbstractDataSetResource
Flag to set, if full view rights shall be checked in user bean
userRequiresFullViewRights() - Method in class de.iai.ilcd.services.ContactResource
Flag to set, if full view rights shall be checked in user bean
userRequiresFullViewRights() - Method in class de.iai.ilcd.services.FlowPropertyResource
Flag to set, if full view rights shall be checked in user bean
userRequiresFullViewRights() - Method in class de.iai.ilcd.services.FlowResource
Flag to set, if full view rights shall be checked in user bean
userRequiresFullViewRights() - Method in class de.iai.ilcd.services.LCIAMethodResource
Flag to set, if full view rights shall be checked in user bean
userRequiresFullViewRights() - Method in class de.iai.ilcd.services.ProcessResource
Flag to set, if full view rights shall be checked in user bean
userRequiresFullViewRights() - Method in class de.iai.ilcd.services.SourceResource
Flag to set, if full view rights shall be checked in user bean
userRequiresFullViewRights() - Method in class de.iai.ilcd.services.UnitGroupResource
Flag to set, if full view rights shall be checked in user bean
uuid - Variable in class de.iai.ilcd.model.common.DataSet
 
uuid - Variable in class de.iai.ilcd.model.common.GlobalRefUriAnalyzer
Detected UUID, null means invalid URI
Uuid - Class in de.iai.ilcd.model.common
 
Uuid() - Constructor for class de.iai.ilcd.model.common.Uuid
 
Uuid(String) - Constructor for class de.iai.ilcd.model.common.Uuid
 

V

validUntil - Variable in class de.iai.ilcd.model.process.TimeInformation
 
value - Variable in class de.iai.ilcd.model.process.DataQualityIndicator
 
valueOf(String) - Static method in enum de.iai.ilcd.model.common.DataSetState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.iai.ilcd.model.common.DataSetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.iai.ilcd.model.dao.PersistType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.iai.ilcd.model.process.ExchangeDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.iai.ilcd.model.security.Gender
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.iai.ilcd.model.security.SecurityRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.iai.ilcd.webgui.controller.ui.ComplianceUtilHandler.ComplianceSystemCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.iai.ilcd.model.common.DataSetState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.iai.ilcd.model.common.DataSetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.iai.ilcd.model.dao.PersistType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.iai.ilcd.model.process.ExchangeDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.iai.ilcd.model.security.Gender
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.iai.ilcd.model.security.SecurityRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.iai.ilcd.webgui.controller.ui.ComplianceUtilHandler.ComplianceSystemCode
Returns an array containing the constants of this enum type, in the order they are declared.
VelocityUtil - Class in de.iai.ilcd.services
 
VelocityUtil() - Constructor for class de.iai.ilcd.services.VelocityUtil
 
version - Variable in class de.iai.ilcd.model.common.DataSet
 
version - Variable in class de.iai.ilcd.model.common.GlobalRefUriAnalyzer
Detected version (may be null even for valid URIs)
VIEW_FULL - Static variable in class de.iai.ilcd.services.AbstractDataSetResource
URL parameter value for full view type
VIEW_METADATA - Static variable in class de.iai.ilcd.services.AbstractDataSetResource
URL parameter value for meta data view type
VIEW_OVERVIEW - Static variable in class de.iai.ilcd.services.AbstractDataSetResource
URL parameter value for overview view type

W

Welcome - Class in de.iai.ilcd.webgui
 
Welcome() - Constructor for class de.iai.ilcd.webgui.Welcome
 
www - Variable in class de.iai.ilcd.model.contact.Contact
 

X

XmlFile - Class in de.iai.ilcd.model.common
 
XmlFile() - Constructor for class de.iai.ilcd.model.common.XmlFile
 

A B C D E F G H I J L M N O P Q R S T U V W X