com.atlassian.jira.project.version
Class CachingVersionStore

java.lang.Object
  extended by com.atlassian.jira.project.version.CachingVersionStore
All Implemented Interfaces:
VersionStore

public class CachingVersionStore
extends Object
implements VersionStore

Caching version store - caches the version GV


Constructor Summary
CachingVersionStore(VersionStore target)
           
 
Method Summary
 org.ofbiz.core.entity.GenericValue createVersion(Map versionParams)
           
 void deleteVersion(org.ofbiz.core.entity.GenericValue versionGV)
           
 List getAllVersions()
          Return a list of GenericValues
 org.ofbiz.core.entity.GenericValue getVersion(Long id)
           
 void storeVersion(org.ofbiz.core.entity.GenericValue versionGV)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachingVersionStore

public CachingVersionStore(VersionStore target)
Method Detail

getAllVersions

public List getAllVersions()
Description copied from interface: VersionStore
Return a list of GenericValues

Specified by:
getAllVersions in interface VersionStore

createVersion

public org.ofbiz.core.entity.GenericValue createVersion(Map versionParams)
Specified by:
createVersion in interface VersionStore

storeVersion

public void storeVersion(org.ofbiz.core.entity.GenericValue versionGV)
Specified by:
storeVersion in interface VersionStore

getVersion

public org.ofbiz.core.entity.GenericValue getVersion(Long id)
Specified by:
getVersion in interface VersionStore

deleteVersion

public void deleteVersion(org.ofbiz.core.entity.GenericValue versionGV)
Specified by:
deleteVersion in interface VersionStore


Copyright © 2002-2007 Atlassian. All Rights Reserved.