|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dspace.browse.ItemCountDAOOracle
public class ItemCountDAOOracle
Oracle driver implementing ItemCountDAO interface to cache item count information in communities and collections
| Constructor Summary | |
|---|---|
ItemCountDAOOracle()
|
|
| Method Summary | |
|---|---|
void |
collectionCount(Collection collection,
int count)
Store the count of the given collection |
void |
communityCount(Community community,
int count)
Store the count of the given community |
int |
getCount(DSpaceObject dso)
Get the count of the items in the given container. |
void |
remove(DSpaceObject dso)
remove the cache for the given container |
void |
setContext(Context context)
Set the dspace context to use |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ItemCountDAOOracle()
| Method Detail |
|---|
public void collectionCount(Collection collection,
int count)
throws ItemCountException
collectionCount in interface ItemCountDAOcollection - count -
ItemCountException
public void communityCount(Community community,
int count)
throws ItemCountException
communityCount in interface ItemCountDAOcommunity - count -
ItemCountException
public void setContext(Context context)
throws ItemCountException
setContext in interface ItemCountDAOcontext -
ItemCountException
public int getCount(DSpaceObject dso)
throws ItemCountException
getCount in interface ItemCountDAOdso -
ItemCountException
public void remove(DSpaceObject dso)
throws ItemCountException
remove in interface ItemCountDAOdso -
ItemCountException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||