Interface IManagedDBOMechanics
public interface IManagedDBOMechanics
Mechanics can implement this interface to get callbacks
before and after DBO Tables are created.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
Actions to perform before creating DBO Tables.- Throws:
PortalException
-
doAfterCreateDBOTables
Actions to perform after creating DBO Tables.- Throws:
PortalException
-