Uses of Class
org.broadleafcommerce.common.logging.LifeCycleEvent

Packages that use LifeCycleEvent
org.broadleafcommerce.common.logging   
 

Uses of LifeCycleEvent in org.broadleafcommerce.common.logging
 

Methods in org.broadleafcommerce.common.logging that return LifeCycleEvent
 LifeCycleEvent ModuleLifecycleLoggingBean.getLifeCycleEvent()
          Retrieve the type of life cycle event for this logging message
static LifeCycleEvent LifeCycleEvent.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LifeCycleEvent[] LifeCycleEvent.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.broadleafcommerce.common.logging with parameters of type LifeCycleEvent
 void SupportLogger.lifecycle(LifeCycleEvent lifeCycleEvent, Object message)
          Generate a specialized SUPPORT level log message that includes a LifeCycleEvent in the message.
 void ModuleLifecycleLoggingBean.setLifeCycleEvent(LifeCycleEvent lifeCycleEvent)
          Set the type of life cycle event for this logging message
 



Copyright © 2013. All Rights Reserved.