Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.model
Interface DeliveryService

All Superinterfaces:
MasterService, ModelObject, Service, XMLObject

public interface DeliveryService
extends MasterService

The DeliveryService is the service which enables a Delivery of a Downloadable object. It always uses a HTTP Adapter to communicate with the external source.

See Also:
oracle.panama.rt.RuntimeAdapter, Adapter

Field Summary
static int TYPEID
           
static java.lang.String TYPENAME
          The constant class type identifier

 

Fields inherited from interface oracle.panama.model.Service
CATEGORY_MASTER, CATEGORY_SERVICE, CATEGORY_USER_HOME

 

Method Summary
 DeliverableApplication getApplication()
          returns the application to which this deliverable service belongs to
 void setApplication(DeliverableApplication application)
          sets the application which contains the delivery service

 

Methods inherited from interface oracle.panama.model.MasterService
addDeviceTransformer, getAsyncArguments, getDeviceTransformers, getInitArguments, getInputArguments, getInvalidationFrequency, getLanguage, getMergedInitArguments, getMergedInputArguments, getMergedOutputArguments, getModelAdapter, getOutputArguments, getParameterDelimiter, getResultTransformersNames, getServiceHelpText, getTextResultTransformer, getXMLResultTransformer, isAsyncEnabled, isCacheable, isModulable, isSilent, isSupportsVariableAsyncArgs, isUserSpecific, removeDeviceTransformer, removeResultTransformer, setAsyncArguments, setAsyncEnabled, setCacheable, setInitArguments, setInputArguments, setInvalidationFrequency, setLanguage, setModulable, setOutputArguments, setParameterDelimiter  

Methods inherited from interface oracle.panama.model.Service
createPresets, createPresets, deletePresets, deletePresets, getAdminURL, getAllPresets, getAreaId, getCategory, getCost, getCustomizationPageURL, getDescription, getGroups, getParent, getPresets, getPresets, getPrimaryAudio, getPrimaryImage, getSecondaryAudio, getSecondaryImage, getSequenceNo, getServiceAccessPoints, getServiceCategories, getShortName, getTransformer, getURL, getURLPathParameter, getURLPathParameter, getUserOwner, getVirtualURL, invoke, isRedirectHelp, isSessionless, isValid, isViewCustomizable, isVisible, removeAllGroups, setAdminURL, setAreaId, setCategory, setCost  

Methods inherited from interface oracle.panama.model.ModelObject
delete, getCreatedDate, getId, getLastModifiedDate, getName, getTypeId, getTypeName, isSystem, setName, setSystem, undoAll

 

Methods inherited from interface oracle.panama.model.XMLObject
setXML, toXML

 

Field Detail

TYPENAME

public static final java.lang.String TYPENAME
The constant class type identifier
See Also:
Constant Field Values

TYPEID

public static final int TYPEID
See Also:
Constant Field Values
Method Detail

getApplication

public DeliverableApplication getApplication()
returns the application to which this deliverable service belongs to

setApplication

public void setApplication(DeliverableApplication application)
sets the application which contains the delivery service

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.