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

org.javabeanstack.ws.resources.IWebResource Maven / Gradle / Ivy

The newest version!
package org.javabeanstack.ws.resources;

import org.javabeanstack.security.ISecManager;
import org.javabeanstack.services.IDataService;

/**
 *
 * @author Jorge Enciso
 */
public interface IWebResource{
     T getDataService();
    ISecManager getSecManager();
    ISecManager getSecManager(String jndi);
    Long getIdempresa();
    Long getIdCompany();    
    Long getIdPerson();
    String getPersonRol();
    String getIpClient();     
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy