| Package | Description |
|---|---|
| org.alfresco.repo.domain.avm | |
| org.alfresco.repo.domain.avm.ibatis |
| Modifier and Type | Method and Description |
|---|---|
AVMVersionRootEntity |
AVMVersionRootDAO.createVersionRoot(long storeId,
long rootNodeId,
int version,
String creator,
String tag,
String description)
Create a new AVM version root
|
AVMVersionRootEntity |
AbstractAVMVersionRootDAOImpl.createVersionRoot(long storeId,
long rootNodeId,
int version,
String creator,
String tag,
String description)
Create a new AVM version root
|
protected abstract AVMVersionRootEntity |
AbstractAVMVersionRootDAOImpl.createVersionRootEntity(AVMVersionRootEntity vrEntity) |
protected AVMVersionRootEntity |
AbstractAVMVersionRootDAOImpl.getByID(long vrEntityId) |
AVMVersionRootEntity |
AVMVersionRootDAO.getByRoot(long rootNodeId)
Get one from its root.
|
AVMVersionRootEntity |
AbstractAVMVersionRootDAOImpl.getByRoot(long rootNodeId)
Get one from its root.
|
AVMVersionRootEntity |
AVMVersionRootDAO.getByVersionID(long storeId,
int version)
Get the VersionRoot corresponding to the given id.
|
AVMVersionRootEntity |
AbstractAVMVersionRootDAOImpl.getByVersionID(long storeId,
int version)
Get the VersionRoot corresponding to the given id.
|
AVMVersionRootEntity |
AVMVersionRootDAO.getMaxVersion(long storeId)
Get the highest numbered version in a store.
|
AVMVersionRootEntity |
AbstractAVMVersionRootDAOImpl.getMaxVersion(long storeId)
Get the highest numbered version in a store.
|
protected abstract AVMVersionRootEntity |
AbstractAVMVersionRootDAOImpl.getVersionRootEntityById(long vrEntityId) |
protected abstract AVMVersionRootEntity |
AbstractAVMVersionRootDAOImpl.getVersionRootEntityByRootNodeId(long rootNodeId) |
protected abstract AVMVersionRootEntity |
AbstractAVMVersionRootDAOImpl.getVersionRootEntityByStoreVersion(long storeId,
int version) |
protected abstract AVMVersionRootEntity |
AbstractAVMVersionRootDAOImpl.getVersionRootEntityMaxVersion(long storeId) |
| Modifier and Type | Method and Description |
|---|---|
List<AVMVersionRootEntity> |
AVMVersionRootDAO.getAllInStore(long storeId)
Get all the version roots in a given store
|
List<AVMVersionRootEntity> |
AbstractAVMVersionRootDAOImpl.getAllInStore(long storeId)
Get all the version roots in a given store
|
protected abstract List<AVMVersionRootEntity> |
AbstractAVMVersionRootDAOImpl.getAllVersionRootEntitiesByStoreId(long storeId) |
List<AVMVersionRootEntity> |
AVMVersionRootDAO.getByDates(long storeId,
Date from,
Date to)
Get the version of a store by dates.
|
List<AVMVersionRootEntity> |
AbstractAVMVersionRootDAOImpl.getByDates(long storeId,
Date from,
Date to)
Get the version of a store by dates.
|
List<AVMVersionRootEntity> |
AVMVersionRootDAO.getByVersionsBetween(long id,
int startVersion,
int endVersion) |
List<AVMVersionRootEntity> |
AbstractAVMVersionRootDAOImpl.getByVersionsBetween(long id,
int startVersion,
int endVersion) |
List<AVMVersionRootEntity> |
AVMVersionRootDAO.getByVersionsFrom(long id,
int version) |
List<AVMVersionRootEntity> |
AbstractAVMVersionRootDAOImpl.getByVersionsFrom(long id,
int version) |
List<AVMVersionRootEntity> |
AVMVersionRootDAO.getByVersionsTo(long id,
int version) |
List<AVMVersionRootEntity> |
AbstractAVMVersionRootDAOImpl.getByVersionsTo(long id,
int version) |
protected abstract List<AVMVersionRootEntity> |
AbstractAVMVersionRootDAOImpl.getVersionRootEntitiesByBetween(long storeId,
long from,
long to) |
protected abstract List<AVMVersionRootEntity> |
AbstractAVMVersionRootDAOImpl.getVersionRootEntitiesByFrom(long storeId,
long from) |
protected abstract List<AVMVersionRootEntity> |
AbstractAVMVersionRootDAOImpl.getVersionRootEntitiesByTo(long storeId,
long to) |
protected abstract List<AVMVersionRootEntity> |
AbstractAVMVersionRootDAOImpl.getVersionRootEntitiesByVersionsBetween(long storeId,
long from,
long to) |
protected abstract List<AVMVersionRootEntity> |
AbstractAVMVersionRootDAOImpl.getVersionRootEntitiesByVersionsFrom(long storeId,
long from) |
protected abstract List<AVMVersionRootEntity> |
AbstractAVMVersionRootDAOImpl.getVersionRootEntitiesByVersionsTo(long storeId,
long to) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AVMVersionRootEntity |
AbstractAVMVersionRootDAOImpl.createVersionRootEntity(AVMVersionRootEntity vrEntity) |
void |
AVMVersionRootDAO.updateVersionRoot(AVMVersionRootEntity vrEntity)
Update an AVM version root (tag and description only)
|
void |
AbstractAVMVersionRootDAOImpl.updateVersionRoot(AVMVersionRootEntity vrEntity)
Update an AVM version root (tag and description only)
|
protected abstract int |
AbstractAVMVersionRootDAOImpl.updateVersionRootEntity(AVMVersionRootEntity updateVersionRootEntity) |
| Modifier and Type | Method and Description |
|---|---|
protected AVMVersionRootEntity |
AVMVersionRootDAOImpl.createVersionRootEntity(AVMVersionRootEntity newVersionRootEntity) |
protected AVMVersionRootEntity |
AVMVersionRootDAOImpl.getVersionRootEntityById(long vrEntityId) |
protected AVMVersionRootEntity |
AVMVersionRootDAOImpl.getVersionRootEntityByRootNodeId(long rootNodeId) |
protected AVMVersionRootEntity |
AVMVersionRootDAOImpl.getVersionRootEntityByStoreVersion(long storeId,
int version) |
protected AVMVersionRootEntity |
AVMVersionRootDAOImpl.getVersionRootEntityMaxVersion(long storeId) |
| Modifier and Type | Method and Description |
|---|---|
protected List<AVMVersionRootEntity> |
AVMVersionRootDAOImpl.getAllVersionRootEntitiesByStoreId(long storeId) |
protected List<AVMVersionRootEntity> |
AVMVersionRootDAOImpl.getVersionRootEntitiesByBetween(long storeId,
long from,
long to) |
protected List<AVMVersionRootEntity> |
AVMVersionRootDAOImpl.getVersionRootEntitiesByFrom(long storeId,
long from) |
protected List<AVMVersionRootEntity> |
AVMVersionRootDAOImpl.getVersionRootEntitiesByTo(long storeId,
long to) |
protected List<AVMVersionRootEntity> |
AVMVersionRootDAOImpl.getVersionRootEntitiesByVersionsBetween(long storeId,
long from,
long to) |
protected List<AVMVersionRootEntity> |
AVMVersionRootDAOImpl.getVersionRootEntitiesByVersionsFrom(long storeId,
long from) |
protected List<AVMVersionRootEntity> |
AVMVersionRootDAOImpl.getVersionRootEntitiesByVersionsTo(long storeId,
long to) |
| Modifier and Type | Method and Description |
|---|---|
protected AVMVersionRootEntity |
AVMVersionRootDAOImpl.createVersionRootEntity(AVMVersionRootEntity newVersionRootEntity) |
protected int |
AVMVersionRootDAOImpl.updateVersionRootEntity(AVMVersionRootEntity updateVersionRootEntity) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.