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

E22562-02

oracle.apps.fnd.applcore.profiles.profileService.view.client
Class ProfileVORowClient

java.lang.Object
  extended by oracle.jbo.client.remote.RowImpl
      extended by oracle.apps.fnd.applcore.profiles.profileService.view.client.ProfileVORowClient
All Implemented Interfaces:
ProfileVORow, oracle.jbo.AttributeList, oracle.jbo.domain.DomainOwnerInterface, oracle.jbo.ExprWrappable, oracle.jbo.Row, oracle.jbo.XMLInterface

public class ProfileVORowClient
extends oracle.jbo.client.remote.RowImpl
implements ProfileVORow


Field Summary
 
Fields inherited from interface oracle.jbo.Row
EFFDT_DELETE_FUTURE_CHANGE_MODE, EFFDT_DELETE_MODE, EFFDT_DELETE_NEXT_CHANGE_MODE, EFFDT_DELETE_THIS_CHANGE_MODE, EFFDT_DELETE_ZAP_MODE, EFFDT_EXPERT_MODE, EFFDT_NONE_MODE, EFFDT_UPDATE_CHANGE_INSERT_MODE, EFFDT_UPDATE_CORRECTION, EFFDT_UPDATE_MODE, EFFDT_UPDATE_NEW_EARLIEST_CHANGE_MODE, EFFDT_UPDATE_OVERRIDE_MODE, REFRESH_CONTAINEES, REFRESH_FORGET_NEW_ROWS, REFRESH_REMOVE_NEW_ROWS, REFRESH_UNDO_CHANGES, REFRESH_WITH_DB_FORGET_CHANGES, REFRESH_WITH_DB_ONLY_IF_UNCHANGED, STATUS_INITIALIZED, STATUS_NEW
 
Fields inherited from interface oracle.jbo.XMLInterface
XML_IGNORE_DEPTH_COUNT, XML_OPT_ALL_ROWS, XML_OPT_ASSOC_CONSISTENT, XML_OPT_CHANGES_ONLY, XML_OPT_LIMIT_RANGE, XML_PASSIVATION_USE
 
Constructor Summary
ProfileVORowClient()
          This is the default constructor (do not remove).
 
Method Summary
 java.lang.Long getApplicationId()
           
 java.lang.Long getApplicationId1()
           
 java.lang.Long getApplicationId2()
           
 java.lang.String getEnabledFlag()
           
 java.lang.String getHierarchyName()
           
 java.lang.String getLevelName()
           
 java.lang.String getLevelName1()
           
 java.lang.String getLevelName2()
           
 java.lang.String getLevelName3()
           
 java.lang.Integer getLevelSequence()
           
 java.lang.String getLevelSourceAttribute()
           
 java.lang.String getLevelSourceNamespace()
           
 java.lang.String getLevelValue()
           
 java.lang.Long getProfileOptionId()
           
 java.lang.Long getProfileOptionId1()
           
 java.lang.Long getProfileOptionId2()
           
 java.lang.String getProfileOptionName()
           
 java.lang.String getProfileOptionValue()
           
 java.lang.Long getSetId(java.lang.String foreinKeyAttribute)
           
 java.lang.String[] getTranslatedLanguages()
           
 java.lang.String getUserLevel()
           
 boolean isTranslatable()
           
 boolean isTranslatableAttribute(int baseIndex)
           
 boolean isTranslated()
           
 void remove()
           
 void sampleProfileVORowImplExportable()
           
 void sampleProfileVORowImplExportable2(java.lang.String testParam1)
           
 void setApplicationId1(java.lang.Long value)
           
 void setApplicationId2(java.lang.Long value)
           
 void setEnabledFlag(java.lang.String value)
           
 void setHierarchyName(java.lang.String value)
           
 void setLevelName(java.lang.String value)
           
 void setLevelName1(java.lang.String value)
           
 void setLevelName2(java.lang.String value)
           
 void setLevelName3(java.lang.String value)
           
 void setLevelSequence(java.lang.Integer value)
           
 void setLevelSourceAttribute(java.lang.String value)
           
 void setLevelSourceNamespace(java.lang.String value)
           
 void setLevelValue(java.lang.String value)
           
 void setProfileOptionId1(java.lang.Long value)
           
 void setProfileOptionId2(java.lang.Long value)
           
 void setProfileOptionValue(java.lang.String value)
           
 void setUserLevel(java.lang.String value)
           
 void validate()
           
 
Methods inherited from class oracle.jbo.client.remote.RowImpl
domainToBeModified, getApplicationModule, getApplicationModuleImpl, getApplicationModuleProxy, getAttribute, getAttribute, getAttributeCount, getAttributeHints, getAttributeHints, getAttributeIndexOf, getAttributeNames, getAttributeSecurityHints, getAttributeSecurityHints, getAttributeValues, getEffectiveDateMode, getHandleAsInt, getKey, getObjectMarshaller, getPiggyback, getRowSet, getRowSetIterator, getRSIId, getSecurityHints, getServiceMessage, getStructureDef, getViewObjectImpl, initialize, isAttributeUpdateable, isDead, lock, processPiggyback, processServiceMessage, readXML, readXML, refresh, removeAndRetain, removeFromCollection, revert, setAttribute, setAttribute, setAttributeValues, setEffectiveDateMode, setNewRowState, writeXML, writeXML, writeXML, writeXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface oracle.jbo.Row
getAttributeHints, getAttributeHints, getAttributeSecurityHints, getAttributeSecurityHints, getEffectiveDateMode, getKey, getSecurityHints, getStructureDef, isAttributeUpdateable, isDead, lock, refresh, removeAndRetain, removeFromCollection, setAttributeValues, setEffectiveDateMode, setNewRowState
 
Methods inherited from interface oracle.jbo.AttributeList
getAttribute, getAttribute, getAttributeCount, getAttributeIndexOf, getAttributeNames, getAttributeValues, setAttribute, setAttribute
 
Methods inherited from interface oracle.jbo.XMLInterface
readXML, readXML, writeXML, writeXML, writeXML, writeXML
 

Constructor Detail

ProfileVORowClient

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

Method Detail

validate

public void validate()
Specified by:
validate in interface ProfileVORow
Specified by:
validate in interface oracle.jbo.Row
Overrides:
validate in class oracle.jbo.client.remote.RowImpl

sampleProfileVORowImplExportable2

public void sampleProfileVORowImplExportable2(java.lang.String testParam1)
Specified by:
sampleProfileVORowImplExportable2 in interface ProfileVORow

sampleProfileVORowImplExportable

public void sampleProfileVORowImplExportable()
Specified by:
sampleProfileVORowImplExportable in interface ProfileVORow

remove

public void remove()
Specified by:
remove in interface ProfileVORow
Specified by:
remove in interface oracle.jbo.Row
Overrides:
remove in class oracle.jbo.client.remote.RowImpl

isTranslated

public boolean isTranslated()
Specified by:
isTranslated in interface ProfileVORow

isTranslatableAttribute

public boolean isTranslatableAttribute(int baseIndex)
Specified by:
isTranslatableAttribute in interface ProfileVORow

isTranslatable

public boolean isTranslatable()
Specified by:
isTranslatable in interface ProfileVORow

getTranslatedLanguages

public java.lang.String[] getTranslatedLanguages()
Specified by:
getTranslatedLanguages in interface ProfileVORow

getSetId

public java.lang.Long getSetId(java.lang.String foreinKeyAttribute)
Specified by:
getSetId in interface ProfileVORow

setUserLevel

public void setUserLevel(java.lang.String value)
Specified by:
setUserLevel in interface ProfileVORow

setProfileOptionValue

public void setProfileOptionValue(java.lang.String value)
Specified by:
setProfileOptionValue in interface ProfileVORow

setProfileOptionId2

public void setProfileOptionId2(java.lang.Long value)
Specified by:
setProfileOptionId2 in interface ProfileVORow

setProfileOptionId1

public void setProfileOptionId1(java.lang.Long value)
Specified by:
setProfileOptionId1 in interface ProfileVORow

