Code Search for Developers
 
 
  

ParameterOptionsAgentRemote.java from Negest at Krugle


Show ParameterOptionsAgentRemote.java syntax highlighted


package tk.sabreWulf.negest.reports;

import javax.ejb.Remote;

import tk.sabreWulf.negest.entity.reports.ParameterEJB;
import tk.sabreWulf.negest.entity.reports.ParameterOptionsEJB;

@Remote

public interface ParameterOptionsAgentRemote {
	public ParameterOptionsEJB createParameterOptions(ParameterOptionsEJB parameter);
	public void deleteParameterOptions(ParameterOptionsEJB parameter);
	public void deleteParameterOptions(long pk);
	public void modifyParameterOptions(ParameterOptionsEJB parameter);
	public ParameterOptionsEJB getParameterOptionsByPK(long pk);
	

}




See more files for this project here

Negest

This project aims to offer the SOHO integrated platform to track their customers, the events generated by/with them, the orders and billing, warehouses, customer locations and equipment. Its a CMP/ERP, with its focus on water treatment business, for this

Project homepage: http://sourceforge.net/projects/negest
Programming language(s): Java,XML
License: other

  ParameterAgentBean.java
  ParameterAgentRemote.java
  ParameterOptionsAgentBean.java
  ParameterOptionsAgentRemote.java
  ReportInstanceAgentBean.java
  ReportInstanceAgentRemote.java
  ReportParameterValueAgentBean.java
  ReportParameterValueAgentRemote.java
  ReportTypeAgentBean.java
  ReportTypeAgentRemote.java
  ReportTypeVersionAgentBean.java
  ReportTypeVersionAgentRemote.java