|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.5) E14255-04 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ControlInterface public interface PortalControl
Method Summary | |
---|---|
void |
executeActions(List<ControlAction> actions,
ResourceContext context)
Executes the specified portal actions within a single transaction. |
Method Detail |
---|
@TransactionAttribute(value=REQUIRED, rollbackOnCheckedException=true) void executeActions(List<ControlAction> actions, ResourceContext context) throws Exception
actions
- the actions to execute, in the order they should be executed.context
- the resource context.
Exception
- any of the exceptions the individual actions may throw will be
"bubbled-up" through this method, and the transaction will be rolled back.
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.5) E14255-04 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |