Package | Description |
---|---|
org.alfresco.repo.domain.node | |
org.alfresco.repo.domain.node.ibatis |
Modifier and Type | Method and Description |
---|---|
StoreEntity |
NodeEntity.getStore() |
StoreEntity |
Node.getStore() |
protected abstract StoreEntity |
AbstractNodeDAOImpl.selectStore(org.alfresco.service.cmr.repository.StoreRef storeRef) |
Modifier and Type | Method and Description |
---|---|
protected abstract List<StoreEntity> |
AbstractNodeDAOImpl.selectAllStores() |
Modifier and Type | Method and Description |
---|---|
protected abstract Long |
AbstractNodeDAOImpl.insertStore(StoreEntity store) |
void |
NodeEntity.setStore(StoreEntity store) |
protected abstract int |
AbstractNodeDAOImpl.updateStore(StoreEntity store) |
protected abstract int |
AbstractNodeDAOImpl.updateStoreRoot(StoreEntity store) |
Modifier and Type | Method and Description |
---|---|
protected StoreEntity |
NodeDAOImpl.selectStore(org.alfresco.service.cmr.repository.StoreRef storeRef) |
Modifier and Type | Method and Description |
---|---|
protected List<StoreEntity> |
NodeDAOImpl.selectAllStores() |
Modifier and Type | Method and Description |
---|---|
protected Long |
NodeDAOImpl.insertStore(StoreEntity store) |
protected int |
NodeDAOImpl.updateStore(StoreEntity store) |
protected int |
NodeDAOImpl.updateStoreRoot(StoreEntity store) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.