Class DatasetContainer.Factory
java.lang.Object
de.espirit.firstspirit.access.editor.value.DatasetContainer.Factory
- Enclosing interface:
- DatasetContainer
Factory to create new
DatasetContainer
instances; either with an
create(Entity, TableTemplate, Language entity)
or a dataset
.- Since:
- 4.2.440
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DatasetContainer
Factory method to create a DatasetContainer for the specified entity, template and language.static DatasetContainer
create
(Entity entity, TableTemplate template, Language language) Factory method to create a DatasetContainer for the specified entity, template and language.
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
create
Factory method to create a DatasetContainer for the specified entity, template and language.- Parameters:
entity
- the entity to create the DatasetContainer fortemplate
- the template related to the entitylanguage
- the persistency language- Returns:
- new DatasetContainer for the specified entity, template and language
- Since:
- 4.2.440
- See Also:
-
create
Factory method to create a DatasetContainer for the specified entity, template and language.- Parameters:
dataset
- the dataset to create the container withlanguage
- the persistency language- Returns:
- new DatasetContainer for the specified dataset
- Since:
- 4.2.440
- See Also:
-