public interface NetworkRemote extends Remote
| Modifier and Type | Method and Description |
|---|---|
void |
executeAgreement(long agreementId) |
AdministratorPermission[] |
getAdministratorPermissions() |
AgreementRecordSet |
getAgreements(AgreementSearchCriteria criteria) |
NetworkPermission[] |
getAllNetworkPermissions() |
Permission[] |
getAllPermissions() |
NetworkPermission[] |
getAssignedNetworkPermissions(long networkId) |
Currency[] |
getCurrencies() |
LanguageEncoding[] |
getLanguageEncodingList() |
Network |
getNetwork(long networkId) |
NetworkRecordSet |
getNetworks(NetworkSearchCriteria networkSearchCriteria) |
TimeZone[] |
getTimeZoneList() |
NetworkSaveResult |
saveNetwork(Network network) |
WidgetImageUploadResponse |
uploadNetworkWidgetImage(WidgetImageUploadRequest request) |
Network getNetwork(long networkId) throws RemoteException, ApiException
RemoteExceptionApiExceptionNetworkRecordSet getNetworks(NetworkSearchCriteria networkSearchCriteria) throws RemoteException, ApiException
RemoteExceptionApiExceptionNetworkSaveResult saveNetwork(Network network) throws RemoteException, ApiException
RemoteExceptionApiExceptionLanguageEncoding[] getLanguageEncodingList() throws RemoteException, ApiException
RemoteExceptionApiExceptionTimeZone[] getTimeZoneList() throws RemoteException, ApiException
RemoteExceptionApiExceptionPermission[] getAllPermissions() throws RemoteException, ApiException
RemoteExceptionApiExceptionNetworkPermission[] getAllNetworkPermissions() throws RemoteException, ApiException
RemoteExceptionApiExceptionNetworkPermission[] getAssignedNetworkPermissions(long networkId) throws RemoteException, ApiException
RemoteExceptionApiExceptionAdministratorPermission[] getAdministratorPermissions() throws RemoteException, ApiException
RemoteExceptionApiExceptionWidgetImageUploadResponse uploadNetworkWidgetImage(WidgetImageUploadRequest request) throws RemoteException, ApiException
RemoteExceptionApiExceptionvoid executeAgreement(long agreementId)
throws RemoteException,
ApiException
RemoteExceptionApiExceptionAgreementRecordSet getAgreements(AgreementSearchCriteria criteria) throws RemoteException, ApiException
RemoteExceptionApiExceptionCurrency[] getCurrencies() throws RemoteException, ApiException
RemoteExceptionApiExceptionCopyright © 2015. All Rights Reserved.