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

E22562-02

oracle.apps.fnd.applcore.dataSecurity.uiModel.util
Class ProfileActionObject

java.lang.Object
  extended by oracle.apps.fnd.applcore.dataSecurity.uiModel.util.ProfileActionObject
All Implemented Interfaces:
java.io.Serializable

public class ProfileActionObject
extends java.lang.Object
implements java.io.Serializable

Bean to populate details of each object passed in for any action for Profile UI

Author:
Abhay K Kumar <abhay.k.kumar@oracle.com>
See Also:
Serialized Form

Method Summary
 java.lang.String getActionDisplay()
          Action display name to which this Object is associated.
 java.lang.String getObjectName()
          Gets the Object Name.
 java.lang.String getPermissionSetName()
          Gets the permission set name.
 java.lang.String getPrivilegeName()
          Gets the privilege name.
static ProfileActionObject getProfileActionObject(java.lang.String actionDisplay, java.lang.String objectName, java.lang.String privilegeName, java.lang.String permissionSetName)
          For any Action Creates a profile Action Object with passed in details.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProfileActionObject

public static ProfileActionObject getProfileActionObject(java.lang.String actionDisplay,
                                                         java.lang.String objectName,
                                                         java.lang.String privilegeName,
                                                         java.lang.String permissionSetName)
For any Action Creates a profile Action Object with passed in details.

Parameters:
actionDisplay - Action Display for which this ProfileActionObject is being added
objectName - candidate Object Name
privilegeName - associated privilegename
permissionSetName - associated permissionsetname * @return ProfileActionObject as an object

getObjectName

public java.lang.String getObjectName()
Gets the Object Name.

Returns:
object name as String

getPrivilegeName

public java.lang.String getPrivilegeName()
Gets the privilege name.


getPermissionSetName

public java.lang.String getPermissionSetName()
Gets the permission set name.

Returns:
permission set name

getActionDisplay

public java.lang.String getActionDisplay()
Action display name to which this Object is associated.

Returns:
Action Display Name

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.