Deprecated API


Contents
Deprecated Fields
com.softwareag.centrasite.appl.framework.Configuration.DEFAULT_PROP_CURRENT_BEANPOOL_CONTEXT_IMPL_VALUE
            
com.softwareag.centrasite.appl.framework.Configuration.PROP_CURRENT_BEANPOOL_CONTEXT_IMPL
            
 

Deprecated Methods
com.softwareag.centrasite.appl.framework.persistence.BatchPersistenceEngine.create(PersistenceContext, Collection)
          use #createOrUpdate(PersistenceContext, Collection) 
com.softwareag.centrasite.appl.framework.persistence.impl.BatchPersistenceEngineImpl.create(PersistenceContext, Collection)
            
com.softwareag.centrasite.appl.framework.persistence.PersistenceEngine.create(PersistenceContext, T)
           
com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceEngineImpl.create(PersistenceContext, T)
           
com.softwareag.centrasite.appl.framework.SessionContext.getBeanPool()
          use SessionContext.getCurrentBeanPool() 
com.softwareag.centrasite.appl.framework.beans.standard.impl.StandardMappingUtils.getValue(Object, Locale)
           
com.softwareag.centrasite.appl.framework.persistence.BeanPool.insert(T)
          use BeanPool.attach(RegistryBean) 
com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl.insert(T)
            
com.softwareag.centrasite.appl.framework.beans.standard.impl.StandardMappingUtils.isCSAFSupportType(Object)
           
com.softwareag.centrasite.appl.framework.types.TypeDescription.isExtensible()
          types are always extensible, method always returns true 
com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl.isExtensible()
            
com.softwareag.centrasite.appl.framework.beans.standard.impl.StandardMappingUtils.isJAXRSupportType(Object)
           
com.softwareag.centrasite.appl.framework.persistence.search.Predicates.lt(String, Object, Class, Search)
          instead use lt(propertyName, value, beanType) 
com.softwareag.centrasite.appl.framework.types.TypeDescription.setExtensible(boolean)
          types are always extensible 
com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl.setExtensible(boolean)
            
com.softwareag.centrasite.appl.framework.lcm.LCModel.setModelState(LCModelState)
          use LCModel.setLCState(LCState) 
com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl.setModelState(LCModelState)
            
com.softwareag.centrasite.appl.framework.persistence.BatchPersistenceEngine.update(PersistenceContext, Collection)
          use #createOrUpdate(PersistenceContext, Collection) 
com.softwareag.centrasite.appl.framework.persistence.impl.BatchPersistenceEngineImpl.update(PersistenceContext, Collection)
            
com.softwareag.centrasite.appl.framework.persistence.PersistenceEngine.update(PersistenceContext, T)
           
com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceEngineImpl.update(PersistenceContext, T)
           
 

Deprecated Enum Constants
com.softwareag.centrasite.appl.framework.persistence.BeanMode.SIMPLE
          Use BeanMode.BACKED.