com.sapportals.portal.ivs.iviews
Interface IOldPcmFactory

All Superinterfaces:
com.sapportals.portal.prt.service.IService

public interface IOldPcmFactory
extends com.sapportals.portal.prt.service.IService


Field Summary
static java.lang.String KEY
           
 
Method Summary
 java.lang.Object getObjectInstance(java.lang.String oClass, com.sapportals.portal.pcd.gl.IPcdContext pcdContext, com.sapportals.portal.pcd.gl.IPcdContext defaultiViewCtx, com.sapportals.portal.pcd.gl.IPcdAttributes defAttrs, com.sapportals.portal.prt.registry.content.IPropertyContent properties)
           
 javax.naming.spi.DirStateFactory.Result getStateToBind(java.lang.Object obj, javax.naming.Name name, javax.naming.Context nameCtx, java.util.Hashtable environment, javax.naming.directory.Attributes inAttrs)
           
 
Methods inherited from interface com.sapportals.portal.prt.service.IService
afterInit, configure, destroy, getContext, getKey, init, release
 

Field Detail

KEY

public static final java.lang.String KEY
Method Detail

getObjectInstance

public java.lang.Object getObjectInstance(java.lang.String oClass,
                                          com.sapportals.portal.pcd.gl.IPcdContext pcdContext,
                                          com.sapportals.portal.pcd.gl.IPcdContext defaultiViewCtx,
                                          com.sapportals.portal.pcd.gl.IPcdAttributes defAttrs,
                                          com.sapportals.portal.prt.registry.content.IPropertyContent properties)

getStateToBind

public javax.naming.spi.DirStateFactory.Result getStateToBind(java.lang.Object obj,
                                                              javax.naming.Name name,
                                                              javax.naming.Context nameCtx,
                                                              java.util.Hashtable environment,
                                                              javax.naming.directory.Attributes inAttrs)