public interface AVMStoreDAO
| Modifier and Type | Method and Description |
|---|---|
void |
delete(AVMStore store)
Delete the given AVMStore.
|
java.util.List |
getAll()
Get all AVMStores.
|
AVMStore |
getByID(long id)
Get A store by primary key.
|
AVMStore |
getByName(java.lang.String name)
Get an AVMStore by name.
|
AVMStore |
getByRoot(AVMNode root)
Get the AVM Store that has the given root as HEAD.
|
void |
invalidateCache()
Invalidate the by name lookup cache.
|
void |
save(AVMStore store)
Save an AVMStore, never before saved.
|
void |
update(AVMStore rep)
Update the given AVMStore record.
|
void save(AVMStore store)
store - The AVMStorevoid delete(AVMStore store)
store - The AVMStore.java.util.List getAll()
AVMStore getByName(java.lang.String name)
name - The name of the AVMStore.AVMStore getByRoot(AVMNode root)
root - The root to query.void update(AVMStore rep)
rep - The dirty AVMStore.AVMStore getByID(long id)
id - The primary key.void invalidateCache()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.