001
014
015 package com.liferay.portlet.messageboards.service;
016
017 import com.liferay.portal.service.ServiceWrapper;
018
019
028 public class MBThreadFlagLocalServiceWrapper implements MBThreadFlagLocalService,
029 ServiceWrapper<MBThreadFlagLocalService> {
030 public MBThreadFlagLocalServiceWrapper(
031 MBThreadFlagLocalService mbThreadFlagLocalService) {
032 _mbThreadFlagLocalService = mbThreadFlagLocalService;
033 }
034
035
042 public com.liferay.portlet.messageboards.model.MBThreadFlag addMBThreadFlag(
043 com.liferay.portlet.messageboards.model.MBThreadFlag mbThreadFlag)
044 throws com.liferay.portal.kernel.exception.SystemException {
045 return _mbThreadFlagLocalService.addMBThreadFlag(mbThreadFlag);
046 }
047
048
054 public com.liferay.portlet.messageboards.model.MBThreadFlag createMBThreadFlag(
055 long threadFlagId) {
056 return _mbThreadFlagLocalService.createMBThreadFlag(threadFlagId);
057 }
058
059
066 public void deleteMBThreadFlag(long threadFlagId)
067 throws com.liferay.portal.kernel.exception.PortalException,
068 com.liferay.portal.kernel.exception.SystemException {
069 _mbThreadFlagLocalService.deleteMBThreadFlag(threadFlagId);
070 }
071
072
078 public void deleteMBThreadFlag(
079 com.liferay.portlet.messageboards.model.MBThreadFlag mbThreadFlag)
080 throws com.liferay.portal.kernel.exception.SystemException {
081 _mbThreadFlagLocalService.deleteMBThreadFlag(mbThreadFlag);
082 }
083
084
091 @SuppressWarnings("rawtypes")
092 public java.util.List dynamicQuery(
093 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
094 throws com.liferay.portal.kernel.exception.SystemException {
095 return _mbThreadFlagLocalService.dynamicQuery(dynamicQuery);
096 }
097
098
111 @SuppressWarnings("rawtypes")
112 public java.util.List dynamicQuery(
113 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
114 int end) throws com.liferay.portal.kernel.exception.SystemException {
115 return _mbThreadFlagLocalService.dynamicQuery(dynamicQuery, start, end);
116 }
117
118
132 @SuppressWarnings("rawtypes")
133 public java.util.List dynamicQuery(
134 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
135 int end,
136 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
137 throws com.liferay.portal.kernel.exception.SystemException {
138 return _mbThreadFlagLocalService.dynamicQuery(dynamicQuery, start, end,
139 orderByComparator);
140 }
141
142
149 public long dynamicQueryCount(
150 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
151 throws com.liferay.portal.kernel.exception.SystemException {
152 return _mbThreadFlagLocalService.dynamicQueryCount(dynamicQuery);
153 }
154
155 public com.liferay.portlet.messageboards.model.MBThreadFlag fetchMBThreadFlag(
156 long threadFlagId)
157 throws com.liferay.portal.kernel.exception.SystemException {
158 return _mbThreadFlagLocalService.fetchMBThreadFlag(threadFlagId);
159 }
160
161
169 public com.liferay.portlet.messageboards.model.MBThreadFlag getMBThreadFlag(
170 long threadFlagId)
171 throws com.liferay.portal.kernel.exception.PortalException,
172 com.liferay.portal.kernel.exception.SystemException {
173 return _mbThreadFlagLocalService.getMBThreadFlag(threadFlagId);
174 }
175
176 public com.liferay.portal.model.PersistedModel getPersistedModel(
177 java.io.Serializable primaryKeyObj)
178 throws com.liferay.portal.kernel.exception.PortalException,
179 com.liferay.portal.kernel.exception.SystemException {
180 return _mbThreadFlagLocalService.getPersistedModel(primaryKeyObj);
181 }
182
183
195 public java.util.List<com.liferay.portlet.messageboards.model.MBThreadFlag> getMBThreadFlags(
196 int start, int end)
197 throws com.liferay.portal.kernel.exception.SystemException {
198 return _mbThreadFlagLocalService.getMBThreadFlags(start, end);
199 }
200
201
207 public int getMBThreadFlagsCount()
208 throws com.liferay.portal.kernel.exception.SystemException {
209 return _mbThreadFlagLocalService.getMBThreadFlagsCount();
210 }
211
212
219 public com.liferay.portlet.messageboards.model.MBThreadFlag updateMBThreadFlag(
220 com.liferay.portlet.messageboards.model.MBThreadFlag mbThreadFlag)
221 throws com.liferay.portal.kernel.exception.SystemException {
222 return _mbThreadFlagLocalService.updateMBThreadFlag(mbThreadFlag);
223 }
224
225
233 public com.liferay.portlet.messageboards.model.MBThreadFlag updateMBThreadFlag(
234 com.liferay.portlet.messageboards.model.MBThreadFlag mbThreadFlag,
235 boolean merge)
236 throws com.liferay.portal.kernel.exception.SystemException {
237 return _mbThreadFlagLocalService.updateMBThreadFlag(mbThreadFlag, merge);
238 }
239
240
245 public java.lang.String getBeanIdentifier() {
246 return _mbThreadFlagLocalService.getBeanIdentifier();
247 }
248
249
254 public void setBeanIdentifier(java.lang.String beanIdentifier) {
255 _mbThreadFlagLocalService.setBeanIdentifier(beanIdentifier);
256 }
257
258 public void addThreadFlag(long userId,
259 com.liferay.portlet.messageboards.model.MBThread thread)
260 throws com.liferay.portal.kernel.exception.PortalException,
261 com.liferay.portal.kernel.exception.SystemException {
262 _mbThreadFlagLocalService.addThreadFlag(userId, thread);
263 }
264
265 public void deleteThreadFlag(long threadFlagId)
266 throws com.liferay.portal.kernel.exception.PortalException,
267 com.liferay.portal.kernel.exception.SystemException {
268 _mbThreadFlagLocalService.deleteThreadFlag(threadFlagId);
269 }
270
271 public void deleteThreadFlag(
272 com.liferay.portlet.messageboards.model.MBThreadFlag threadFlag)
273 throws com.liferay.portal.kernel.exception.SystemException {
274 _mbThreadFlagLocalService.deleteThreadFlag(threadFlag);
275 }
276
277 public void deleteThreadFlagsByThreadId(long threadId)
278 throws com.liferay.portal.kernel.exception.SystemException {
279 _mbThreadFlagLocalService.deleteThreadFlagsByThreadId(threadId);
280 }
281
282 public void deleteThreadFlagsByUserId(long userId)
283 throws com.liferay.portal.kernel.exception.SystemException {
284 _mbThreadFlagLocalService.deleteThreadFlagsByUserId(userId);
285 }
286
287 public com.liferay.portlet.messageboards.model.MBThreadFlag getThreadFlag(
288 long userId, com.liferay.portlet.messageboards.model.MBThread thread)
289 throws com.liferay.portal.kernel.exception.PortalException,
290 com.liferay.portal.kernel.exception.SystemException {
291 return _mbThreadFlagLocalService.getThreadFlag(userId, thread);
292 }
293
294 public boolean hasThreadFlag(long userId,
295 com.liferay.portlet.messageboards.model.MBThread thread)
296 throws com.liferay.portal.kernel.exception.PortalException,
297 com.liferay.portal.kernel.exception.SystemException {
298 return _mbThreadFlagLocalService.hasThreadFlag(userId, thread);
299 }
300
301
304 public MBThreadFlagLocalService getWrappedMBThreadFlagLocalService() {
305 return _mbThreadFlagLocalService;
306 }
307
308
311 public void setWrappedMBThreadFlagLocalService(
312 MBThreadFlagLocalService mbThreadFlagLocalService) {
313 _mbThreadFlagLocalService = mbThreadFlagLocalService;
314 }
315
316 public MBThreadFlagLocalService getWrappedService() {
317 return _mbThreadFlagLocalService;
318 }
319
320 public void setWrappedService(
321 MBThreadFlagLocalService mbThreadFlagLocalService) {
322 _mbThreadFlagLocalService = mbThreadFlagLocalService;
323 }
324
325 private MBThreadFlagLocalService _mbThreadFlagLocalService;
326 }