|
Project Wonder 5.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ERFileAttachment | |
---|---|
er.attachment.model | |
er.attachment.processors |
Uses of ERFileAttachment in er.attachment.model |
---|
Methods in er.attachment.model that return ERFileAttachment | |
---|---|
static ERFileAttachment |
_ERFileAttachment.createERFileAttachment(com.webobjects.eocontrol.EOEditingContext editingContext,
java.lang.Boolean available,
com.webobjects.foundation.NSTimestamp creationDate,
java.lang.String mimeType,
java.lang.String originalFileName,
java.lang.Boolean proxied,
java.lang.Integer size,
java.lang.String webPath)
|
static ERFileAttachment |
_ERFileAttachment.fetchERFileAttachment(com.webobjects.eocontrol.EOEditingContext editingContext,
com.webobjects.eocontrol.EOQualifier qualifier)
|
static ERFileAttachment |
_ERFileAttachment.fetchERFileAttachment(com.webobjects.eocontrol.EOEditingContext editingContext,
java.lang.String keyName,
java.lang.Object value)
|
static ERFileAttachment |
_ERFileAttachment.fetchRequiredERFileAttachment(com.webobjects.eocontrol.EOEditingContext editingContext,
com.webobjects.eocontrol.EOQualifier qualifier)
|
static ERFileAttachment |
_ERFileAttachment.fetchRequiredERFileAttachment(com.webobjects.eocontrol.EOEditingContext editingContext,
java.lang.String keyName,
java.lang.Object value)
|
ERFileAttachment |
_ERFileAttachment.localInstanceIn(com.webobjects.eocontrol.EOEditingContext editingContext)
|
static ERFileAttachment |
_ERFileAttachment.localInstanceIn(com.webobjects.eocontrol.EOEditingContext editingContext,
ERFileAttachment eo)
|
Methods in er.attachment.model that return types with arguments of type ERFileAttachment | |
---|---|
static com.webobjects.foundation.NSArray<ERFileAttachment> |
_ERFileAttachment.fetchAllERFileAttachments(com.webobjects.eocontrol.EOEditingContext editingContext)
|
static com.webobjects.foundation.NSArray<ERFileAttachment> |
_ERFileAttachment.fetchAllERFileAttachments(com.webobjects.eocontrol.EOEditingContext editingContext,
com.webobjects.foundation.NSArray<com.webobjects.eocontrol.EOSortOrdering> sortOrderings)
|
static com.webobjects.foundation.NSArray<ERFileAttachment> |
_ERFileAttachment.fetchERFileAttachments(com.webobjects.eocontrol.EOEditingContext editingContext,
com.webobjects.eocontrol.EOQualifier qualifier,
com.webobjects.foundation.NSArray<com.webobjects.eocontrol.EOSortOrdering> sortOrderings)
|
Methods in er.attachment.model with parameters of type ERFileAttachment | |
---|---|
static ERFileAttachment |
_ERFileAttachment.localInstanceIn(com.webobjects.eocontrol.EOEditingContext editingContext,
ERFileAttachment eo)
|
Uses of ERFileAttachment in er.attachment.processors |
---|
Methods in er.attachment.processors that return ERFileAttachment | |
---|---|
ERFileAttachment |
ERFileAttachmentProcessor._process(com.webobjects.eocontrol.EOEditingContext editingContext,
java.io.File uploadedFile,
java.lang.String recommendedFileName,
java.lang.String mimeType,
java.lang.String configurationName,
java.lang.String ownerID,
boolean pendingDelete)
|
Methods in er.attachment.processors with parameters of type ERFileAttachment | |
---|---|
java.io.InputStream |
ERFileAttachmentProcessor.attachmentInputStream(ERFileAttachment attachment)
|
java.lang.String |
ERFileAttachmentProcessor.attachmentUrl(ERFileAttachment attachment,
com.webobjects.appserver.WORequest request,
com.webobjects.appserver.WOContext context)
|
void |
ERFileAttachmentProcessor.deleteAttachment(ERFileAttachment attachment)
|
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV NEXT | FRAMES NO FRAMES |