FS_CATALOG
.@Deprecated public interface SectionList extends List<Section>
ContentAreaListValue
ContentAreaListValue
Modifier and Type | Interface and Description |
---|---|
static interface |
SectionList.DataSheet
Deprecated.
since 5.2.21 - no replacement
|
Modifier and Type | Method and Description |
---|---|
Section |
create(String sectionName,
SectionTemplate template)
Deprecated.
since 5.2.21 - see type
|
Section |
create(String sectionName,
Template template,
Long id)
Deprecated.
since 4.2.200 - use
create(String, de.espirit.firstspirit.access.store.templatestore.SectionTemplate) instead |
void |
createAll(Iterable<? extends SectionList.DataSheet> sheets)
Deprecated.
since 5.2.21 - see type
|
List<Pair<Section,Modification>> |
diff(SectionList others)
Deprecated.
since 5.2.21 - see type
|
Section |
fetch(Long id)
Deprecated.
since 5.2.21 - see type
|
void |
move(int index,
Section section)
Deprecated.
since 5.2.21 - see type
|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
@Deprecated Section create(String sectionName, SectionTemplate template)
sectionName
- the name of the sectiontemplate
- the template to be used@Deprecated Section create(String sectionName, Template template, @Nullable Long id)
create(String, de.espirit.firstspirit.access.store.templatestore.SectionTemplate)
insteadid
- - this param will be ignored@Deprecated void createAll(Iterable<? extends SectionList.DataSheet> sheets)
sheets
- The sheets to create sections from.@Deprecated void move(int index, Section section) throws NoSuchElementException
index
- The index to move to.section
- The section to move.IndexOutOfBoundsException
- If the index is out of range.NoSuchElementException
- If the given section is not within this list.@Deprecated Section fetch(Long id)
id
- The id to look up.@Deprecated List<Pair<Section,Modification>> diff(SectionList others)
others
- The list to compute the difference for.Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210