| Package | Description |
|---|---|
| org.alfresco.repo.domain.avm | |
| org.alfresco.repo.domain.avm.ibatis |
| Modifier and Type | Method and Description |
|---|---|
AVMChildEntryEntity |
AbstractAVMNodeLinksDAOImpl.getChildEntry(long parentNodeId,
long childNodeId)
Get the entry for a given child in a given parent
|
AVMChildEntryEntity |
AVMNodeLinksDAO.getChildEntry(long parentNodeId,
long childNodeId)
Get the entry for a given child in a given parent
|
AVMChildEntryEntity |
AbstractAVMNodeLinksDAOImpl.getChildEntry(long parentNodeId,
String name)
Get an entry by name and parent
|
AVMChildEntryEntity |
AVMNodeLinksDAO.getChildEntry(long parentNodeId,
String name)
Get an entry by name and parent
|
protected abstract AVMChildEntryEntity |
AbstractAVMNodeLinksDAOImpl.getChildEntryEntity(AVMChildEntryEntity childEntryEntity) |
protected abstract AVMChildEntryEntity |
AbstractAVMNodeLinksDAOImpl.getChildEntryEntity(long parentNodeId,
long childNodeId) |
protected abstract AVMChildEntryEntity |
AbstractAVMNodeLinksDAOImpl.getChildEntryEntity(long parentNodeId,
String name) |
| Modifier and Type | Method and Description |
|---|---|
List<AVMChildEntryEntity> |
AbstractAVMNodeLinksDAOImpl.getChildEntriesByChild(long childNodeId)
Get all the ChildEntries corresponding to the given child
|
List<AVMChildEntryEntity> |
AVMNodeLinksDAO.getChildEntriesByChild(long childNodeId)
Get all the ChildEntries corresponding to the given child
|
List<AVMChildEntryEntity> |
AbstractAVMNodeLinksDAOImpl.getChildEntriesByParent(long parentNodeId,
String childNamePattern)
Get all the children of a given parent (with optional child name pattern)
|
List<AVMChildEntryEntity> |
AVMNodeLinksDAO.getChildEntriesByParent(long parentNodeId,
String childNamePattern)
Get all the children of a given parent (with optional child name pattern)
|
protected abstract List<AVMChildEntryEntity> |
AbstractAVMNodeLinksDAOImpl.getChildEntryEntitiesByChild(long childNodeId) |
protected abstract List<AVMChildEntryEntity> |
AbstractAVMNodeLinksDAOImpl.getChildEntryEntitiesByParent(long parentNodeId) |
protected abstract List<AVMChildEntryEntity> |
AbstractAVMNodeLinksDAOImpl.getChildEntryEntitiesByParent(long parentNodeId,
String childNamePattern) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractAVMNodeLinksDAOImpl.createChildEntryEntity(AVMChildEntryEntity childEntryEntity) |
void |
AbstractAVMNodeLinksDAOImpl.deleteChildEntry(AVMChildEntryEntity childEntryEntity)
Delete one
|
void |
AVMNodeLinksDAO.deleteChildEntry(AVMChildEntryEntity childEntryEntity)
Delete one
|
protected abstract AVMChildEntryEntity |
AbstractAVMNodeLinksDAOImpl.getChildEntryEntity(AVMChildEntryEntity childEntryEntity) |
void |
AbstractAVMNodeLinksDAOImpl.updateChildEntry(AVMChildEntryEntity childEntryEntity)
Specific rename 'case' only
|
void |
AVMNodeLinksDAO.updateChildEntry(AVMChildEntryEntity childEntryEntity)
Specific rename 'case' only
|
protected abstract int |
AbstractAVMNodeLinksDAOImpl.updateChildEntryEntity(AVMChildEntryEntity childEntryEntity) |
| Modifier and Type | Method and Description |
|---|---|
protected AVMChildEntryEntity |
AVMNodeLinksDAOImpl.getChildEntryEntity(AVMChildEntryEntity childEntryEntity) |
protected AVMChildEntryEntity |
AVMNodeLinksDAOImpl.getChildEntryEntity(long parentNodeId,
long childNodeId) |
protected AVMChildEntryEntity |
AVMNodeLinksDAOImpl.getChildEntryEntity(long parentNodeId,
String name) |
| Modifier and Type | Method and Description |
|---|---|
protected List<AVMChildEntryEntity> |
AVMNodeLinksDAOImpl.getChildEntryEntitiesByChild(long childNodeId) |
protected List<AVMChildEntryEntity> |
AVMNodeLinksDAOImpl.getChildEntryEntitiesByParent(long parentNodeId) |
protected List<AVMChildEntryEntity> |
AVMNodeLinksDAOImpl.getChildEntryEntitiesByParent(long parentNodeId,
String childNamePattern) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AVMNodeLinksDAOImpl.createChildEntryEntity(AVMChildEntryEntity childEntryEntity) |
protected AVMChildEntryEntity |
AVMNodeLinksDAOImpl.getChildEntryEntity(AVMChildEntryEntity childEntryEntity) |
protected int |
AVMNodeLinksDAOImpl.updateChildEntryEntity(AVMChildEntryEntity childEntryEntity) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.