Interface IManagedDBOMechanics


public interface IManagedDBOMechanics
Mechanics can implement this interface to get callbacks before and after DBO Tables are created.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doAfterCreateDBOTables(IURI portletTypeURI, boolean isUpgrade)
    Actions to perform after creating DBO Tables.
    void
    doBeforeCreateDBOTables(IURI portletTypeURI, boolean isUpgrade)
    Actions to perform before creating DBO Tables.
  • Method Details

    • doBeforeCreateDBOTables

      void doBeforeCreateDBOTables(IURI portletTypeURI, boolean isUpgrade) throws PortalException
      Actions to perform before creating DBO Tables.
      Throws:
      PortalException
    • doAfterCreateDBOTables

      void doAfterCreateDBOTables(IURI portletTypeURI, boolean isUpgrade) throws PortalException
      Actions to perform after creating DBO Tables.
      Throws:
      PortalException