Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

oracle.apps.fnd.applcore.dataSecurity.util
Class DSSBUtils

java.lang.Object
  extended by oracle.apps.fnd.applcore.dataSecurity.util.DSSBUtils

public class DSSBUtils
extends java.lang.Object


Constructor Summary
DSSBUtils()
           
 
Method Summary
static boolean createSandbox(java.lang.String sandboxId, java.sql.Connection conn)
          Txn is controlled by the caller.
static boolean deleteSandbox(java.lang.String sandboxId, java.sql.Connection conn)
          Txn is controlled by the caller.
static void main(java.lang.String[] args)
           
static boolean publishSandbox(java.lang.String sandboxId, java.sql.Timestamp sbCreationDate, java.sql.Connection conn)
          Txn is controlled by the caller.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSSBUtils

public DSSBUtils()
Method Detail

createSandbox

public static boolean createSandbox(java.lang.String sandboxId,
                                    java.sql.Connection conn)
Txn is controlled by the caller. Internal ApplCore use only. No other use supported.

Parameters:
sandboxId -
conn -
Returns:

deleteSandbox

public static boolean deleteSandbox(java.lang.String sandboxId,
                                    java.sql.Connection conn)
Txn is controlled by the caller. Internal ApplCore use only. No other use supported.

Parameters:
sandboxId -
conn -
Returns:

publishSandbox

public static boolean publishSandbox(java.lang.String sandboxId,
                                     java.sql.Timestamp sbCreationDate,
                                     java.sql.Connection conn)
Txn is controlled by the caller. Internal ApplCore use only. No other use supported.

Parameters:
sandboxId -
conn -
Returns:

main

public static void main(java.lang.String[] args)

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.