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

E22562-01

oracle.apps.fnd.applcore.favRecentItems.favRecentItemsService
Interface FavRecentItemsAM

All Superinterfaces:
oracle.jbo.ApplicationModule, oracle.jbo.ComponentObject, oracle.jbo.ExprWrappable, oracle.jbo.GenericHints, oracle.jbo.Properties, oracle.jbo.WarningContainer
All Known Implementing Classes:
FavRecentItemsAMClient, FavRecentItemsAMImpl

public interface FavRecentItemsAM
extends oracle.jbo.ApplicationModule


Field Summary
 
Fields inherited from interface oracle.jbo.ApplicationModule
ACTIVATE_CLIENT_FLAG, ACTIVATE_REMOVE_FLAG, ACTIVATE_SKIP_RESTORE_VO_FROM_DEF, ACTIVATE_TRANSIENT_FLAG, ACTIVATE_UNDO_FLAG, DEFAULT_DEF_FULL_NAME, DEFAULT_ROOT_APP_MOD_NAME, EFF_DT_PROPERTY_STR, IMAGE_LOC, PASSIVATE_DEFER_FLAG, PASSIVATE_HINT_FLAG, PASSIVATE_TO_DATABASE, PASSIVATE_TO_FILE, PASSIVATE_TO_MEMORY, PASSIVATE_TO_STACK_FLAG, PASSIVATE_TRANSIENT_FLAG, PASSIVATE_UNDO_FLAG, RELEASE_LEVEL_MANAGED, RELEASE_LEVEL_RESERVED, RELEASE_LEVEL_UNMANAGED, REMOVE_SNAPSHOT, RESET_CLIENT_ONLY_FLAG, RESET_INTERNAL_FLAG, RESET_KEEP_ALL_SNAPSHOTS_FLAG, RESET_MANAGE_SNAPSHOTS, RESET_RELOAD_FLAG, RESET_ROLLBACK_FLAG, SYNC_BATCH, SYNC_IMMEDIATE, SYNC_LAZY
 
Fields inherited from interface oracle.jbo.GenericHints
PROPERTY_LABEL, PROPERTY_LABEL_PLURAL, PROPERTY_TOOLTIP
 
Method Summary
 boolean areFavoritesRegistered()
           
 void createNewFavoriteFolder()
           
 void deleteFolderNFavorites()
           
 void deleteSelectedFolder()
           
 void deleteSelectedItem(oracle.jbo.Key key)
           
 boolean findDupDragNDrop(oracle.jbo.Row sourceRow, oracle.jbo.Row targetRow)
           
 oracle.jbo.Row getRowFromFavorites(oracle.jbo.Key favId)
           
 java.lang.Boolean hasSelectedFoldersAnyItems()
           
 void initializeFavItemRow(java.lang.String taskflowId, java.lang.String webAppName, java.lang.Boolean reuseInstance, java.lang.String taskflowLabel, java.lang.String keyList, java.lang.String taskParametersList, java.lang.String parametersList, java.lang.String taskType, java.lang.String viewId, java.lang.Boolean forceRefresh, java.lang.String userId, java.lang.Boolean contextualAreaCollasped, java.lang.Integer contextualAreaWidth, oracle.jbo.domain.BlobDomain customObject)
           
 java.lang.Boolean isDuplicateFavorite()
           
 void OnEditFavoriteName(java.lang.String favoriteName, oracle.jbo.Key key, java.lang.String favoriteType)
           
 void processCancelFavoriteCreate()
           
 void processNewFavoriteFolder()
           
 void processNewFavoriteFolderInManageUI()
           
 void removeNewFavoriteFolder()
           
 void setFavoriteLinkOrder()
           
 
Methods inherited from interface oracle.jbo.ApplicationModule
activateState, activateState, activateState, activateStateForUndo, addWarning, clearVOCaches, createApplicationModule, createComponentObject, createCompositeViewDef, createViewLink, createViewLinkBetweenViewObjects, createViewLinkFromEntityAssocName, createViewObject, createViewObjectFromQueryClauses, createViewObjectFromQueryStmt, createViewObjectFromQueryStmt, createViewObjectOnEntity, createViewObjectOnRowSet, doPoolMessage, executeQueryOnViewObjects, fetchAttributeProperties, findApplicationModule, findComponentObject, findRSIForEntity, findViewLink, findViewObject, findViewObjectUsingEntity, findViewObjectWithParameters, getApplicationModuleNames, getApplicationModuleNames, getExceptionHandler, getListBindingName, getListBindingRSI, getMostRecentStackId, getPreferredListRSI, getReleaseLevel, getSession, getStyles, getSyncLock, getSyncMode, getTransaction, getViewLinkNames, getViewLinkNames, getViewObjectNames, getViewObjectNames, isRoot, isValidIdForUndo, passivateState, passivateState, passivateState, passivateState, passivateStateForUndo, prepareSession, prepareViewObjects, processChangeNotifications, removeState, reservePassivationId, reserveSnapshotId, resetState, resetState, setExceptionHandler, setReleaseLevel, setStoreForPassiveState, setStyles, setSyncMode, sync, transformExceptionParams
 
Methods inherited from interface oracle.jbo.ComponentObject
getDefFullName, getDefName, getFullName, getName, remove
 
Methods inherited from interface oracle.jbo.GenericHints
getHintValue, getLabel, getLabelPlural, getTooltip
 
Methods inherited from interface oracle.jbo.Properties
getProperties, getProperty, getProperty, refreshProperty
 

Method Detail

createNewFavoriteFolder

void createNewFavoriteFolder()

processNewFavoriteFolder

void processNewFavoriteFolder()

isDuplicateFavorite

java.lang.Boolean isDuplicateFavorite()

setFavoriteLinkOrder

void setFavoriteLinkOrder()

removeNewFavoriteFolder

void removeNewFavoriteFolder()

processCancelFavoriteCreate

void processCancelFavoriteCreate()

getRowFromFavorites

oracle.jbo.Row getRowFromFavorites(oracle.jbo.Key favId)

deleteSelectedItem

void deleteSelectedItem(oracle.jbo.Key key)

hasSelectedFoldersAnyItems

java.lang.Boolean hasSelectedFoldersAnyItems()

deleteSelectedFolder

void deleteSelectedFolder()

deleteFolderNFavorites

void deleteFolderNFavorites()

processNewFavoriteFolderInManageUI

void processNewFavoriteFolderInManageUI()

OnEditFavoriteName

void OnEditFavoriteName(java.lang.String favoriteName,
                        oracle.jbo.Key key,
                        java.lang.String favoriteType)
                        throws oracle.jbo.JboException
Throws:
oracle.jbo.JboException

areFavoritesRegistered

boolean areFavoritesRegistered()

findDupDragNDrop

boolean findDupDragNDrop(oracle.jbo.Row sourceRow,
                         oracle.jbo.Row targetRow)

initializeFavItemRow

void initializeFavItemRow(java.lang.String taskflowId,
                          java.lang.String webAppName,
                          java.lang.Boolean reuseInstance,
                          java.lang.String taskflowLabel,
                          java.lang.String keyList,
                          java.lang.String taskParametersList,
                          java.lang.String parametersList,
                          java.lang.String taskType,
                          java.lang.String viewId,
                          java.lang.Boolean forceRefresh,
                          java.lang.String userId,
                          java.lang.Boolean contextualAreaCollasped,
                          java.lang.Integer contextualAreaWidth,
                          oracle.jbo.domain.BlobDomain customObject)

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.