oracle.panama.rt.hook
Interface HomeFolderSorterHook


public interface HomeFolderSorterHook

Since:
Oracle9i Application Server Wireless Edition
See Also:
FolderRendererHook

Method Summary
TypeMethod
 Service[] getChildren(User user, Folder folder, ServiceContext serviceContext)
          Invoke the sorter using the service context.
 

Method Detail

getChildren

public Service[] getChildren(User user,
                             Folder folder,
                             ServiceContext serviceContext)
                      throws PanamaRuntimeException
Invoke the sorter using the service context.
Parameters:
user - the user
folder - the user home Folder
context - the ServiceContext that contains all parameters
Returns:
Service[] the sorted list of sevices
Throws:
PanamaRuntimeException -