/** * RemoteMediaFileManagerSoapBindingImpl.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.agnitas.cms.webservices.generated; public class RemoteMediaFileManagerSoapBindingImpl implements org.agnitas.cms.webservices.generated.RemoteMediaFileManager_PortType{ public org.agnitas.cms.webservices.generated.MediaFile createMediaFile(org.agnitas.cms.webservices.generated.MediaFile mediaFile) throws java.rmi.RemoteException { return null; } public org.agnitas.cms.webservices.generated.MediaFile getMediaFile(int id) throws java.rmi.RemoteException { return null; } public void removeMediaFile(int id) throws java.rmi.RemoteException { } public void removeMediaFilesForCMTemplateId(int cmTemplateId) throws java.rmi.RemoteException { } public void removeContentModuleImage(int contentModuleId, java.lang.String mediaName) throws java.rmi.RemoteException { } public java.lang.Object[] getMediaFilesForContentModule(int contentModuleId) throws java.rmi.RemoteException { return null; } public void removeMediaFilesForContentModuleId(int contentModuleId) throws java.rmi.RemoteException { } public org.agnitas.cms.webservices.generated.MediaFile getPreviewOfContentModule(int contentModuleId) throws java.rmi.RemoteException { return null; } public void removePreviewOfContentModule(int contentModuleId) throws java.rmi.RemoteException { } public org.agnitas.cms.webservices.generated.MediaFile getPreviewOfContentModuleType(int cmtId) throws java.rmi.RemoteException { return null; } public org.agnitas.cms.webservices.generated.MediaFile getPreviewOfContentModuleTemplate(int cmTemplateId) throws java.rmi.RemoteException { return null; } public void removePreviewOfContentModuleType(int contentModuleTypeId) throws java.rmi.RemoteException { } public void removePreviewOfContentModuleTemplate(int cmTemplateId) throws java.rmi.RemoteException { } public void updateMediaFile(int id, byte[] content) throws java.rmi.RemoteException { } public void updateMediaFile(org.agnitas.cms.webservices.generated.MediaFile mediaFile) throws java.rmi.RemoteException { } public java.lang.Object[] getMediaFilesForContentModuleTemplate(int cmTemplateId) throws java.rmi.RemoteException { return null; } public org.agnitas.cms.webservices.generated.MediaFile getMediaFileForContentModelAndMediaName(int cmTemplateId, java.lang.String mediaName) throws java.rmi.RemoteException { return null; } }