| Modifier and Type | Method and Description |
|---|---|
static DocumentLink |
DocumentLink.from(DocumentLink documentLink) |
| Modifier and Type | Method and Description |
|---|---|
static DocumentLink |
DocumentLink.to(DocumentLink documentLinkBo) |
| Modifier and Type | Method and Description |
|---|---|
DocumentLink |
DocumentLinkDAO.getDocumentLink(String documentLinkId) |
DocumentLink |
DocumentLinkDAO.saveDocumentLink(DocumentLink link)
save a link for 2 docs
|
| Modifier and Type | Method and Description |
|---|---|
List<DocumentLink> |
DocumentLinkDAO.getLinkedDocumentsByDocId(String docId)
Get all docs linked to origin doc.
|
List<DocumentLink> |
DocumentLinkDAO.getOutgoingLinkedDocumentsByDocId(String docId) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentLinkDAO.deleteDocumentLink(DocumentLink link)
Delete a link between 2 docs.
|
DocumentLink |
DocumentLinkDAO.saveDocumentLink(DocumentLink link)
save a link for 2 docs
|
| Modifier and Type | Method and Description |
|---|---|
DocumentLink |
DocumentLinkDAOJpa.getDocumentLink(String documentLinkId) |
protected DocumentLink |
DocumentLinkDAOJpa.getLinkedDocument(String orgnDocId,
String destDocId) |
DocumentLink |
DocumentLinkDAOJpa.saveDocumentLink(DocumentLink link) |
protected DocumentLink |
DocumentLinkDAOJpa.saveIfNotExists(DocumentLink link) |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentLink> |
DocumentLinkDAOJpa.getLinkedDocumentsByDocId(String docId) |
List<DocumentLink> |
DocumentLinkDAOJpa.getOutgoingLinkedDocumentsByDocId(String docId) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentLinkDAOJpa.deleteDocumentLink(DocumentLink link) |
DocumentLink |
DocumentLinkDAOJpa.saveDocumentLink(DocumentLink link) |
protected DocumentLink |
DocumentLinkDAOJpa.saveIfNotExists(DocumentLink link) |
| Modifier and Type | Method and Description |
|---|---|
DocumentLink |
DocumentLinkService.getDocumentLink(String documentLinkId) |
DocumentLink |
DocumentLinkService.saveDocumentLink(DocumentLink link) |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentLink> |
DocumentLinkService.getLinkedDocumentsByDocId(String docId) |
List<DocumentLink> |
DocumentLinkService.getOutgoingLinkedDocumentsByDocId(String docId) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentLinkService.deleteDocumentLink(DocumentLink link) |
DocumentLink |
DocumentLinkService.saveDocumentLink(DocumentLink link) |
| Modifier and Type | Method and Description |
|---|---|
DocumentLink |
DocumentLinkServiceImpl.getDocumentLink(String documentLinkId) |
DocumentLink |
DocumentLinkServiceImpl.saveDocumentLink(DocumentLink link) |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentLink> |
DocumentLinkServiceImpl.getLinkedDocumentsByDocId(String docId) |
List<DocumentLink> |
DocumentLinkServiceImpl.getOutgoingLinkedDocumentsByDocId(String docId) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentLinkServiceImpl.deleteDocumentLink(DocumentLink link) |
DocumentLink |
DocumentLinkServiceImpl.saveDocumentLink(DocumentLink link) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.