| 
Oracle BI Publisher Java API Reference Release 10.1.3.3  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.apps.xdo.common.lob.FndLobsUtil
Deprecated. Use oracle.apps.xdo.oa.util.FndLobsUtil
public class FndLobsUtil
The class FndLobsUtil is an utility class for FND_LOBS table.
This utility class provides a couple of methods to handle a single BLOB. All methods are static methods. It is caller's responsibility to call getTransaction().commit() method in your ApplicationModule since these methods don't call commit() method.
| Field Summary | |
|---|---|
static java.lang.String | 
RCS_IDDeprecated.  | 
static boolean | 
RCS_ID_RECORDEDDeprecated.  | 
| Constructor Summary | |
|---|---|
FndLobsUtil()Deprecated.  | 
|
| Method Summary | |
|---|---|
static long | 
createLob(java.lang.String pFileName, java.lang.String pContentType, java.lang.String pFileFormat, oracle.jbo.domain.BlobDomain pFileContent, ApplicationModule pAm)Deprecated. Creates a LOB in FND_LOBS.  | 
static void | 
deleteLob(long pFileId, ApplicationModule pAm)Deprecated. Deletes a LOB.  | 
static oracle.jbo.domain.BlobDomain | 
getLob(long pFileId, ApplicationModule pAm)Deprecated. Retrieve a LOB.  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String RCS_ID
public static final boolean RCS_ID_RECORDED
| Constructor Detail | 
|---|
public FndLobsUtil()
| Method Detail | 
|---|
public static oracle.jbo.domain.BlobDomain getLob(long pFileId,
                                                  ApplicationModule pAm)
pFileId - FND_LOBS idpAm - ApplicationModule
public static long createLob(java.lang.String pFileName,
                             java.lang.String pContentType,
                             java.lang.String pFileFormat,
                             oracle.jbo.domain.BlobDomain pFileContent,
                             ApplicationModule pAm)
pFileName - File namepContentType - Content typepFileFormat - File formatpFileContent - File contentpAm - ApplicationModule
public static void deleteLob(long pFileId,
                             ApplicationModule pAm)
pFileId - FILE_IDpAm - ApplicationModule
  | 
Oracle BI Publisher Java API Reference Release 10.1.3.3  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||