1
14
15 package com.liferay.portlet.tags.service;
16
17
18
34 public class TagsAssetLocalServiceWrapper implements TagsAssetLocalService {
35 public TagsAssetLocalServiceWrapper(
36 TagsAssetLocalService tagsAssetLocalService) {
37 _tagsAssetLocalService = tagsAssetLocalService;
38 }
39
40 public com.liferay.portlet.tags.model.TagsAsset addTagsAsset(
41 com.liferay.portlet.tags.model.TagsAsset tagsAsset)
42 throws com.liferay.portal.SystemException {
43 return _tagsAssetLocalService.addTagsAsset(tagsAsset);
44 }
45
46 public com.liferay.portlet.tags.model.TagsAsset createTagsAsset(
47 long assetId) {
48 return _tagsAssetLocalService.createTagsAsset(assetId);
49 }
50
51 public void deleteTagsAsset(long assetId)
52 throws com.liferay.portal.PortalException,
53 com.liferay.portal.SystemException {
54 _tagsAssetLocalService.deleteTagsAsset(assetId);
55 }
56
57 public void deleteTagsAsset(
58 com.liferay.portlet.tags.model.TagsAsset tagsAsset)
59 throws com.liferay.portal.SystemException {
60 _tagsAssetLocalService.deleteTagsAsset(tagsAsset);
61 }
62
63 public java.util.List<Object> dynamicQuery(
64 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
65 throws com.liferay.portal.SystemException {
66 return _tagsAssetLocalService.dynamicQuery(dynamicQuery);
67 }
68
69 public java.util.List<Object> dynamicQuery(
70 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
71 int end) throws com.liferay.portal.SystemException {
72 return _tagsAssetLocalService.dynamicQuery(dynamicQuery, start, end);
73 }
74
75 public com.liferay.portlet.tags.model.TagsAsset getTagsAsset(long assetId)
76 throws com.liferay.portal.PortalException,
77 com.liferay.portal.SystemException {
78 return _tagsAssetLocalService.getTagsAsset(assetId);
79 }
80
81 public java.util.List<com.liferay.portlet.tags.model.TagsAsset> getTagsAssets(
82 int start, int end) throws com.liferay.portal.SystemException {
83 return _tagsAssetLocalService.getTagsAssets(start, end);
84 }
85
86 public int getTagsAssetsCount() throws com.liferay.portal.SystemException {
87 return _tagsAssetLocalService.getTagsAssetsCount();
88 }
89
90 public com.liferay.portlet.tags.model.TagsAsset updateTagsAsset(
91 com.liferay.portlet.tags.model.TagsAsset tagsAsset)
92 throws com.liferay.portal.SystemException {
93 return _tagsAssetLocalService.updateTagsAsset(tagsAsset);
94 }
95
96 public com.liferay.portlet.tags.model.TagsAsset updateTagsAsset(
97 com.liferay.portlet.tags.model.TagsAsset tagsAsset, boolean merge)
98 throws com.liferay.portal.SystemException {
99 return _tagsAssetLocalService.updateTagsAsset(tagsAsset, merge);
100 }
101
102 public void deleteAsset(long assetId)
103 throws com.liferay.portal.PortalException,
104 com.liferay.portal.SystemException {
105 _tagsAssetLocalService.deleteAsset(assetId);
106 }
107
108 public void deleteAsset(java.lang.String className, long classPK)
109 throws com.liferay.portal.SystemException {
110 _tagsAssetLocalService.deleteAsset(className, classPK);
111 }
112
113 public void deleteAsset(com.liferay.portlet.tags.model.TagsAsset asset)
114 throws com.liferay.portal.SystemException {
115 _tagsAssetLocalService.deleteAsset(asset);
116 }
117
118 public com.liferay.portlet.tags.model.TagsAsset getAsset(long assetId)
119 throws com.liferay.portal.PortalException,
120 com.liferay.portal.SystemException {
121 return _tagsAssetLocalService.getAsset(assetId);
122 }
123
124 public com.liferay.portlet.tags.model.TagsAsset getAsset(
125 java.lang.String className, long classPK)
126 throws com.liferay.portal.PortalException,
127 com.liferay.portal.SystemException {
128 return _tagsAssetLocalService.getAsset(className, classPK);
129 }
130
131 public java.util.List<com.liferay.portlet.tags.model.TagsAsset> getAssets(
132 long groupId, long[] classNameIds, long[] entryIds, long[] notEntryIds,
133 boolean andOperator, boolean excludeZeroViewCount,
134 java.util.Date publishDate, java.util.Date expirationDate, int start,
135 int end) throws com.liferay.portal.SystemException {
136 return _tagsAssetLocalService.getAssets(groupId, classNameIds,
137 entryIds, notEntryIds, andOperator, excludeZeroViewCount,
138 publishDate, expirationDate, start, end);
139 }
140
141 public java.util.List<com.liferay.portlet.tags.model.TagsAsset> getAssets(
142 long groupId, long[] classNameIds, long[] entryIds, long[] notEntryIds,
143 boolean andOperator, boolean excludeZeroViewCount, int start, int end)
144 throws com.liferay.portal.SystemException {
145 return _tagsAssetLocalService.getAssets(groupId, classNameIds,
146 entryIds, notEntryIds, andOperator, excludeZeroViewCount, start, end);
147 }
148
149 public java.util.List<com.liferay.portlet.tags.model.TagsAsset> getAssets(
150 long groupId, long[] classNameIds, long[] entryIds, long[] notEntryIds,
151 boolean andOperator, java.lang.String orderByCol1,
152 java.lang.String orderByCol2, java.lang.String orderByType1,
153 java.lang.String orderByType2, boolean excludeZeroViewCount,
154 java.util.Date publishDate, java.util.Date expirationDate, int start,
155 int end) throws com.liferay.portal.SystemException {
156 return _tagsAssetLocalService.getAssets(groupId, classNameIds,
157 entryIds, notEntryIds, andOperator, orderByCol1, orderByCol2,
158 orderByType1, orderByType2, excludeZeroViewCount, publishDate,
159 expirationDate, start, end);
160 }
161
162 public java.util.List<com.liferay.portlet.tags.model.TagsAsset> getAssets(
163 long[] entryIds, long[] notEntryIds, boolean andOperator,
164 boolean excludeZeroViewCount, java.util.Date publishDate,
165 java.util.Date expirationDate, int start, int end)
166 throws com.liferay.portal.SystemException {
167 return _tagsAssetLocalService.getAssets(entryIds, notEntryIds,
168 andOperator, excludeZeroViewCount, publishDate, expirationDate,
169 start, end);
170 }
171
172 public java.util.List<com.liferay.portlet.tags.model.TagsAsset> getAssets(
173 long[] entryIds, long[] notEntryIds, boolean andOperator,
174 boolean excludeZeroViewCount, int start, int end)
175 throws com.liferay.portal.SystemException {
176 return _tagsAssetLocalService.getAssets(entryIds, notEntryIds,
177 andOperator, excludeZeroViewCount, start, end);
178 }
179
180 public java.util.List<com.liferay.portlet.tags.model.TagsAsset> getAssets(
181 long[] entryIds, long[] notEntryIds, boolean andOperator,
182 java.lang.String orderByCol1, java.lang.String orderByCol2,
183 java.lang.String orderByType1, java.lang.String orderByType2,
184 boolean excludeZeroViewCount, java.util.Date publishDate,
185 java.util.Date expirationDate, int start, int end)
186 throws com.liferay.portal.SystemException {
187 return _tagsAssetLocalService.getAssets(entryIds, notEntryIds,
188 andOperator, orderByCol1, orderByCol2, orderByType1, orderByType2,
189 excludeZeroViewCount, publishDate, expirationDate, start, end);
190 }
191
192 public int getAssetsCount(long groupId, long[] entryIds,
193 long[] notEntryIds, boolean andOperator, boolean excludeZeroViewCount)
194 throws com.liferay.portal.SystemException {
195 return _tagsAssetLocalService.getAssetsCount(groupId, entryIds,
196 notEntryIds, andOperator, excludeZeroViewCount);
197 }
198
199 public int getAssetsCount(long groupId, long[] classNameIds,
200 long[] entryIds, long[] notEntryIds, boolean andOperator,
201 boolean excludeZeroViewCount, java.util.Date publishDate,
202 java.util.Date expirationDate)
203 throws com.liferay.portal.SystemException {
204 return _tagsAssetLocalService.getAssetsCount(groupId, classNameIds,
205 entryIds, notEntryIds, andOperator, excludeZeroViewCount,
206 publishDate, expirationDate);
207 }
208
209 public int getAssetsCount(long[] entryIds, long[] notEntryIds,
210 boolean andOperator, boolean excludeZeroViewCount)
211 throws com.liferay.portal.SystemException {
212 return _tagsAssetLocalService.getAssetsCount(entryIds, notEntryIds,
213 andOperator, excludeZeroViewCount);
214 }
215
216 public int getAssetsCount(long[] entryIds, long[] notEntryIds,
217 boolean andOperator, boolean excludeZeroViewCount,
218 java.util.Date publishDate, java.util.Date expirationDate)
219 throws com.liferay.portal.SystemException {
220 return _tagsAssetLocalService.getAssetsCount(entryIds, notEntryIds,
221 andOperator, excludeZeroViewCount, publishDate, expirationDate);
222 }
223
224 public com.liferay.portlet.tags.model.TagsAssetType[] getAssetTypes(
225 java.lang.String languageId) {
226 return _tagsAssetLocalService.getAssetTypes(languageId);
227 }
228
229 public com.liferay.portlet.tags.model.TagsAssetDisplay[] getCompanyAssetDisplays(
230 long companyId, int start, int end, java.lang.String languageId)
231 throws com.liferay.portal.SystemException {
232 return _tagsAssetLocalService.getCompanyAssetDisplays(companyId, start,
233 end, languageId);
234 }
235
236 public java.util.List<com.liferay.portlet.tags.model.TagsAsset> getCompanyAssets(
237 long companyId, int start, int end)
238 throws com.liferay.portal.SystemException {
239 return _tagsAssetLocalService.getCompanyAssets(companyId, start, end);
240 }
241
242 public int getCompanyAssetsCount(long companyId)
243 throws com.liferay.portal.SystemException {
244 return _tagsAssetLocalService.getCompanyAssetsCount(companyId);
245 }
246
247 public java.util.List<com.liferay.portlet.tags.model.TagsAsset> getTopViewedAssets(
248 java.lang.String className, boolean asc, int start, int end)
249 throws com.liferay.portal.SystemException {
250 return _tagsAssetLocalService.getTopViewedAssets(className, asc, start,
251 end);
252 }
253
254 public java.util.List<com.liferay.portlet.tags.model.TagsAsset> getTopViewedAssets(
255 java.lang.String[] className, boolean asc, int start, int end)
256 throws com.liferay.portal.SystemException {
257 return _tagsAssetLocalService.getTopViewedAssets(className, asc, start,
258 end);
259 }
260
261 public com.liferay.portlet.tags.model.TagsAsset incrementViewCounter(
262 java.lang.String className, long classPK)
263 throws com.liferay.portal.SystemException {
264 return _tagsAssetLocalService.incrementViewCounter(className, classPK);
265 }
266
267 public com.liferay.portal.kernel.search.Hits search(long companyId,
268 java.lang.String portletId, java.lang.String keywords, int start,
269 int end) throws com.liferay.portal.SystemException {
270 return _tagsAssetLocalService.search(companyId, portletId, keywords,
271 start, end);
272 }
273
274 public com.liferay.portlet.tags.model.TagsAssetDisplay[] searchAssetDisplays(
275 long companyId, java.lang.String portletId, java.lang.String keywords,
276 java.lang.String languageId, int start, int end)
277 throws com.liferay.portal.SystemException {
278 return _tagsAssetLocalService.searchAssetDisplays(companyId, portletId,
279 keywords, languageId, start, end);
280 }
281
282 public int searchAssetDisplaysCount(long companyId,
283 java.lang.String portletId, java.lang.String keywords,
284 java.lang.String languageId) throws com.liferay.portal.SystemException {
285 return _tagsAssetLocalService.searchAssetDisplaysCount(companyId,
286 portletId, keywords, languageId);
287 }
288
289 public com.liferay.portlet.tags.model.TagsAsset updateAsset(long userId,
290 long groupId, java.lang.String className, long classPK,
291 java.lang.String[] entryNames)
292 throws com.liferay.portal.PortalException,
293 com.liferay.portal.SystemException {
294 return _tagsAssetLocalService.updateAsset(userId, groupId, className,
295 classPK, entryNames);
296 }
297
298 public com.liferay.portlet.tags.model.TagsAsset updateAsset(long userId,
299 long groupId, java.lang.String className, long classPK,
300 java.lang.String[] entryNames, java.util.Date startDate,
301 java.util.Date endDate, java.util.Date publishDate,
302 java.util.Date expirationDate, java.lang.String mimeType,
303 java.lang.String title, java.lang.String description,
304 java.lang.String summary, java.lang.String url, int height, int width,
305 java.lang.Integer priority)
306 throws com.liferay.portal.PortalException,
307 com.liferay.portal.SystemException {
308 return _tagsAssetLocalService.updateAsset(userId, groupId, className,
309 classPK, entryNames, startDate, endDate, publishDate,
310 expirationDate, mimeType, title, description, summary, url, height,
311 width, priority);
312 }
313
314 public com.liferay.portlet.tags.model.TagsAsset updateAsset(long userId,
315 long groupId, java.lang.String className, long classPK,
316 java.lang.String[] entryNames, java.util.Date startDate,
317 java.util.Date endDate, java.util.Date publishDate,
318 java.util.Date expirationDate, java.lang.String mimeType,
319 java.lang.String title, java.lang.String description,
320 java.lang.String summary, java.lang.String url, int height, int width,
321 java.lang.Integer priority, boolean sync)
322 throws com.liferay.portal.PortalException,
323 com.liferay.portal.SystemException {
324 return _tagsAssetLocalService.updateAsset(userId, groupId, className,
325 classPK, entryNames, startDate, endDate, publishDate,
326 expirationDate, mimeType, title, description, summary, url, height,
327 width, priority, sync);
328 }
329
330 public void validate(java.lang.String className,
331 java.lang.String[] entryNames)
332 throws com.liferay.portal.PortalException {
333 _tagsAssetLocalService.validate(className, entryNames);
334 }
335
336 public TagsAssetLocalService getWrappedTagsAssetLocalService() {
337 return _tagsAssetLocalService;
338 }
339
340 private TagsAssetLocalService _tagsAssetLocalService;
341 }