net.anotheria.portalkit.services.account.generated.RemoteAccountAdminService Maven / Gradle / Ivy
package net.anotheria.portalkit.services.account.generated;
//BEGIN GENERATED CODE
import java.rmi.Remote;
import java.rmi.RemoteException;
import org.distributeme.core.lifecycle.ServiceAdapter;
import java.util.List;
import java.util.Map;
public interface RemoteAccountAdminService extends Remote, ServiceAdapter{
List getAllAccountIds(Map,?> __transportableCallContext) throws net.anotheria.portalkit.services.account.AccountAdminServiceException, RemoteException;
List getAllAccountIds(java.lang.String brand, Map,?> __transportableCallContext) throws net.anotheria.portalkit.services.account.AccountAdminServiceException, RemoteException;
List getAccountsByType(net.anotheria.portalkit.services.account.AccountType accountType, Map,?> __transportableCallContext) throws net.anotheria.portalkit.services.account.AccountServiceException, RemoteException;
List getAccountsByQuery(net.anotheria.portalkit.services.account.AccountQuery query, Map,?> __transportableCallContext) throws net.anotheria.portalkit.services.account.AccountAdminServiceException, RemoteException;
List getAccountAudits(net.anotheria.portalkit.services.common.AccountId accountId, Map,?> __transportableCallContext) throws net.anotheria.portalkit.services.account.AccountAdminServiceException, RemoteException;
}
//END GENERATED CODE
© 2015 - 2025 Weber Informatics LLC | Privacy Policy