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

com.github.jhonyscamacho.finaluser.service.RoleGroupService Maven / Gradle / Ivy

The newest version!
package com.github.jhonyscamacho.finaluser.service;

import java.util.List;

import javax.ejb.Remote;

import com.github.jhonyscamacho.finaluser.domain.RoleGroup;
import com.github.jhonyscamacho.service.Service;

//@Local
@Remote
public interface RoleGroupService extends Service {

	public List findAll();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy