Uses of Class
ca.pjer.cm.api.store.ObjectNotFoundException

Packages that use ObjectNotFoundException
ca.pjer.cm.api.cmf   
ca.pjer.cm.api.store   
 

Uses of ObjectNotFoundException in ca.pjer.cm.api.cmf
 

Methods in ca.pjer.cm.api.cmf that throw ObjectNotFoundException
 java.lang.Object ContentManagementService.updateObject(AccessToken accessToken, java.lang.Object object)
           
 java.lang.Object ContentManagementService.getObject(AccessToken accessToken, java.lang.Class clazz, java.io.Serializable id)
           
 void ContentManagementService.removeObject(AccessToken accessToken, java.lang.Object object)
           
 

Uses of ObjectNotFoundException in ca.pjer.cm.api.store
 

Methods in ca.pjer.cm.api.store that throw ObjectNotFoundException
 java.lang.Object StoreService.update(java.lang.Object object)
           
 java.lang.Object StoreService.get(java.lang.Class clazz, java.io.Serializable id)
           
 void StoreService.remove(java.lang.Object object)
           
 



Copyright © 2004 PjEr.ca. All Rights Reserved.