Skip navigation links

Oracle BI Publisher Java API Reference
Release 10.1.3.4


oracle.apps.xdo.common.lob
Class FndLobsUtil

java.lang.Object
  extended by oracle.apps.xdo.common.lob.FndLobsUtil


Deprecated. Use oracle.apps.xdo.oa.util.FndLobsUtil

public class FndLobsUtil
extends java.lang.Object

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.

Version:
3.0
Author:
Kei Saito

Field Summary
static java.lang.String RCS_ID
          Deprecated.  
static boolean RCS_ID_RECORDED
          Deprecated.  

 

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

RCS_ID

public static final java.lang.String RCS_ID
Deprecated. 
See Also:
Constant Field Values

RCS_ID_RECORDED

public static final boolean RCS_ID_RECORDED
Deprecated. 

Constructor Detail

FndLobsUtil

public FndLobsUtil()
Deprecated. 

Method Detail

getLob

public static oracle.jbo.domain.BlobDomain getLob(long pFileId,
                                                  ApplicationModule pAm)
Deprecated. 
Retrieve a LOB.
Parameters:
pFileId - FND_LOBS id
pAm - ApplicationModule
Returns:
BLOB data
Since:
3.0

createLob

public 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.
Parameters:
pFileName - File name
pContentType - Content type
pFileFormat - File format
pFileContent - File content
pAm - ApplicationModule
Returns:
FND_LOB's FILE_ID or -1L if any error happened
Since:
3.0

deleteLob

public static void deleteLob(long pFileId,
                             ApplicationModule pAm)
Deprecated. 
Deletes a LOB.
Parameters:
pFileId - FILE_ID
pAm - ApplicationModule
Since:
3.0

Skip navigation links

Oracle BI Publisher Java API Reference
Release 10.1.3.4


© 2004, 2005, 2006, 2007, 2008, Oracle. All rights reserved.