Update of /cvsroot/roller/roller/src/org/roller/presentation/weblog/actions
In directory
sc8-pr-cvs1:/tmp/cvs-serv26630/src/org/roller/presentation/weblog/actions
Modified Files:
CategoriesAction.java
Log Message:
Implemented
cat.isInUse()
cat.moveContents(destCat)
cat.retrieveWeblogEntries()
To do this I had to add multi-table support to Query API.
Apparently, Castor does not support multi-table queries.
Need to figure out how to deal with this.
Index: CategoriesAction.java
===================================================================
RCS file:
/cvsroot/roller/roller/src/org/roller/presentation/weblog/actions/CategoriesAction.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** CategoriesAction.java 1 Jan 2004 17:35:50 -0000 1.1
--- CategoriesAction.java 18 Jan 2004 18:35:24 -0000 1.2
***************
*** 149,152 ****
--- 149,153 ----
{
cd.setParent(parent);
+ cd.save();
}
}
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
|