Code Search for Developers
 
 
  

RolAgentRemote.java from Negest at Krugle


Show RolAgentRemote.java syntax highlighted


package tk.sabreWulf.negest.security;

import javax.ejb.Remote;

import tk.sabreWulf.negest.entity.security.RolEJB;

@Remote

public interface RolAgentRemote {
	public RolEJB createRol(RolEJB rol);
	public void deleteRol(RolEJB rol);
	public void deleteRol(long pk);
	public void modifyRol(RolEJB rol);
	public RolEJB getRolByPK(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

  RolAgentBean.java
  RolAgentRemote.java
  UsuarioAgentBean.java
  UsuarioAgentRemote.java