- Label - Interface in de.espirit.firstspirit.access.editor.value
- 
Label container interface for providing language dependent labels. 
- label(String) - Method in class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomFormElement
- 
Returns the forms name instead of a nulllabel.
 
- label(String) - Method in class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomLangInfoProvider
-  
- label(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.gom.GomLangInfoProvider
- 
Resolve the label for the given language or fallback. 
- LANG_KEY - Static variable in interface de.espirit.firstspirit.access.editor.EditorValue
- 
Key used for identifying language nodes 
- Language - Interface in de.espirit.firstspirit.access
- 
A Language 
- LanguageInfo - Interface in de.espirit.firstspirit.access.store
- 
This interface provides language specific infos 
- LAST_DEPLOYMENT_NOT_OK - Static variable in interface de.espirit.firstspirit.access.project.Project
-  
- LAST_DEPLOYMENT_OK - Static variable in interface de.espirit.firstspirit.access.project.Project
-  
- Layer - Interface in de.espirit.firstspirit.access.database
-  
- Layer - Interface in de.espirit.or
-  
- Layer.TransactionIsolationLevel - Enum in de.espirit.or
- 
- LessThan - Class in de.espirit.or.query
- 
Constraint to compare if belonging attribute is less than a specific value. 
- LessThan(String, Parameter) - Constructor for class de.espirit.or.query.LessThan
- 
Creates a new LessThan constraint for the given attributeName and given parameter. 
- LessThan(String, Object) - Constructor for class de.espirit.or.query.LessThan
- 
Creates a new LessThan constraint for the given attributeName and the given value. 
- LessThanEqual - Class in de.espirit.or.query
- 
Constraint to compare if belonging attribute is less than or equasl to a specific value. 
- LessThanEqual(String, Parameter) - Constructor for class de.espirit.or.query.LessThanEqual
- 
Creates a new LessThanEqual constraint for the given attributeName and given parameter. 
- LessThanEqual(String, Object) - Constructor for class de.espirit.or.query.LessThanEqual
- 
Creates a new LessThanEqual constraint for the given attributeName and the given value. 
- LicenseException - Exception in de.espirit.firstspirit.access
- 
Exception which will be thrown if a functionality is called which is license dependent
 and the installed FIRSTspirit license doen't support the expected license feature. 
- LicenseException() - Constructor for exception de.espirit.firstspirit.access.LicenseException
-  
- Like - Class in de.espirit.or.query
- 
Constraint to compare the belonging attribute value by matching against the pattern specified by value. 
- Like(String, Parameter) - Constructor for class de.espirit.or.query.Like
- 
Creates a new Like constraint for the attribute specified by given attributeName and parameter. 
- Like(String, Object) - Constructor for class de.espirit.or.query.Like
- 
Creates a new Like constraint for the attribute specified by given attributeName and
 with the given value. 
- Link - Interface in de.espirit.firstspirit.access.link
- 
- LINK_KEY - Static variable in interface de.espirit.firstspirit.access.editor.ImageMapEditorValue
-  
- LINK_KEY - Static variable in interface de.espirit.firstspirit.access.editor.LinkEditorValue
-  
- LINK_TEMPLATE - Static variable in interface de.espirit.firstspirit.access.store.templatestore.Template
- 
Type of the template: Link template. 
- LINK_TEMPLATE_REFERENCE - Static variable in interface de.espirit.firstspirit.access.editor.reference.Reference
-  
- LinkDomNode - Interface in de.espirit.firstspirit.access.editor.value
- 
A dom node representing a link. 
- LinkEditorValue - Interface in de.espirit.firstspirit.access.editor
- 
The LinkEditorValueinterface represents the FirstSpirit input componentCMS_INPUT_LINK
 
- LinkFormsProducer - Interface in de.espirit.firstspirit.access.editor.value
- 
- LINKLIST_KEY - Static variable in interface de.espirit.firstspirit.access.editor.LinkListEditorValue
- 
Deprecated. 
- LinkListEditorValue - Interface in de.espirit.firstspirit.access.editor
- 
Deprecated.
Since 5.0.107 - usages of CMS_INPUT_LINKLIST should be replaced with FS_LIST. 
 
- LinkTemplate - Interface in de.espirit.firstspirit.access.store.templatestore
- 
A link template is a container for the rendering template for links. 
- LinkTemplates - Interface in de.espirit.firstspirit.access.store.templatestore
- 
This interface represants the subroot for  linktemplates in templatestore. 
- Listable<T> - Interface in de.espirit.common.util
- 
An iterable on store elements that enables to transform the
 iterable into a list. 
- listBackupFiles() - Method in interface de.espirit.firstspirit.access.admin.ProjectStorage
- 
List incremental, differential and snapshot backup files. 
- ListDomNode - Interface in de.espirit.firstspirit.access.editor.value
- 
A dom node representing a list. 
- ListDomNode.Style - Enum in de.espirit.firstspirit.access.editor.value
- 
Represents the list style type. 
- ListEditorValue - Interface in de.espirit.firstspirit.access.editor
-  
- listExportFiles() - Method in interface de.espirit.firstspirit.access.admin.ProjectStorage
- 
List all export files on server. 
- LIVE_FILENAME - Static variable in interface de.espirit.firstspirit.access.schedule.WebServerConfiguration
- 
Deprecated.
since 5.0 - no replacement 
 
- loadSection(Page, String) - Method in interface de.espirit.firstspirit.access.editor.value.TargetReference
- 
Load a section of the given referenced page identified by its section name. 
- LOCALE_KEY - Static variable in interface de.espirit.firstspirit.access.editor.DateEditorValue
-  
- lock() - Method in interface de.espirit.firstspirit.access.Lockable
- 
Locks this object. 
- lock(Entity) - Method in interface de.espirit.firstspirit.access.store.contentstore.Content2
-  
- Lockable - Interface in de.espirit.firstspirit.access
- 
This interface provides methods for all elements which supports lock mechanism
 Date: 24.07.2006
 Time: 07:45:22 
- LockException - Exception in de.espirit.firstspirit.access.store
- 
LockException occurres if a storeelement  lock fails. 
- LockException(String, User, long) - Constructor for exception de.espirit.firstspirit.access.store.LockException
-  
- LockException(String, User, long, Throwable) - Constructor for exception de.espirit.firstspirit.access.store.LockException
-  
- logDebug(String) - Method in interface de.espirit.firstspirit.access.ScriptContext
-  
- logDebug(String) - Method in interface de.espirit.firstspirit.access.template.Evaluator
-  
- logError(String) - Method in interface de.espirit.firstspirit.access.ScriptContext
-  
- logError(String, Throwable) - Method in interface de.espirit.firstspirit.access.ScriptContext
-  
- logError(String) - Method in interface de.espirit.firstspirit.access.template.Evaluator
-  
- logError(String, Throwable) - Method in interface de.espirit.firstspirit.access.template.Evaluator
-  
- logError(int, int, String) - Method in interface de.espirit.firstspirit.access.template.Evaluator
-  
- logError(int, int, String, Throwable) - Method in interface de.espirit.firstspirit.access.template.Evaluator
-  
- LogfileProvider - Interface in de.espirit.firstspirit.access.schedule
- 
Interface providing methods for logfile access. 
- logInfo(String) - Method in interface de.espirit.firstspirit.access.ScriptContext
-  
- logInfo(String) - Method in interface de.espirit.firstspirit.access.template.Evaluator
-  
- logWarning(String) - Method in interface de.espirit.firstspirit.access.ScriptContext
-  
- logWarning(String) - Method in interface de.espirit.firstspirit.access.template.Evaluator
-