All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.leonarduk.clearcheckbook.processor.ClearCheckBookTaskProcessor Maven / Gradle / Ivy

Go to download

A Java library to access the HTTP developer API for Clearcheckbook.com, the money management website.

There is a newer version: 1.4
Show newest version
/**
 * ClearCheckBookTaskProcessor
 *
 * @author ${author}
 * @since 10-Jul-2016
 */
package com.leonarduk.clearcheckbook.processor;

import java.util.List;

import com.leonarduk.clearcheckbook.ClearcheckbookException;
import com.leonarduk.clearcheckbook.dto.AbstractDataType;

/**
 * The Interface ClearCheckBookTaskProcessor.
 *
 * @param 
 *            the generic type
 */
public interface ClearCheckBookTaskProcessor> {

	/**
	 * Process queue.
	 *
	 * @param dataTypeList
	 *            the data type list
	 * @return the list
	 * @throws ClearcheckbookException
	 *             the clearcheckbook exception
	 */
	List processQueue(List dataTypeList) throws ClearcheckbookException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy