wt.clients.folderexplorer
Class FolderBusinessObject.LiteObjectProvider

java.lang.Object
  extended bywt.clients.folderexplorer.FolderBusinessObject.LiteObjectProvider
All Implemented Interfaces:
RemoteAccess, Serializable
Enclosing class:
FolderBusinessObject

public class FolderBusinessObject.LiteObjectProvider
extends Object
implements RemoteAccess, Serializable

See Also:
Serialized Form

Field Summary
private  IconDelegateFactory delegateFactory
           
private  Folder myFolder
           
private  Locale myLocale
           
private  String myTimeZone
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
FolderBusinessObject.LiteObjectProvider(Folder f, Locale locale, String tzId)
           
 
Method Summary
private  String getAttrValue(FolderedBusinessObject aDetail, String aMethodName)
           
 WTBusinessObject[] getWTBusinessObjects()
           
private  FolderedBusinessObject lighten(FolderedBusinessObject current_obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myFolder

private Folder myFolder

myLocale

private Locale myLocale

myTimeZone

private String myTimeZone

delegateFactory

private IconDelegateFactory delegateFactory
Constructor Detail

FolderBusinessObject.LiteObjectProvider

public FolderBusinessObject.LiteObjectProvider(Folder f,
                                               Locale locale,
                                               String tzId)
Method Detail

getWTBusinessObjects

public WTBusinessObject[] getWTBusinessObjects()
                                        throws WTException,
                                               PropertyVetoException,
                                               InvocationTargetException,
                                               IllegalAccessException
Throws:
WTException
PropertyVetoException
InvocationTargetException
IllegalAccessException

lighten

private FolderedBusinessObject lighten(FolderedBusinessObject current_obj)
                                throws PropertyVetoException,
                                       IllegalAccessException,
                                       InvocationTargetException,
                                       WTException
Throws:
PropertyVetoException
IllegalAccessException
InvocationTargetException
WTException

getAttrValue

private String getAttrValue(FolderedBusinessObject aDetail,
                            String aMethodName)