public static com.vportal.portlet.vimagegallery.model.TFImageSoap[] getByGroupId( long groupId, int start, int end) throws RemoteException { try { java.util.List returnValue = TFImageServiceUtil.getByGroupId(groupId, start, end); return com.vportal.portlet.vimagegallery.model.TFImageSoap.toSoapModels(returnValue); } catch (Exception e) { _log.error(e, e); throw new RemoteException(e.getMessage()); } }
public static com.vportal.portlet.vimagegallery.model.TFImageSoap[] getByG_C_I( long groupId, long categoryId, boolean isShow) throws RemoteException { try { java.util.List returnValue = TFImageServiceUtil.getByG_C_I(groupId, categoryId, isShow); return com.vportal.portlet.vimagegallery.model.TFImageSoap.toSoapModels(returnValue); } catch (Exception e) { _log.error(e, e); throw new RemoteException(e.getMessage()); } }
public static com.vportal.portlet.vimagegallery.model.TFImageSoap[] findAll() throws RemoteException { try { java.util.List returnValue = TFImageServiceUtil.findAll(); return com.vportal.portlet.vimagegallery.model.TFImageSoap.toSoapModels(returnValue); } catch (Exception e) { _log.error(e, e); throw new RemoteException(e.getMessage()); } }