Author: amarkhel
Date: 2009-04-24 10:50:54 -0400 (Fri, 24 Apr 2009)
New Revision: 13830
Modified:
trunk/examples/photoalbum/ejb/src/main/java/org/richfaces/photoalbum/service/IShelfAction.java
trunk/examples/photoalbum/ejb/src/main/java/org/richfaces/photoalbum/service/ShelfAction.java
Log:
Modified:
trunk/examples/photoalbum/ejb/src/main/java/org/richfaces/photoalbum/service/IShelfAction.java
===================================================================
---
trunk/examples/photoalbum/ejb/src/main/java/org/richfaces/photoalbum/service/IShelfAction.java 2009-04-24
14:36:31 UTC (rev 13829)
+++
trunk/examples/photoalbum/ejb/src/main/java/org/richfaces/photoalbum/service/IShelfAction.java 2009-04-24
14:50:54 UTC (rev 13830)
@@ -42,5 +42,5 @@
void editShelf(Shelf shelf) throws PhotoAlbumException;
- List<Shelf> getPredefinedShelves(User user);
+ List<Shelf> getPredefinedShelves();
}
Modified:
trunk/examples/photoalbum/ejb/src/main/java/org/richfaces/photoalbum/service/ShelfAction.java
===================================================================
---
trunk/examples/photoalbum/ejb/src/main/java/org/richfaces/photoalbum/service/ShelfAction.java 2009-04-24
14:36:31 UTC (rev 13829)
+++
trunk/examples/photoalbum/ejb/src/main/java/org/richfaces/photoalbum/service/ShelfAction.java 2009-04-24
14:50:54 UTC (rev 13830)
@@ -102,7 +102,7 @@
* @param shelf - shelf to Synchronize
*/
@SuppressWarnings("unchecked")
- public List<Shelf> getPredefinedShelves(User user) {
+ public List<Shelf> getPredefinedShelves() {
return em.createNamedQuery(Constants.USER_SHELVES_QUERY).getResultList();
}
}
\ No newline at end of file
Show replies by date