logo       
Google Custom Search
    AddThis Social Bookmark Button

roller/src/org/roller/business/castor CastorWeblogManagerImpl.java,NONE,1.1: msg#00160

Subject: roller/src/org/roller/business/castor CastorWeblogManagerImpl.java,NONE,1.1
Update of /cvsroot/roller/roller/src/org/roller/business/castor
In directory sc8-pr-cvs1:/tmp/cvs-serv26630/src/org/roller/business/castor

Added Files:
        CastorWeblogManagerImpl.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.

--- NEW FILE: CastorWeblogManagerImpl.java ---
/*
 * Created on Jan 18, 2004
 */
package org.roller.business.castor;

import org.roller.RollerException;
import org.roller.business.WeblogManagerImpl;
import org.roller.model.Roller;
import org.roller.persistence.PersistenceStrategy;
import org.roller.pojos.WeblogCategoryData;

import java.util.List;

/**
 * @author dmj
 */
public class CastorWeblogManagerImpl extends WeblogManagerImpl
{
    /**
     * @param strategy
     * @param roller
     */
    public CastorWeblogManagerImpl(PersistenceStrategy strategy, Roller roller)
    {
        super(strategy, roller);
    }
    
    public List retrieveWeblogEntryes(WeblogCategoryData cat, boolean subcats) 
        throws RollerException
    {
        throw new RollerException("NOT IMPLEMENTED");
    }
}




-------------------------------------------------------
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



Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>