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

E22562-03

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

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

public class ProfileOptionLevelValueVORowClient
extends oracle.jbo.client.remote.RowImpl
implements ProfileOptionLevelValueVORow


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
ProfileOptionLevelValueVORowClient()
          This is the default constructor (do not remove).
 
Method Summary
 java.lang.Long getApplicationId()
           
 java.lang.Long getApplicationId1()
           
 java.lang.String getLevelName()
           
 java.lang.String getLevelName1()
           
 java.lang.String getLevelValue()
           
 java.lang.Long getProfileOptionId()
           
 java.lang.Long getProfileOptionId1()
           
 java.lang.String getProfileOptionValue()
           
 java.lang.Long getSetId(java.lang.String foreinKeyAttribute)
           
 java.lang.String[] getTranslatedLanguages()
           
 java.lang.String getUpdateableFlag()
           
 boolean isTranslatable()
           
 boolean isTranslatableAttribute(int baseIndex)
           
 boolean isTranslated()
           
 void remove()
           
 void setApplicationId(java.lang.Long value)
           
 void setApplicationId1(java.lang.Long value)
           
 void setLevelName(java.lang.String value)
           
 void setLevelName1(java.lang.String value)
           
 void setLevelValue(java.lang.String value)
           
 void setProfileOptionId(java.lang.Long value)
           
 void setProfileOptionId1(java.lang.Long value)
           
 void setProfileOptionValue(java.lang.String value)
           
 void setUpdateableFlag(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

ProfileOptionLevelValueVORowClient

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

Method Detail

validate

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

remove

public void remove()
Specified by:
remove in interface ProfileOptionLevelValueVORow
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 ProfileOptionLevelValueVORow

isTranslatableAttribute

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

isTranslatable

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

getTranslatedLanguages

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

getSetId

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

setUpdateableFlag

public void setUpdateableFlag(java.lang.String value)
Specified by:
setUpdateableFlag in interface ProfileOptionLevelValueVORow

setProfileOptionValue

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

setProfileOptionId1

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

setProfileOptionId

public void setProfileOptionId(java.lang.Long value)
Specified by:
setProfileOptionId in interface ProfileOptionLevelValueVORow

setLevelValue

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

setLevelName1

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

setLevelName

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

setApplicationId1

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

setApplicationId

public void setApplicationId(java.lang.Long value)
Specified by:
setApplicationId in interface ProfileOptionLevelValueVORow

getUpdateableFlag

public java.lang.String getUpdateableFlag()
Specified by:
getUpdateableFlag in interface ProfileOptionLevelValueVORow

getProfileOptionValue

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

getProfileOptionId1

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

getProfileOptionId

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

getLevelValue

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

getLevelName1

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

getLevelName

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

getApplicationId1

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

getApplicationId

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

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.