| Package | Description |
|---|---|
| org.alfresco.repo.domain.avm | |
| org.alfresco.repo.domain.avm.ibatis |
| Modifier and Type | Method and Description |
|---|---|
AVMStoreEntity |
AVMStoreDAO.createStore(String name)
Create a new AVM store
|
AVMStoreEntity |
AbstractAVMStoreDAOImpl.createStore(String name)
Create a new AVM store
|
protected abstract AVMStoreEntity |
AbstractAVMStoreDAOImpl.createStoreEntity(AVMStoreEntity storeEntity) |
AVMStoreEntity |
AVMStoreDAO.getStore(long id)
Get an existing AVM store by Store ID
|
AVMStoreEntity |
AbstractAVMStoreDAOImpl.getStore(long storeId)
Get an existing AVM store by Store ID
|
AVMStoreEntity |
AVMStoreDAO.getStore(String name)
Get an existing AVM store by name
|
AVMStoreEntity |
AbstractAVMStoreDAOImpl.getStore(String name)
Get an existing AVM store by name
|
AVMStoreEntity |
AVMStoreDAO.getStoreByRoot(long rootNodeId)
Get an existing AVM store by Root Node ID
|
AVMStoreEntity |
AbstractAVMStoreDAOImpl.getStoreByRoot(long rootNodeId)
Get an existing AVM store by Root Node ID
|
protected abstract AVMStoreEntity |
AbstractAVMStoreDAOImpl.getStoreEntity(long id) |
protected abstract AVMStoreEntity |
AbstractAVMStoreDAOImpl.getStoreEntity(String name) |
protected abstract AVMStoreEntity |
AbstractAVMStoreDAOImpl.getStoreEntityByRoot(long rootNodeId) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<AVMStoreEntity> |
AbstractAVMStoreDAOImpl.getAllStoreEntities() |
List<AVMStoreEntity> |
AVMStoreDAO.getAllStores()
Get all AVM stores
|
List<AVMStoreEntity> |
AbstractAVMStoreDAOImpl.getAllStores()
Get all AVM stores
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract AVMStoreEntity |
AbstractAVMStoreDAOImpl.createStoreEntity(AVMStoreEntity storeEntity) |
void |
AVMStoreDAO.updateStore(AVMStoreEntity storeEntity)
Update an existing AVM store
|
void |
AbstractAVMStoreDAOImpl.updateStore(AVMStoreEntity storeEntity)
Update an existing AVM store
|
protected abstract int |
AbstractAVMStoreDAOImpl.updateStoreEntity(AVMStoreEntity storeEntity) |
| Modifier and Type | Method and Description |
|---|---|
protected AVMStoreEntity |
AVMStoreDAOImpl.createStoreEntity(AVMStoreEntity storeEntity) |
protected AVMStoreEntity |
AVMStoreDAOImpl.getStoreEntity(long id) |
protected AVMStoreEntity |
AVMStoreDAOImpl.getStoreEntity(String name) |
protected AVMStoreEntity |
AVMStoreDAOImpl.getStoreEntityByRoot(long rootNodeId) |
| Modifier and Type | Method and Description |
|---|---|
protected List<AVMStoreEntity> |
AVMStoreDAOImpl.getAllStoreEntities() |
| Modifier and Type | Method and Description |
|---|---|
protected AVMStoreEntity |
AVMStoreDAOImpl.createStoreEntity(AVMStoreEntity storeEntity) |
protected int |
AVMStoreDAOImpl.updateStoreEntity(AVMStoreEntity updateStoreEntity) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.