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

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

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

Methods in ca.pjer.cm.api.cmf that throw StoreServiceSystemException
 java.lang.Object ContentManagementService.createObject(AccessToken accessToken, java.lang.Object object)
           
 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)
           
 java.util.List ContentManagementService.listObjects(AccessToken accessToken, java.lang.Class clazz)
           
 java.util.List ContentManagementService.listObjectsFromTemplate(AccessToken accessToken, java.lang.Object template)
           
 void ContentManagementService.removeObject(AccessToken accessToken, java.lang.Object object)
           
 

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

Methods in ca.pjer.cm.api.store that throw StoreServiceSystemException
 java.lang.Object StoreService.create(java.lang.Object object)
           
 java.lang.Object StoreService.update(java.lang.Object object)
           
 java.lang.Object StoreService.get(java.lang.Class clazz, java.io.Serializable id)
           
 java.util.List StoreService.list(java.lang.Class clazz)
           
 java.util.List StoreService.listFromTemplate(java.lang.Object template)
           
 void StoreService.remove(java.lang.Object object)
           
 



Copyright © 2004 PjEr.ca. All Rights Reserved.