Method and Description |
---|
com.portal.pcm.FList.createFromXML(InputStream)
As of 6.5SP2_EBF - this does not properly support
double byte characters. Use the Reader form of the method instead.
|
com.portal.pcm.FList.get(NumField)
Num is no longer supported.
|
com.portal.pcm.FList.get(UIntField)
Uint is no longer supported.
|
com.portal.pcm.FList.getFields()
see getAllFields()
|
com.portal.pcm.FList.getValues()
see getAllValues()
|
com.portal.pcm.FList.set(NumField, double)
Num is no longer supported.
|
com.portal.pcm.FList.set(NumField, Double)
Num is no longer supported.
|
com.portal.pcm.FList.set(UIntField, int)
Uint is no longer supported.
|
com.portal.pcm.FList.set(UIntField, Integer)
Uint is no longer supported. |
com.portal.pcm.FList.setField(Field, int, FList)
This method is public to ensure operability. It's for
internal use only as it provides no type protection.
|
com.portal.pcm.FList.setField(Field, Object)
This method is public to ensure operability. It's for
internal use only as it provides no type protection.
|
com.portal.pcm.PortalContext.setLocalProperties(Properties)
This method is public to insure operability. It's for
internal use only.
|
com.portal.pcm.FList.toString()
use asString() in stead.
|