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 ProfileCategoryOptionVORowClient

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

public class ProfileCategoryOptionVORowClient
extends oracle.jbo.client.remote.RowImpl
implements ProfileCategoryOptionVORow


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
ProfileCategoryOptionVORowClient()
          This is the default constructor (do not remove).
 
Method Summary
 java.lang.Number getApplicationId()
           
 java.lang.String getCategoryName()
           
 java.lang.String getCreatedBy()
           
 java.sql.Timestamp getCreationDate()
           
 java.lang.String getDescriptionOverride()
           
 java.lang.Number getDisplaySequence()
           
 java.lang.String getDisplayType()
           
 java.sql.Timestamp getLastUpdateDate()
           
 java.lang.String getLastUpdatedBy()
           
 java.lang.String getLastUpdateLogin()
           
 oracle.jbo.Row getProfileOption()
           
 java.lang.Long getProfileOptionApplicationId()
           
 java.lang.Long getProfileOptionId()
           
 java.lang.Long getSetId(java.lang.String foreinKeyAttribute)
           
 java.lang.String[] getTranslatedLanguages()
           
 boolean isTranslatable()
           
 boolean isTranslatableAttribute(int baseIndex)
           
 boolean isTranslated()
           
 void remove()
           
 void setApplicationId(java.lang.Number value)
           
 void setCategoryName(java.lang.String value)
           
 void setDescriptionOverride(java.lang.String value)
           
 void setDisplaySequence(java.lang.Number value)
           
 void setDisplayType(java.lang.String value)
           
 void setProfileOptionApplicationId(java.lang.Long value)
           
 void setProfileOptionId(java.lang.Long 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

ProfileCategoryOptionVORowClient

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

Method Detail

validate

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

isTranslatableAttribute

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

isTranslatable

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

getTranslatedLanguages

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

getSetId

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

getProfileOption

public oracle.jbo.Row getProfileOption()
Specified by:
getProfileOption in interface ProfileCategoryOptionVORow

setProfileOptionId

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

setProfileOptionApplicationId

public void setProfileOptionApplicationId(java.lang.Long value)
Specified by:
setProfileOptionApplicationId in interface ProfileCategoryOptionVORow

setDisplayType

public void setDisplayType(java.lang.String value)

setDisplaySequence

public void setDisplaySequence(java.lang.Number value)
Specified by:
setDisplaySequence in interface ProfileCategoryOptionVORow

setDescriptionOverride

public void setDescriptionOverride(java.lang.String value)

setCategoryName

public void setCategoryName(java.lang.String value)
Specified by:
setCategoryName in interface ProfileCategoryOptionVORow

setApplicationId

public void setApplicationId(java.lang.Number value)

getProfileOptionId

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

getProfileOptionApplicationId

public java.lang.Long getProfileOptionApplicationId()
Specified by:
getProfileOptionApplicationId in interface ProfileCategoryOptionVORow

getLastUpdatedBy

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

getLastUpdateLogin

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

getLastUpdateDate

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

getDisplayType

public java.lang.String getDisplayType()

getDisplaySequence

public java.lang.Number getDisplaySequence()
Specified by:
getDisplaySequence in interface ProfileCategoryOptionVORow

getDescriptionOverride

public java.lang.String getDescriptionOverride()

getCreationDate

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

getCreatedBy

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

getCategoryName

public java.lang.String getCategoryName()
Specified by:
getCategoryName in interface ProfileCategoryOptionVORow

getApplicationId

public java.lang.Number getApplicationId()

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.