package com.idega.user.data; //public interface UserGroupRepresentativeHome extends com.idega.data.IDOHome public interface UserGroupRepresentativeHome extends com.idega.user.data.GroupHome { // public UserGroupRepresentative create() throws javax.ejb.CreateException, java.rmi.RemoteException; // public UserGroupRepresentative findByPrimaryKey(Object pk) throws javax.ejb.FinderException, java.rmi.RemoteException; // public java.lang.String getGroupType() throws java.rmi.RemoteException; }