Uses of Class
com.hybris.cockpitng.dataaccess.facades.object.exceptions.ObjectNotFoundException
-
-
Uses of ObjectNotFoundException in com.hybris.cockpitng.dataaccess.facades.object
Methods in com.hybris.cockpitng.dataaccess.facades.object that throw ObjectNotFoundException Modifier and Type Method Description <T> TObjectCRUDHandler. load(java.lang.String id, Context ctx)Gets an object instance by it's id.<T> TObjectFacade. load(java.lang.String id)Gets an object instance by it's id.<T> TObjectCRUDHandler. reload(T object, Context ctx)Gets a fresh instance of the given object.<T> TObjectFacade. reload(T object)Gets a fresh instance of the given object. -
Uses of ObjectNotFoundException in com.hybris.cockpitng.dataaccess.facades.object.exceptions
Subclasses of ObjectNotFoundException in com.hybris.cockpitng.dataaccess.facades.object.exceptions Modifier and Type Class Description classObjectReadPermissionExceptionThrown, if permission configuration doesn't allow object reading. -
Uses of ObjectNotFoundException in com.hybris.cockpitng.dataaccess.facades.object.impl
Methods in com.hybris.cockpitng.dataaccess.facades.object.impl that throw ObjectNotFoundException Modifier and Type Method Description <T> TDefaultObjectFacade. load(java.lang.String id)<T> TDefaultObjectFacade. load(java.lang.String id, Context ctx)<T> TPermissionAwareObjectFacade. load(java.lang.String id, Context ctx)<T> TDefaultObjectFacade. reload(T object)<T> TDefaultObjectFacade. reload(T object, Context ctx) -
Uses of ObjectNotFoundException in com.hybris.cockpitng.widgets.baseeditorarea
Methods in com.hybris.cockpitng.widgets.baseeditorarea that throw ObjectNotFoundException Modifier and Type Method Description protected java.lang.ObjectDefaultEditorAreaController. performRefresh(java.lang.Object currentObject, EditorArea editorArea)java.lang.ObjectDefaultEditorAreaLogicHandler. performRefresh(WidgetInstanceManager widgetInstanceManager, java.lang.Object currentObject)java.lang.ObjectEditorAreaLogicHandler. performRefresh(WidgetInstanceManager widgetInstanceManager, java.lang.Object currentObject)This method is responsible for refreshing/reloading current object withinDefaultEditorAreaController.protected java.lang.ObjectDefaultEditorAreaController. reloadIfNecessary(java.lang.Object objectInput, boolean inputObjectIsModified, boolean inputObjectIsNew) -
Uses of ObjectNotFoundException in com.hybris.cockpitng.widgets.controller.bookmark
Methods in com.hybris.cockpitng.widgets.controller.bookmark that throw ObjectNotFoundException Modifier and Type Method Description <T> TDefaultBookmarkHandler. loadObject(java.lang.String pk) -
Uses of ObjectNotFoundException in com.hybris.cockpitng.widgets.util
Methods in com.hybris.cockpitng.widgets.util with parameters of type ObjectNotFoundException Modifier and Type Method Description voidObjectNotFoundExceptionHandler. handleObjectNotFoundException(ObjectNotFoundException e, java.lang.Object updatedObject)
-