Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.profiles.profileService
Interface ProfileOptionValuesForUsersVORow

All Superinterfaces:
oracle.jbo.AttributeList, oracle.jbo.ExprWrappable, oracle.jbo.Row, oracle.jbo.XMLInterface
All Known Implementing Classes:
ProfileOptionValuesForUsersVORowClient, ProfileOptionValuesForUsersVORowImpl

public interface ProfileOptionValuesForUsersVORow
extends oracle.jbo.Row


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
 
Method Summary
 java.lang.String getKeyFlexfieldCombination(java.lang.String viewLinkAccessorName)
           
 java.lang.Long getKeyFlexfieldCombinationID(java.lang.String accessorName, java.lang.String combo)
           
 java.lang.Long getSetId(java.lang.String foreinKeyAttribute)
           
 java.lang.String[] getTranslatedLanguages()
           
 boolean isTranslatable()
           
 boolean isTranslatableAttribute(int baseIndex)
           
 boolean isTranslated()
           
 java.lang.Boolean populteFilterMap(oracle.jbo.domain.ClobDomain xmlClob, FndFilterTypeImpl fcimpl)
           
 void remove()
           
 void setKeyFlexfieldCombinationID(java.lang.String viewLinkAccessorName, java.lang.String combo)
           
 void validate()
           
 boolean validateKeyFlexfieldCombinationID(java.lang.String accessorName, java.lang.Long ccid)
           
 
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
 

Method Detail

validateKeyFlexfieldCombinationID

boolean validateKeyFlexfieldCombinationID(java.lang.String accessorName,
                                          java.lang.Long ccid)

validate

void validate()
Specified by:
validate in interface oracle.jbo.Row

setKeyFlexfieldCombinationID

void setKeyFlexfieldCombinationID(java.lang.String viewLinkAccessorName,
                                  java.lang.String combo)

remove

void remove()
Specified by:
remove in interface oracle.jbo.Row

populteFilterMap

java.lang.Boolean populteFilterMap(oracle.jbo.domain.ClobDomain xmlClob,
                                   FndFilterTypeImpl fcimpl)

isTranslated

boolean isTranslated()

isTranslatableAttribute

boolean isTranslatableAttribute(int baseIndex)

isTranslatable

boolean isTranslatable()

getTranslatedLanguages

java.lang.String[] getTranslatedLanguages()

getSetId

java.lang.Long getSetId(java.lang.String foreinKeyAttribute)

getKeyFlexfieldCombinationID

java.lang.Long getKeyFlexfieldCombinationID(java.lang.String accessorName,
                                            java.lang.String combo)

getKeyFlexfieldCombination

java.lang.String getKeyFlexfieldCombination(java.lang.String viewLinkAccessorName)

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.