public interface LinkService extends BaseFinder<Link,Long>
| Modifier and Type | Method and Description |
|---|---|
Long |
addLinkIndex(LinkIndex linkIndex,
Long linkId)
Dodaje indeks zestawu dokumentów do zestawu dokumentów od podanym id
|
void |
deleteLink(Long linkId)
Usuwa zestaw dokumentów
|
void |
deleteLinkIndex(Long linkIndexId)
Usuwa indeks z zestawu dokumentów
|
boolean |
existsByName(String linkName) |
List<LinkConnection> |
getAllLinkConnectionsForLink(Long linkId)
Pobiera wszystkie powiązania zestawu dokumentów
|
Link |
getByName(String linkName,
String... joins)
Pobiera zestaw dokumentów po jego nazwie
|
Link |
getLink(Long linkId,
String... joins) |
List<LinkIndex> |
getLinkIndeciesForLink(Long id)
Pobiera listę indeksów dla zestawu dokumentów o podanym id
|
LinkIndex |
getLinkIndex(Long id)
Pobiera indeks zestawu dokumentów o podanym id
|
void |
updateLinkIndex(LinkIndex index,
Long id)
Aktualizuje indeks zestawu dokumentów o podanym id
|
count, countAll, findByCriteria, findByCriteria, findByProperty, findOne, findOneByProperty, get, get, getAll, getAll, getCountedResult, getCountedResultvoid deleteLinkIndex(Long linkIndexId)
linkIndexId - Id indeksuvoid deleteLink(Long linkId)
linkId - Id zestawu dokumentówList<LinkConnection> getAllLinkConnectionsForLink(Long linkId)
linkId - Id zestawu dokumwntówLink getLink(Long linkId, String... joins)
linkId - Id zestawu dokumentówjoins - Określa, które z powiązanych elementów chcemy dołączyć do pobieranego obiektu.Link getByName(String linkName, String... joins)
linkName - Nazwa zestawu dokumentówLinkIndex getLinkIndex(Long id)
id - Id indeksu zestawu dokumentówList<LinkIndex> getLinkIndeciesForLink(Long id)
id - Id zestawu dokumentówLong addLinkIndex(LinkIndex linkIndex, Long linkId)
linkIndex - Indeks zestawu dokumentów do dodanialinkId - Id zestawu dokumentówvoid updateLinkIndex(LinkIndex index, Long id)
index - Zaktualizowany obiekt indeksu zestawu dokumentówid - Id aktualizowanego indeksu zestawu dokumentówboolean existsByName(String linkName)
Copyright © 2022 Suncode. All rights reserved.