|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Entity in de.espirit.firstspirit.access.editor |
---|
Methods in de.espirit.firstspirit.access.editor with parameters of type Entity | |
---|---|
DatasetContainer |
DatasetEditorValue.createDatasetContainer(Entity entity,
TableTemplate template,
Language language)
Factory method to create an value container for the specified template and entity. |
Uses of Entity in de.espirit.firstspirit.access.editor.value |
---|
Methods in de.espirit.firstspirit.access.editor.value with parameters of type Entity | |
---|---|
IdProvidingFormData |
ContentFormsProducer.create(Entity entity)
Creates a new form data based on the given entity. |
static DatasetContainer |
DatasetContainer.Factory.create(Entity entity,
TableTemplate template,
Language language)
Factory method to create a DataSeteContainer for the specified entity, template and language. |
Uses of Entity in de.espirit.firstspirit.access.store.contentstore |
---|
Methods in de.espirit.firstspirit.access.store.contentstore that return Entity | |
---|---|
Entity |
ContentWorkflowable.getEntity()
|
Entity |
Dataset.getEntity()
Get the entity bound to this data set. |
Entity |
Content2.getEntity(Object keyValue)
|
Entity |
Content2ScriptContext.getSelectedRow()
|
Methods in de.espirit.firstspirit.access.store.contentstore that return types with arguments of type Entity | |
---|---|
List<? extends Entity> |
Content2.getData()
Returns the list of entities respecting defined filter and ordering. |
List<? extends Entity> |
Content2ScriptContext.getData()
Returns the list of entities respecting defined filter and ordering of the underlying Content2 element. |
List<? extends Entity> |
Content2.getData(Language language)
Returns the list of entities respecting defined filter and ordering. |
List<? extends Entity> |
Content2ScriptContext.getData(Language language)
Returns the list of entities respecting defined filter and ordering of the underlying Content2 element. |
List<? extends Entity> |
Content2ScriptContext.getData(de.espirit.or.schema.SimpleAttribute<?> sortBy,
boolean ascending)
Deprecated. since 4.2.442 - No replacement. |
List<? extends Entity> |
Content2.getData(String sortBy,
boolean ascending)
Deprecated. since 4.2.442 - No replacement. |
Methods in de.espirit.firstspirit.access.store.contentstore with parameters of type Entity | |
---|---|
void |
Content2.delete(Entity entity)
|
Data |
Content2.getDataObject(Entity entity)
Get Data object based on Entity values |
Dataset |
Content2.getDataset(Entity entity)
Get a dataset for the given entity. |
Dataset |
DatasetProvider.getDataset(Entity entity)
Get a dataset for the given entity. |
Dataset |
DatasetProvider.getDataset(Entity entity,
Revision revision)
Get a dataset for the given entity in a defined revision. |
Workflowable |
Content2.getWorkflowable(Entity entity)
Get a workflowable instance for the provided entity. |
boolean |
Content2.isLocked(Entity entity)
Indicates that the given entity is in lock state. |
void |
Content2.lock(Entity entity)
|
void |
Content2.release(Entity entity)
|
void |
Content2.release(Entity po,
String comment)
|
void |
Content2.setDataObject(Entity entity,
Data data)
Set values of Entity by Data object |
void |
Content2.setDataObject(Language language,
Entity entity,
Data data)
Set values of Entity by Data object for one specfic Language |
void |
Content2.unlock(Entity entity)
|
Uses of Entity in de.espirit.firstspirit.access.store.pagestore |
---|
Methods in de.espirit.firstspirit.access.store.pagestore that return types with arguments of type Entity | |
---|---|
List<Entity> |
Content2Section.getContent()
Deprecated. since 4.0.52 - This method delivers all entities of the rendered entity type, use MultiPageParamsProvider.getMultiPageParams(de.espirit.firstspirit.access.Language) which delivers one entity. |
Uses of Entity in de.espirit.firstspirit.access.store.sitestore |
---|
Methods in de.espirit.firstspirit.access.store.sitestore that return Entity | |
---|---|
Entity |
ContentMultiPageParams.get(int index)
|
Entity |
ContentMultiPageParams.ContentPageParams.get(int index)
|
Entity |
ContentMultiPageParams.SingleList.get(int index)
|
Methods in de.espirit.firstspirit.access.store.sitestore that return types with arguments of type Entity | |
---|---|
List<Entity> |
ContentMultiPageParams.ContentPageParams.getData()
|
List<Entity> |
ContentMultiPageParams.FastSingleContentPageParams.getData()
|
List<Entity> |
Content2Params.getData(Language language)
|
List<Entity> |
Content2Params.getData(Language language,
int pageNumber)
|
List<Entity> |
Content2Params.getData(String languageAbbreviation)
|
List<Entity> |
Content2Params.getData(String languageAbbreviation,
int pageNumber)
|
Iterator<Entity> |
ContentMultiPageParams.iterator()
|
Iterator<Entity> |
ContentMultiPageParams.ContentPageParams.iterator()
|
Uses of Entity in de.espirit.firstspirit.access.store.templatestore |
---|
Methods in de.espirit.firstspirit.access.store.templatestore with parameters of type Entity | |
---|---|
ReferenceEntry[] |
Schema.getIncomingReferences(Entity entity)
Returns current incoming references of the given entity . |
ReferenceEntry[] |
Schema.getIncomingReferences(Entity entity,
boolean release)
Returns current or release incoming references of the given entity . |
ReferenceEntry[] |
Schema.getOutgoingReferences(Entity entity)
Returns current outgoing references of the given entity . |
ReferenceEntry[] |
Schema.getOutgoingReferences(Entity entity,
boolean release)
Returns current or release outgoing references of the given entity . |
Uses of Entity in de.espirit.or |
---|
Methods in de.espirit.or that return Entity | |
---|---|
Entity |
Session.createEntity(String type)
Create a new entity of the given type |
Entity |
Session.find(de.espirit.or.schema.Identifier identifier)
Return the entity with the given identifier . |
Entity |
Session.find(KeyValue keyValue)
Return the entity with the given keyValue . |
Entity |
Session.find(String entityTypeName,
Object... key)
Return the entity of type entityTypeName with the id key . |
Entity |
Session.findNotNull(KeyValue keyValue)
Returns an entity with the given keyValue even if it doesn't exist. |
Entity |
Session.findNotNull(String entityTypeName,
Object... key)
Returns an entity of type entityTypeName with the id key even if it doesn't exists. |
Methods in de.espirit.or that return types with arguments of type Entity | |
---|---|
Set<Entity> |
Session.getChanged()
Return the set of modified but not committed entities in this session. |
List<Entity> |
Session.getDeletedEntities(String entityTypeName)
Get all deleted entities from type entityTypeName . |
List<Entity> |
Session.getHistory(KeyValue keyValue)
Return the history of the entity with the given keyValue . |
List<Entity> |
Session.getInvalidEntities(KeyValue keyValue)
Return a list of invalid entities of the given keyValue .. |
Methods in de.espirit.or with parameters of type Entity | |
---|---|
void |
Session.delete(Entity entity)
Mark the entity as deleted. |
void |
Session.release(Entity entity)
Release the given entity . |
void |
Session.updateWorkflowData(Entity entity,
Color wfColor,
long taskId)
Set the workflow color and the task id of entity to wfColor
and taskId . |
Uses of Entity in de.espirit.or.schema |
---|
Methods in de.espirit.or.schema that return Entity | |
---|---|
Entity |
Entity.copy()
Copies this entity. |
Methods in de.espirit.or.schema that return types with arguments of type Entity | |
---|---|
List<Entity> |
Entity.getList(String name)
Return the value of the attribute specified by the given name as list. |
Methods in de.espirit.or.schema with parameters of type Entity | |
---|---|
void |
Entity.copyFrom(Entity entity)
Copy the values of the given entity to this entity. |
boolean |
EntityType.isValid(Entity object)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |