SalespointContainerBeanLocal.java 249 Bytes
package fi.codecrew.moya.beans;

import javax.ejb.Local;

import fi.codecrew.moya.salespoint.SalespointSessionManager;

@Local
public interface SalespointContainerBeanLocal {

	SalespointSessionManager getSessionManagerBySalespointId(Integer id);
}