001
014
015 package com.liferay.portal.service;
016
017
026 public class RepositoryEntryLocalServiceWrapper
027 implements RepositoryEntryLocalService,
028 ServiceWrapper<RepositoryEntryLocalService> {
029 public RepositoryEntryLocalServiceWrapper(
030 RepositoryEntryLocalService repositoryEntryLocalService) {
031 _repositoryEntryLocalService = repositoryEntryLocalService;
032 }
033
034
041 public com.liferay.portal.model.RepositoryEntry addRepositoryEntry(
042 com.liferay.portal.model.RepositoryEntry repositoryEntry)
043 throws com.liferay.portal.kernel.exception.SystemException {
044 return _repositoryEntryLocalService.addRepositoryEntry(repositoryEntry);
045 }
046
047
053 public com.liferay.portal.model.RepositoryEntry createRepositoryEntry(
054 long repositoryEntryId) {
055 return _repositoryEntryLocalService.createRepositoryEntry(repositoryEntryId);
056 }
057
058
066 public com.liferay.portal.model.RepositoryEntry deleteRepositoryEntry(
067 long repositoryEntryId)
068 throws com.liferay.portal.kernel.exception.PortalException,
069 com.liferay.portal.kernel.exception.SystemException {
070 return _repositoryEntryLocalService.deleteRepositoryEntry(repositoryEntryId);
071 }
072
073
080 public com.liferay.portal.model.RepositoryEntry deleteRepositoryEntry(
081 com.liferay.portal.model.RepositoryEntry repositoryEntry)
082 throws com.liferay.portal.kernel.exception.SystemException {
083 return _repositoryEntryLocalService.deleteRepositoryEntry(repositoryEntry);
084 }
085
086 public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery() {
087 return _repositoryEntryLocalService.dynamicQuery();
088 }
089
090
097 @SuppressWarnings("rawtypes")
098 public java.util.List dynamicQuery(
099 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
100 throws com.liferay.portal.kernel.exception.SystemException {
101 return _repositoryEntryLocalService.dynamicQuery(dynamicQuery);
102 }
103
104
117 @SuppressWarnings("rawtypes")
118 public java.util.List dynamicQuery(
119 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
120 int end) throws com.liferay.portal.kernel.exception.SystemException {
121 return _repositoryEntryLocalService.dynamicQuery(dynamicQuery, start,
122 end);
123 }
124
125
139 @SuppressWarnings("rawtypes")
140 public java.util.List dynamicQuery(
141 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
142 int end,
143 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
144 throws com.liferay.portal.kernel.exception.SystemException {
145 return _repositoryEntryLocalService.dynamicQuery(dynamicQuery, start,
146 end, orderByComparator);
147 }
148
149
156 public long dynamicQueryCount(
157 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
158 throws com.liferay.portal.kernel.exception.SystemException {
159 return _repositoryEntryLocalService.dynamicQueryCount(dynamicQuery);
160 }
161
162 public com.liferay.portal.model.RepositoryEntry fetchRepositoryEntry(
163 long repositoryEntryId)
164 throws com.liferay.portal.kernel.exception.SystemException {
165 return _repositoryEntryLocalService.fetchRepositoryEntry(repositoryEntryId);
166 }
167
168
176 public com.liferay.portal.model.RepositoryEntry getRepositoryEntry(
177 long repositoryEntryId)
178 throws com.liferay.portal.kernel.exception.PortalException,
179 com.liferay.portal.kernel.exception.SystemException {
180 return _repositoryEntryLocalService.getRepositoryEntry(repositoryEntryId);
181 }
182
183 public com.liferay.portal.model.PersistedModel getPersistedModel(
184 java.io.Serializable primaryKeyObj)
185 throws com.liferay.portal.kernel.exception.PortalException,
186 com.liferay.portal.kernel.exception.SystemException {
187 return _repositoryEntryLocalService.getPersistedModel(primaryKeyObj);
188 }
189
190
199 public com.liferay.portal.model.RepositoryEntry getRepositoryEntryByUuidAndGroupId(
200 java.lang.String uuid, long groupId)
201 throws com.liferay.portal.kernel.exception.PortalException,
202 com.liferay.portal.kernel.exception.SystemException {
203 return _repositoryEntryLocalService.getRepositoryEntryByUuidAndGroupId(uuid,
204 groupId);
205 }
206
207
219 public java.util.List<com.liferay.portal.model.RepositoryEntry> getRepositoryEntries(
220 int start, int end)
221 throws com.liferay.portal.kernel.exception.SystemException {
222 return _repositoryEntryLocalService.getRepositoryEntries(start, end);
223 }
224
225
231 public int getRepositoryEntriesCount()
232 throws com.liferay.portal.kernel.exception.SystemException {
233 return _repositoryEntryLocalService.getRepositoryEntriesCount();
234 }
235
236
243 public com.liferay.portal.model.RepositoryEntry updateRepositoryEntry(
244 com.liferay.portal.model.RepositoryEntry repositoryEntry)
245 throws com.liferay.portal.kernel.exception.SystemException {
246 return _repositoryEntryLocalService.updateRepositoryEntry(repositoryEntry);
247 }
248
249
254 public java.lang.String getBeanIdentifier() {
255 return _repositoryEntryLocalService.getBeanIdentifier();
256 }
257
258
263 public void setBeanIdentifier(java.lang.String beanIdentifier) {
264 _repositoryEntryLocalService.setBeanIdentifier(beanIdentifier);
265 }
266
267 public com.liferay.portal.model.RepositoryEntry addRepositoryEntry(
268 long groupId, long repositoryId, java.lang.String mappedId,
269 com.liferay.portal.service.ServiceContext serviceContext)
270 throws com.liferay.portal.kernel.exception.SystemException {
271 return _repositoryEntryLocalService.addRepositoryEntry(groupId,
272 repositoryId, mappedId, serviceContext);
273 }
274
275 public com.liferay.portal.model.RepositoryEntry updateRepositoryEntry(
276 long repositoryEntryId, java.lang.String mappedId)
277 throws com.liferay.portal.kernel.exception.PortalException,
278 com.liferay.portal.kernel.exception.SystemException {
279 return _repositoryEntryLocalService.updateRepositoryEntry(repositoryEntryId,
280 mappedId);
281 }
282
283
286 public RepositoryEntryLocalService getWrappedRepositoryEntryLocalService() {
287 return _repositoryEntryLocalService;
288 }
289
290
293 public void setWrappedRepositoryEntryLocalService(
294 RepositoryEntryLocalService repositoryEntryLocalService) {
295 _repositoryEntryLocalService = repositoryEntryLocalService;
296 }
297
298 public RepositoryEntryLocalService getWrappedService() {
299 return _repositoryEntryLocalService;
300 }
301
302 public void setWrappedService(
303 RepositoryEntryLocalService repositoryEntryLocalService) {
304 _repositoryEntryLocalService = repositoryEntryLocalService;
305 }
306
307 private RepositoryEntryLocalService _repositoryEntryLocalService;
308 }