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

E22562-01

oracle.apps.fnd.applcore.attachments.authorization.webservices.server
Class AttachmentsAuthorizationWSImpl

java.lang.Object
  extended by oracle.jbo.server.ejb.SessionBeanImpl
      extended by oracle.jbo.server.svc.ServiceImpl
          extended by oracle.apps.fnd.applcore.attachments.authorization.webservices.server.AttachmentsAuthorizationWSImpl
All Implemented Interfaces:
java.io.Serializable, javax.ejb.EnterpriseBean, javax.ejb.SessionBean, AttachmentsAuthorizationWS

public class AttachmentsAuthorizationWSImpl
extends oracle.jbo.server.svc.ServiceImpl
implements AttachmentsAuthorizationWS

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class oracle.jbo.server.svc.ServiceImpl
oracle.jbo.server.svc.ServiceImpl.NamedParam
 
Field Summary
 
Fields inherited from class oracle.jbo.server.svc.ServiceImpl
appModuleStack, exceptionHandlerStack, FND_FLEX_INTEGRATED_EXTENSION, SUPPORT_LAZY_LOADING
 
Fields inherited from class oracle.jbo.server.ejb.SessionBeanImpl
mApplicationModule
 
Fields inherited from interface oracle.apps.fnd.applcore.attachments.authorization.AttachmentsAuthorizationWS
NAME
 
Constructor Summary
AttachmentsAuthorizationWSImpl()
          This is the default constructor (do not remove).
 
Method Summary
 boolean docAccessAllowed(java.lang.String documentId, java.lang.String permission)
          docAccessAllowed: generated method.
 boolean entityAccessAllowed(java.lang.String fndObjectName, java.lang.String pk1Value, java.lang.String pk2Value, java.lang.String pk3Value, java.lang.String pk4Value, java.lang.String pk5Value, java.lang.String permission)
          entityAccessAllowed: generated method.
protected  void init()
          Generated method.
 boolean ping()
          ping: generated method.
 
Methods inherited from class oracle.jbo.server.svc.ServiceImpl
create, delete, find, find, find, get, getApplicationModule, getCtrlHints, getCtrlHints, getCtrlHintsKey, getParentAttributeList, handleError, invokeCustom, invokeCustom, merge, process, processChangeSummary, update
 
Methods inherited from class oracle.jbo.server.ejb.SessionBeanImpl
connectToDataSource, createApplicationModule, createApplicationModule, createTransactionHandlerFactory, disconnectFromDataSource, doMessage, ejbActivate, ejbPassivate, ejbRemove, getApplicationModuleDefName, getConfigurationName, getSessionContext, getTransactionTimeOut, isJboBean, isTransactionManagedByBean, postApplicationModuleCreate, removeApplicationModule, setApplicationModuleDefName, setClientEnv, setConfigurationName, setCurrentSessionContext, setSessionContext, useDataSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentsAuthorizationWSImpl

public AttachmentsAuthorizationWSImpl()
This is the default constructor (do not remove).

Method Detail

init

protected void init()
Generated method. Do not modify. Do initialization in the constructor


docAccessAllowed

public boolean docAccessAllowed(java.lang.String documentId,
                                java.lang.String permission)
                         throws oracle.jbo.service.errors.ServiceException
docAccessAllowed: generated method. Do not modify.

Specified by:
docAccessAllowed in interface AttachmentsAuthorizationWS
Throws:
oracle.jbo.service.errors.ServiceException

ping

public boolean ping()
             throws oracle.jbo.service.errors.ServiceException
ping: generated method. Do not modify.

Specified by:
ping in interface AttachmentsAuthorizationWS
Throws:
oracle.jbo.service.errors.ServiceException

entityAccessAllowed

public boolean entityAccessAllowed(java.lang.String fndObjectName,
                                   java.lang.String pk1Value,
                                   java.lang.String pk2Value,
                                   java.lang.String pk3Value,
                                   java.lang.String pk4Value,
                                   java.lang.String pk5Value,
                                   java.lang.String permission)
                            throws oracle.jbo.service.errors.ServiceException
entityAccessAllowed: generated method. Do not modify.

Specified by:
entityAccessAllowed in interface AttachmentsAuthorizationWS
Throws:
oracle.jbo.service.errors.ServiceException

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.