com.metamatrix.console.ui.views.entitlements
Class NewEntitlementController

java.lang.Object
  extended by com.metamatrix.console.ui.views.entitlements.NewEntitlementController

public class NewEntitlementController
extends java.lang.Object


Field Summary
static int BACK_PRESSED
           
static int CANCELLED
           
static int DISABLED
           
static int ENABLED
           
static int FINISHED
           
static int HELP_PRESSED
           
static int NEXT_PRESSED
           
static int NOT_SHOWN
           
 
Constructor Summary
NewEntitlementController(EntitlementsPanel callr, EntitlementsDataInterface dataSrc)
           
 
Method Summary
 void finish()
           
 EntitlementsTableRowData getDataNodesEntitlement()
           
 java.lang.String getEntitlementDescription()
           
 java.lang.String getEntitlementName()
           
 EntitlementsTableRowData getPrincipalsEntitlement()
           
 java.lang.String getVDBName()
           
 int getVDBVersion()
           
 void go()
           
 boolean isCreated()
           
 boolean showNextPage()
           
 void showPreviousPage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOT_SHOWN

public static final int NOT_SHOWN
See Also:
Constant Field Values

DISABLED

public static final int DISABLED
See Also:
Constant Field Values

ENABLED

public static final int ENABLED
See Also:
Constant Field Values

CANCELLED

public static final int CANCELLED
See Also:
Constant Field Values

NEXT_PRESSED

public static final int NEXT_PRESSED
See Also:
Constant Field Values

FINISHED

public static final int FINISHED
See Also:
Constant Field Values

BACK_PRESSED

public static final int BACK_PRESSED
See Also:
Constant Field Values

HELP_PRESSED

public static final int HELP_PRESSED
See Also:
Constant Field Values
Constructor Detail

NewEntitlementController

public NewEntitlementController(EntitlementsPanel callr,
                                EntitlementsDataInterface dataSrc)
                         throws AuthorizationException,
                                ExternalException,
                                ComponentNotFoundException
Throws:
AuthorizationException
ExternalException
ComponentNotFoundException
Method Detail

go

public void go()

showNextPage

public boolean showNextPage()

showPreviousPage

public void showPreviousPage()

finish

public void finish()

isCreated

public boolean isCreated()

getEntitlementName

public java.lang.String getEntitlementName()

getEntitlementDescription

public java.lang.String getEntitlementDescription()

getVDBName

public java.lang.String getVDBName()

getVDBVersion

public int getVDBVersion()

getDataNodesEntitlement

public EntitlementsTableRowData getDataNodesEntitlement()

getPrincipalsEntitlement

public EntitlementsTableRowData getPrincipalsEntitlement()


Copyright © 2009. All Rights Reserved.