class: FrameworkUtil

public class: FrameworkUtil
Author: franke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 131 $ $LastChangedDate: 2007-11-21 18:5; Complexity: 1
Dates: Created: 16.07.2009 15:21:14; Modified: 16.07.2009 15:21:14;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {2812AF09-850C-4d34-A138-578E9F913247}
Utility class to deal with the framework interfaces.
 

Goto: Custom Properties, Fields, Methods

Appears in: util

Custom Properties
 
FrameworkUtil Attributes
Attribute Details
private static String
  adminUserHandle
Initial: null
Notes: Admin user handle
private static const int
  NUMBER_OF_URL_TOKENS
Initial: 2
 
FrameworkUtil Methods
Operation Details
protected
FrameworkUtil():
Sequential
Notes: Hidden constructor.
public static
getAllContexts():String
Sequential
Notes: Retrieves all contexts visible to the logged in admin user.
@return An XML containing a list of the retrieved contexts.
private static
loginAdminUser():void
Sequential
Notes: Login the admin user.
protected static
loginUser(
   String userid,
   String password):String
Sequential
Tags: throws=HttpException,IOException,ServiceException,URISyntaxException
Notes: Logs in the given user with the given password.
@return The handle for the logged in user.