Class PcmbackofficeManager

All Implemented Interfaces:
ItemLifecycleListener, Serializable

public class PcmbackofficeManager extends GeneratedPcmbackofficeManager
This is the extension manager of the PCM Backoffice extension.
See Also:
  • Constructor Details

    • PcmbackofficeManager

      public PcmbackofficeManager()
      Never call the constructor of any manager directly, call getInstance() You can place your business logic here - like registering a jalo session listener. Each manager is created once for each tenant.
  • Method Details

    • getInstance

      public static PcmbackofficeManager getInstance()
      Get the valid instance of this manager.
      Returns:
      the current instance of this manager
    • init

      @Deprecated(since="6.5", forRemoval=true) public void init()
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 6.5
      Use this method to do some basic work only ONCE in the lifetime of a tenant resp. "deployment". This method is called after manager creation (for example within startup of a tenant). Note that if you have more than one tenant you have a manager instance for each tenant.
      Overrides:
      init in class Manager
    • destroy

      @Deprecated(since="6.5", forRemoval=true) public void destroy()
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 6.5
      Use this method as a callback when the manager instance is being destroyed (this happens before system initialization, at redeployment or if you shutdown your VM). Note that if you have more than one tenant you have a manager instance for each tenant.
      Overrides:
      destroy in class Manager