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

E22562-03

Uses of Class
oracle.apps.fnd.applcore.attachments.uiModel.view.AttachmentsVORowImpl

Packages that use AttachmentsVORowImpl
oracle.apps.fnd.applcore.attachments.attachmentService.applicationModule   
oracle.apps.fnd.applcore.attachments.ui   
oracle.apps.fnd.applcore.attachments.uiModel.view   
oracle.apps.fnd.applcore.attachments.utils   
 

Uses of AttachmentsVORowImpl in oracle.apps.fnd.applcore.attachments.attachmentService.applicationModule
 

Methods in oracle.apps.fnd.applcore.attachments.attachmentService.applicationModule that return AttachmentsVORowImpl
 AttachmentsVORowImpl AttachmentServiceAMImpl.attachFile(java.lang.String fileName, java.lang.String contentType, java.io.InputStream fileStream)
          Creates a new row from the internal attachments view object and populates the attributes to attach a file.
 AttachmentsVORowImpl AttachmentServiceAMImpl.attachManagedUrl(java.lang.String entAppShortName, java.net.URI uri)
          Creates a new row from the internal attachments view object and calls AttachmentServiceAMImpl.attachManagedUrl(AttachmentsVORowImpl row, String entAppShortName, URI uri) to populate.
 AttachmentsVORowImpl AttachmentServiceAMImpl.attachText(java.lang.String text)
          Creates a new row from the internal attachments view object and populates the attributes to attach text.
 AttachmentsVORowImpl AttachmentServiceAMImpl.attachUrl(java.lang.String url)
          Creates a new row from the internal attachments view object and populates the attributes to attach URL.
 

Methods in oracle.apps.fnd.applcore.attachments.attachmentService.applicationModule that return types with arguments of type AttachmentsVORowImpl
 java.util.List<AttachmentsVORowImpl> AttachmentServiceAMImpl.copyAttachments(java.util.List<AttachmentsVORowImpl> attachments, java.lang.String entityName, java.lang.String pk1Value, java.lang.String pk2Value, java.lang.String pk3Value, java.lang.String pk4Value, java.lang.String pk5Value)
          Create copies of the supplied attachment rows assigning them to the entity values as provided.
 

Methods in oracle.apps.fnd.applcore.attachments.attachmentService.applicationModule with parameters of type AttachmentsVORowImpl
 void AttachmentServiceAMImpl.attachFile(AttachmentsVORowImpl row, java.lang.String fileName, java.lang.String contentType, java.io.InputStream fileStream)
          Updates the supplied attachments row with the information to attach a file.
 void AttachmentServiceAMImpl.attachManagedUrl(AttachmentsVORowImpl row, java.lang.String entAppShortName, java.net.URI uri)
          For the given attachment row, it populates the attributes for the attachment type AttachmentsConstants.TMURI_TYPE.
 void AttachmentServiceAMImpl.attachText(AttachmentsVORowImpl row, java.lang.String text)
          Updates the supplied attachments row with the information to attach text.
 void AttachmentServiceAMImpl.attachUrl(AttachmentsVORowImpl row, java.lang.String url)
          Updates the supplied attachments row with the information to attach a static URL.
 java.io.InputStream AttachmentServiceAMImpl.getAttachmentInputStream(AttachmentsVORowImpl row)
          Retrieve the attachment content for the supplied attachment row as a stream.
 java.io.OutputStream AttachmentServiceAMImpl.getAttachmentStream(AttachmentsVORowImpl row)
          Retrieve the attachment content for the supplied attachment row as a stream.
 java.lang.String AttachmentServiceAMImpl.getAttachmentUrl(AttachmentsVORowImpl row)
          Retrieve URL for the attachment content for the supplied attachment.
 java.lang.String AttachmentServiceAMImpl.getUnsignedAttachmentUrl(AttachmentsVORowImpl row)
           Retrieve unsigned URL for the attachment content for the supplied attachment.
 

Method parameters in oracle.apps.fnd.applcore.attachments.attachmentService.applicationModule with type arguments of type AttachmentsVORowImpl
 java.util.List<AttachmentsVORowImpl> AttachmentServiceAMImpl.copyAttachments(java.util.List<AttachmentsVORowImpl> attachments, java.lang.String entityName, java.lang.String pk1Value, java.lang.String pk2Value, java.lang.String pk3Value, java.lang.String pk4Value, java.lang.String pk5Value)
          Create copies of the supplied attachment rows assigning them to the entity values as provided.
 

Uses of AttachmentsVORowImpl in oracle.apps.fnd.applcore.attachments.ui
 

Constructors in oracle.apps.fnd.applcore.attachments.ui with parameters of type AttachmentsVORowImpl
CachedAttachment(AttachmentsVORowImpl row)
          Contructor form a row impl
 

Uses of AttachmentsVORowImpl in oracle.apps.fnd.applcore.attachments.uiModel.view
 

Methods in oracle.apps.fnd.applcore.attachments.uiModel.view with parameters of type AttachmentsVORowImpl
abstract  java.lang.Object AttachmentsVORowImpl.AttributesEnum.get(AttachmentsVORowImpl object)
           
abstract  void AttachmentsVORowImpl.AttributesEnum.put(AttachmentsVORowImpl object, java.lang.Object value)
           
 

Uses of AttachmentsVORowImpl in oracle.apps.fnd.applcore.attachments.utils
 

Methods in oracle.apps.fnd.applcore.attachments.utils with parameters of type AttachmentsVORowImpl
static void AttachmentRepositoryUtils.fillRowForRepositoryFileBasedOnPath(oracle.webcenter.content.JCRContentID jcrContentID, AttachmentsVORowImpl row)
           
 


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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.