setLevelValue

public void setLevelValue(java.lang.String value)
Specified by:
setLevelValue in interface ProfileVORow

setLevelSourceNamespace

public void setLevelSourceNamespace(java.lang.String value)
Specified by:
setLevelSourceNamespace in interface ProfileVORow

setLevelSourceAttribute

public void setLevelSourceAttribute(java.lang.String value)
Specified by:
setLevelSourceAttribute in interface ProfileVORow

setLevelSequence

public void setLevelSequence(java.lang.Integer value)
Specified by:
setLevelSequence in interface ProfileVORow

setLevelName3

public void setLevelName3(java.lang.String value)
Specified by:
setLevelName3 in interface ProfileVORow

setLevelName2

public void setLevelName2(java.lang.String value)
Specified by:
setLevelName2 in interface ProfileVORow

setLevelName1

public void setLevelName1(java.lang.String value)
Specified by:
setLevelName1 in interface ProfileVORow

setLevelName

public void setLevelName(java.lang.String value)
Specified by:
setLevelName in interface ProfileVORow

setHierarchyName

public void setHierarchyName(java.lang.String value)
Specified by:
setHierarchyName in interface ProfileVORow

setEnabledFlag

public void setEnabledFlag(java.lang.String value)
Specified by:
setEnabledFlag in interface ProfileVORow

setApplicationId2

public void setApplicationId2(java.lang.Long value)
Specified by:
setApplicationId2 in interface ProfileVORow

setApplicationId1

public void setApplicationId1(java.lang.Long value)
Specified by:
setApplicationId1 in interface ProfileVORow

getUserLevel

public java.lang.String getUserLevel()
Specified by:
getUserLevel in interface ProfileVORow

getProfileOptionValue

public java.lang.String getProfileOptionValue()
Specified by:
getProfileOptionValue in interface ProfileVORow

getProfileOptionName

public java.lang.String getProfileOptionName()
Specified by:
getProfileOptionName in interface ProfileVORow

getProfileOptionId2

public java.lang.Long getProfileOptionId2()
Specified by:
getProfileOptionId2 in interface ProfileVORow

getProfileOptionId1

public java.lang.Long getProfileOptionId1()
Specified by:
getProfileOptionId1 in interface ProfileVORow

getProfileOptionId

public java.lang.Long getProfileOptionId()
Specified by:
getProfileOptionId in interface ProfileVORow

getLevelValue

public java.lang.String getLevelValue()
Specified by:
getLevelValue in interface ProfileVORow

getLevelSourceNamespace

public java.lang.String getLevelSourceNamespace()
Specified by:
getLevelSourceNamespace in interface ProfileVORow

getLevelSourceAttribute

public java.lang.String getLevelSourceAttribute()
Specified by:
getLevelSourceAttribute in interface ProfileVORow

getLevelSequence

public java.lang.Integer getLevelSequence()
Specified by:
getLevelSequence in interface ProfileVORow

getLevelName3

public java.lang.String getLevelName3()
Specified by:
getLevelName3 in interface ProfileVORow

getLevelName2

public java.lang.String getLevelName2()
Specified by:
getLevelName2 in interface ProfileVORow

getLevelName1

public java.lang.String getLevelName1()
Specified by:
getLevelName1 in interface ProfileVORow

getLevelName

public java.lang.String getLevelName()
Specified by:
getLevelName in interface ProfileVORow

getHierarchyName

public java.lang.String getHierarchyName()
Specified by:
getHierarchyName in interface ProfileVORow

getEnabledFlag

public java.lang.String getEnabledFlag()
Specified by:
getEnabledFlag in interface ProfileVORow

getApplicationId2

public java.lang.Long getApplicationId2()
Specified by:
getApplicationId2 in interface ProfileVORow

getApplicationId1

public java.lang.Long getApplicationId1()
Specified by:
getApplicationId1 in interface ProfileVORow

getApplicationId

public java.lang.Long getApplicationId()
Specified by:
getApplicationId in interface ProfileVORow

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.