Dekoh platform API

Deprecated API


Contents
Deprecated Classes
dekoh.portal.fwk.importer.ImportServiceFactory
          no alternative : applications are expected to create instanaces of ImportService implementation 
 

Deprecated Methods
dekoh.portal.fwk.persistence.DIOEntityManagerImpl.findByProperty(String, String)
          use DIOEntityManagerImpl.findByProperty(Class,String,String)} instead 
dekoh.portal.fwk.persistence.DioCollection.getCollectionChildren(DIOEntityManager, Class)
          extending DioCollection is not needed, as each "type" can be qualified by applicationId 
dekoh.portal.fwk.persistence.DioCollection.getDigitalObjects()
          use DioCollection.getDigitalObjectPage(DIOEntityManager,Class,int,int) 
dekoh.portal.fwk.persistence.DigitalObject.getDioProperties()
          intended to be called by JPA implementations only. Use method DigitalObject._getDioProperty(String) to get a property by its name. Use method DigitalObject.setOrAddDioProperty(java.lang.String, java.lang.String) to create a new Property on this DigitalObject. 
com.pramati.bfly.vm.api.InstallEnv.getInstallRoot()
          use InstallEnv.getInstallDir() instead. 
dekoh.portal.fwk.persistence.Buddy.getSharesFromUser(String, String)
          does not include pubic shares. Use Buddy.getSharesFromUser(DIOEntityManager, String, String) 
dekoh.portal.fwk.importer.ImportProgressObject.ProgressStatus.isCompleted()
          use ImportProgressObject.isDone() 
dekoh.portal.fwk.persistence.DigitalObject.setDioProperties(Set)
          intended to be called by JPA implementations only. Use method DigitalObject.setOrAddDioProperty(java.lang.String, java.lang.String) to create a new Property on this DigitalObject. 
 

Deprecated Constructors
dekoh.portal.fwk.persistence.Directory()
          Method Directory is deprecated 
dekoh.portal.fwk.importer.ImportServiceImpl(String)
          use ImportServiceImpl.ImportServiceImpl(String,ImportProcessor) 
dekoh.portal.fwk.persistence.search.TagCloudEntry(String)
          frequency - number of times the tag is used is intialized to 1 when using this constructor. creationTime of the tag is inited to current time. Use TagCloudEntry.TagCloudEntry(Tag, int) 
 


Dekoh platform API

© 2009 Pramati Technologies - Dekoh - Portal for Developers