org.broadleafcommerce.openadmin.client
Class BLCMain

java.lang.Object
  extended by org.broadleafcommerce.openadmin.client.BLCMain
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

public class BLCMain
extends java.lang.Object
implements com.google.gwt.core.client.EntryPoint

Author:
jfischer

Field Summary
static java.lang.String adminContext
           
static java.lang.String currentModuleKey
           
static java.lang.String currentPageKey
           
static java.lang.String currentViewKey
           
static boolean DEBUG
           
static EntityEditDialog ENTITY_ADD
           
static boolean ISNEW
           
static MasterView MASTERVIEW
           
static MessageManager MESSAGE_MANAGER
           
static ProgressWindow MODAL_PROGRESS
           
static SimpleProgress NON_MODAL_PROGRESS
           
static PolymorphicTypeSelectionDialog POLYMORPHIC_ADD
           
static SplashView SPLASH_PROGRESS
           
static java.lang.String storeFrontWebAppContext
           
static java.lang.String webAppContext
           
 
Constructor Summary
BLCMain()
           
 
Method Summary
static void addModule(Module module)
           
static void drawCurrentState(java.lang.String requestedModuleKey, java.lang.String requestedPageKey)
           
static MessageManager getMessageManager()
           
static Module getModule(java.lang.String moduleKey)
           
static boolean isLogDebugEnabled(java.lang.String category)
           
static void logDebug(java.lang.String message, java.lang.String category)
          Log a debug.
 void onModuleLoad()
           
static void removeSplashWindow()
           
static void setSplashWindow(SplashView splashWindow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESSAGE_MANAGER

public static final MessageManager MESSAGE_MANAGER

webAppContext

public static java.lang.String webAppContext

storeFrontWebAppContext

public static java.lang.String storeFrontWebAppContext

adminContext

public static java.lang.String adminContext

MODAL_PROGRESS

public static ProgressWindow MODAL_PROGRESS

SPLASH_PROGRESS

public static SplashView SPLASH_PROGRESS

NON_MODAL_PROGRESS

public static SimpleProgress NON_MODAL_PROGRESS

ENTITY_ADD

public static EntityEditDialog ENTITY_ADD

POLYMORPHIC_ADD

public static PolymorphicTypeSelectionDialog POLYMORPHIC_ADD

MASTERVIEW

public static MasterView MASTERVIEW

ISNEW

public static boolean ISNEW

currentModuleKey

public static java.lang.String currentModuleKey

currentPageKey

public static java.lang.String currentPageKey

currentViewKey

public static java.lang.String currentViewKey

DEBUG

public static final boolean DEBUG
See Also:
Constant Field Values
Constructor Detail

BLCMain

public BLCMain()
Method Detail

addModule

public static void addModule(Module module)

getModule

public static Module getModule(java.lang.String moduleKey)

setSplashWindow

public static void setSplashWindow(SplashView splashWindow)

removeSplashWindow

public static void removeSplashWindow()

drawCurrentState

public static void drawCurrentState(java.lang.String requestedModuleKey,
                                    java.lang.String requestedPageKey)

onModuleLoad

public void onModuleLoad()
Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint

getMessageManager

public static MessageManager getMessageManager()

logDebug

public static void logDebug(java.lang.String message,
                            java.lang.String category)
Log a debug.

Parameters:
message - the message to log
category - category to log in, defaults to "Log"

isLogDebugEnabled

public static boolean isLogDebugEnabled(java.lang.String category)


Copyright © 2011. All Rights Reserved.