| Package | Description |
|---|---|
| org.alfresco.repo.domain.avm | |
| org.alfresco.repo.domain.avm.ibatis |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AVMStorePropertyEntity |
AbstractAVMStoreDAOImpl.getStorePropertyEntity(long storeId,
long qnameId) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<AVMStorePropertyEntity> |
AbstractAVMStoreDAOImpl.getStorePropertyEntities(long storeId) |
protected abstract List<AVMStorePropertyEntity> |
AbstractAVMStoreDAOImpl.getStorePropertyEntitiesByKeyPattern(String uriPattern,
String localNamePattern) |
protected abstract List<AVMStorePropertyEntity> |
AbstractAVMStoreDAOImpl.getStorePropertyEntitiesByStoreAndKeyPattern(long storeId,
String uriPattern,
String localNamePattern) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractAVMStoreDAOImpl.insertStorePropertyEntity(AVMStorePropertyEntity propEntity) |
protected abstract int |
AbstractAVMStoreDAOImpl.updateStorePropertyEntity(AVMStorePropertyEntity propEntity) |
| Modifier and Type | Method and Description |
|---|---|
protected AVMStorePropertyEntity |
AVMStoreDAOImpl.getStorePropertyEntity(long storeId,
long qnameId) |
| Modifier and Type | Method and Description |
|---|---|
protected List<AVMStorePropertyEntity> |
AVMStoreDAOImpl.getStorePropertyEntities(long storeId) |
protected List<AVMStorePropertyEntity> |
AVMStoreDAOImpl.getStorePropertyEntitiesByKeyPattern(String uriPattern,
String localNamePattern) |
protected List<AVMStorePropertyEntity> |
AVMStoreDAOImpl.getStorePropertyEntitiesByStoreAndKeyPattern(long storeId,
String uriPattern,
String localNamePattern) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AVMStoreDAOImpl.insertStorePropertyEntity(AVMStorePropertyEntity propEntity) |
protected int |
AVMStoreDAOImpl.updateStorePropertyEntity(AVMStorePropertyEntity updatePropEntity) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.