|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 1 (11.1.1.6) E22562-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jbo.client.remote.RowImpl
oracle.apps.fnd.applcore.profiles.profileService.view.client.ProfileCategoryVORowClient
public class ProfileCategoryVORowClient
| 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 | |
|---|---|
ProfileCategoryVORowClient()
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.lang.String |
getDisplayName()
|
java.lang.String |
getEnabled()
|
java.sql.Timestamp |
getLastUpdateDate()
|
java.lang.String |
getLastUpdatedBy()
|
java.lang.String |
getLastUpdateLogin()
|
java.lang.String |
getModuleId()
|
java.lang.String |
getName()
|
oracle.jbo.RowIterator |
getProfileCategoryOption()
|
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.Long value)
|
void |
setDescription(java.lang.String value)
|
void |
setDisplayName(java.lang.String value)
|
void |
setEnabled(java.lang.String value)
|
void |
setModuleId(java.lang.String value)
|
void |
setName(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 |
|---|
public ProfileCategoryVORowClient()
| Method Detail |
|---|
public void validate()
validate in interface ProfileCategoryVORowvalidate in interface oracle.jbo.Rowvalidate in class oracle.jbo.client.remote.RowImplpublic void remove()
remove in interface ProfileCategoryVORowremove in interface oracle.jbo.Rowremove in class oracle.jbo.client.remote.RowImplpublic boolean isTranslated()
isTranslated in interface ProfileCategoryVORowpublic boolean isTranslatableAttribute(int baseIndex)
isTranslatableAttribute in interface ProfileCategoryVORowpublic boolean isTranslatable()
isTranslatable in interface ProfileCategoryVORowpublic java.lang.String[] getTranslatedLanguages()
getTranslatedLanguages in interface ProfileCategoryVORowpublic java.lang.Long getSetId(java.lang.String foreinKeyAttribute)
getSetId in interface ProfileCategoryVORowpublic oracle.jbo.RowIterator getProfileCategoryOption()
getProfileCategoryOption in interface ProfileCategoryVORowpublic void setName(java.lang.String value)
setName in interface ProfileCategoryVORowpublic void setModuleId(java.lang.String value)
setModuleId in interface ProfileCategoryVORowpublic void setEnabled(java.lang.String value)
setEnabled in interface ProfileCategoryVORowpublic void setDisplayName(java.lang.String value)
setDisplayName in interface ProfileCategoryVORowpublic void setDescription(java.lang.String value)
setDescription in interface ProfileCategoryVORowpublic void setApplicationId(java.lang.Long value)
setApplicationId in interface ProfileCategoryVORowpublic java.lang.String getName()
getName in interface ProfileCategoryVORowpublic java.lang.String getModuleId()
getModuleId in interface ProfileCategoryVORowpublic java.lang.String getLastUpdatedBy()
getLastUpdatedBy in interface ProfileCategoryVORowpublic java.lang.String getLastUpdateLogin()
getLastUpdateLogin in interface ProfileCategoryVORowpublic java.sql.Timestamp getLastUpdateDate()
getLastUpdateDate in interface ProfileCategoryVORowpublic java.lang.String getEnabled()
getEnabled in interface ProfileCategoryVORowpublic java.lang.String getDisplayName()
getDisplayName in interface ProfileCategoryVORowpublic java.lang.String getDescription()
getDescription in interface ProfileCategoryVORowpublic java.sql.Timestamp getCreationDate()
getCreationDate in interface ProfileCategoryVORowpublic java.lang.String getCreatedBy()
getCreatedBy in interface ProfileCategoryVORowpublic java.lang.Long getApplicationId()
getApplicationId in interface ProfileCategoryVORow
|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 1 (11.1.1.6) E22562-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||