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 ProfileOptionVORowClient

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

public class ProfileOptionVORowClient
extends oracle.jbo.client.remote.RowImpl
implements ProfileOptionVORow


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
ProfileOptionVORowClient()
          This is the default constructor (do not remove).
 
Method Summary
 java.lang.Long getApplicationId()
           
 java.lang.String getCreatedBy()
           
 java.sql.Timestamp getCreationDate()
           
 java.lang.String getDescription()
           
 java.sql.Date getEndDateActive()
           
 java.lang.String getHierarchyName()
           
 java.sql.Timestamp getLastUpdateDate()
           
 java.lang.String getLastUpdatedBy()
           
 java.lang.String getLastUpdateLogin()
           
 java.lang.String getModuleId()
           
 oracle.jbo.RowIterator getProfileHierarchyLevel()
           
 oracle.jbo.RowIterator getProfileLevelSequence()
           
 java.lang.Long getProfileOptionId()
           
 oracle.jbo.RowIterator getProfileOptionLevel()
           
 oracle.jbo.RowIterator getProfileOptionLevelValue()
           
 java.lang.String getProfileOptionName()
           
 oracle.jbo.RowIterator getProfileOptionValue()
           
 java.lang.Long getSetId(java.lang.String foreinKeyAttribute)
           
 java.lang.String getSqlValidation()
           
 java.sql.Date getStartDateActive()
           
 java.lang.String[] getTranslatedLanguages()
           
 java.lang.String getUserEnabledFlag()
           
 java.lang.String getUserProfileOptionName()
           
 java.lang.String getUserUpdateableFlag()
           
 boolean isTranslatable()
           
 boolean isTranslatableAttribute(int baseIndex)
           
 boolean isTranslated()
           
 void remove()
           
 void sampleProfileOptionVORowImplExportable()
           
 void sampleProfileOptionVORowImplExportable2(java.lang.String testParam1)
           
 void setApplicationId(java.lang.Long value)
           
 void setCreatedBy(java.lang.String value)
           
 void setCreationDate(java.sql.Timestamp value)
           
 void setDescription(java.lang.String value)
           
 void setEndDateActive(java.sql.Date value)
           
 void setHierarchyName(java.lang.String value)
           
 void setLastUpdateDate(java.sql.Timestamp value)
           
 void setLastUpdatedBy(java.lang.String value)
           
 void setLastUpdateLogin(java.lang.String value)
           
 void setModuleId(java.lang.String value)
           
 void setProfileOptionId(java.lang.Long value)
           
 void setProfileOptionName(java.lang.String value)
           
 void setSqlValidation(java.lang.String value)
           
 void setStartDateActive(java.sql.Date value)
           
 void setUserEnabledFlag(java.lang.String value)
           
 void setUserProfileOptionName(java.lang.String value)
           
 void setUserUpdateableFlag(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

ProfileOptionVORowClient

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

Method Detail

validate

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

sampleProfileOptionVORowImplExportable2

public void sampleProfileOptionVORowImplExportable2(java.lang.String testParam1)
Specified by:
sampleProfileOptionVORowImplExportable2 in interface ProfileOptionVORow

sampleProfileOptionVORowImplExportable

public void sampleProfileOptionVORowImplExportable()
Specified by:
sampleProfileOptionVORowImplExportable in interface ProfileOptionVORow

remove

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

isTranslatableAttribute

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

isTranslatable

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

getTranslatedLanguages

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

getSetId

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

getProfileOptionValue

public oracle.jbo.RowIterator getProfileOptionValue()
Specified by:
getProfileOptionValue in interface ProfileOptionVORow

getProfileOptionLevelValue

public oracle.jbo.RowIterator getProfileOptionLevelValue()
Specified by:
getProfileOptionLevelValue in interface ProfileOptionVORow

getProfileOptionLevel

public oracle.jbo.RowIterator getProfileOptionLevel()
Specified by:
getProfileOptionLevel in interface ProfileOptionVORow

getProfileLevelSequence

public oracle.jbo.RowIterator getProfileLevelSequence()
Specified by:
getProfileLevelSequence in interface ProfileOptionVORow

getProfileHierarchyLevel

public oracle.jbo.RowIterator getProfileHierarchyLevel()
Specified by:
getProfileHierarchyLevel in interface ProfileOptionVORow

setUserUpdateableFlag

public void setUserUpdateableFlag(java.lang.String value)
Specified by:
setUserUpdateableFlag in interface ProfileOptionVORow

setUserProfileOptionName

public void setUserProfileOptionName(java.lang.String value)
Specified by:
setUserProfileOptionName in interface ProfileOptionVORow

setUserEnabledFlag

public void setUserEnabledFlag(java.lang.String value)
Specified by:
setUserEnabledFlag in interface ProfileOptionVORow

setStartDateActive

public void setStartDateActive(java.sql.Date value)
Specified by:
setStartDateActive in interface ProfileOptionVORow

setSqlValidation

public void setSqlValidation(java.lang.String value)
Specified by:
setSqlValidation in interface ProfileOptionVORow

setProfileOptionName

public void setProfileOptionName(java.lang.String value)
Specified by:
setProfileOptionName in interface ProfileOptionVORow

setProfileOptionId

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

setModuleId

public void setModuleId(java.lang.String value)
Specified by:
setModuleId in interface ProfileOptionVORow

setLastUpdatedBy

public void setLastUpdatedBy(java.lang.String value)
Specified by:
setLastUpdatedBy in interface ProfileOptionVORow

setLastUpdateLogin

public void setLastUpdateLogin(java.lang.String value)
Specified by:
setLastUpdateLogin in interface ProfileOptionVORow

setLastUpdateDate

public void setLastUpdateDate(java.sql.Timestamp value)
Specified by:
setLastUpdateDate in interface ProfileOptionVORow

setHierarchyName

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

setEndDateActive

public void setEndDateActive(java.sql.Date value)
Specified by:
setEndDateActive in interface ProfileOptionVORow

setDescription

public void setDescription(java.lang.String value)
Specified by:
setDescription in interface ProfileOptionVORow

setCreationDate

public void setCreationDate(java.sql.Timestamp value)
Specified by:
setCreationDate in interface ProfileOptionVORow

setCreatedBy

public void setCreatedBy(java.lang.String value)
Specified by:
setCreatedBy in interface ProfileOptionVORow

setApplicationId

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

getUserUpdateableFlag

public java.lang.String getUserUpdateableFlag()
Specified by:
getUserUpdateableFlag in interface ProfileOptionVORow

getUserProfileOptionName

public java.lang.String getUserProfileOptionName()
Specified by:
getUserProfileOptionName in interface ProfileOptionVORow

getUserEnabledFlag

public java.lang.String getUserEnabledFlag()
Specified by:
getUserEnabledFlag in interface ProfileOptionVORow

getStartDateActive

public java.sql.Date getStartDateActive()
Specified by:
getStartDateActive in interface ProfileOptionVORow

getSqlValidation

public java.lang.String getSqlValidation()
Specified by:
getSqlValidation in interface ProfileOptionVORow

getProfileOptionName

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

getProfileOptionId

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

getModuleId

public java.lang.String getModuleId()
Specified by:
getModuleId in interface ProfileOptionVORow

getLastUpdatedBy

public java.lang.String getLastUpdatedBy()
Specified by:
getLastUpdatedBy in interface ProfileOptionVORow

getLastUpdateLogin

public java.lang.String getLastUpdateLogin()
Specified by:
getLastUpdateLogin in interface ProfileOptionVORow

getLastUpdateDate

public java.sql.Timestamp getLastUpdateDate()
Specified by:
getLastUpdateDate in interface ProfileOptionVORow

getHierarchyName

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

getEndDateActive

public java.sql.Date getEndDateActive()
Specified by:
getEndDateActive in interface ProfileOptionVORow

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface ProfileOptionVORow

getCreationDate

public java.sql.Timestamp getCreationDate()
Specified by:
getCreationDate in interface ProfileOptionVORow

getCreatedBy

public java.lang.String getCreatedBy()
Specified by:
getCreatedBy in interface ProfileOptionVORow

getApplicationId

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

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.