001    /**
002     * Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
003     *
004     * This library is free software; you can redistribute it and/or modify it under
005     * the terms of the GNU Lesser General Public License as published by the Free
006     * Software Foundation; either version 2.1 of the License, or (at your option)
007     * any later version.
008     *
009     * This library is distributed in the hope that it will be useful, but WITHOUT
010     * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
011     * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
012     * details.
013     */
014    
015    package com.liferay.portal.service.base;
016    
017    import com.liferay.portal.kernel.bean.BeanReference;
018    import com.liferay.portal.kernel.bean.IdentifiableBean;
019    import com.liferay.portal.kernel.dao.jdbc.SqlUpdate;
020    import com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactoryUtil;
021    import com.liferay.portal.kernel.dao.orm.DynamicQuery;
022    import com.liferay.portal.kernel.dao.orm.DynamicQueryFactoryUtil;
023    import com.liferay.portal.kernel.dao.orm.Projection;
024    import com.liferay.portal.kernel.exception.PortalException;
025    import com.liferay.portal.kernel.exception.SystemException;
026    import com.liferay.portal.kernel.search.Indexable;
027    import com.liferay.portal.kernel.search.IndexableType;
028    import com.liferay.portal.kernel.util.OrderByComparator;
029    import com.liferay.portal.model.Image;
030    import com.liferay.portal.model.PersistedModel;
031    import com.liferay.portal.service.BaseLocalServiceImpl;
032    import com.liferay.portal.service.ImageLocalService;
033    import com.liferay.portal.service.PersistedModelLocalServiceRegistry;
034    import com.liferay.portal.service.persistence.AccountPersistence;
035    import com.liferay.portal.service.persistence.AddressPersistence;
036    import com.liferay.portal.service.persistence.BackgroundTaskPersistence;
037    import com.liferay.portal.service.persistence.BrowserTrackerPersistence;
038    import com.liferay.portal.service.persistence.ClassNamePersistence;
039    import com.liferay.portal.service.persistence.ClusterGroupPersistence;
040    import com.liferay.portal.service.persistence.CompanyPersistence;
041    import com.liferay.portal.service.persistence.ContactPersistence;
042    import com.liferay.portal.service.persistence.CountryPersistence;
043    import com.liferay.portal.service.persistence.EmailAddressPersistence;
044    import com.liferay.portal.service.persistence.GroupFinder;
045    import com.liferay.portal.service.persistence.GroupPersistence;
046    import com.liferay.portal.service.persistence.ImagePersistence;
047    import com.liferay.portal.service.persistence.LayoutBranchPersistence;
048    import com.liferay.portal.service.persistence.LayoutFinder;
049    import com.liferay.portal.service.persistence.LayoutFriendlyURLPersistence;
050    import com.liferay.portal.service.persistence.LayoutPersistence;
051    import com.liferay.portal.service.persistence.LayoutPrototypePersistence;
052    import com.liferay.portal.service.persistence.LayoutRevisionPersistence;
053    import com.liferay.portal.service.persistence.LayoutSetBranchPersistence;
054    import com.liferay.portal.service.persistence.LayoutSetPersistence;
055    import com.liferay.portal.service.persistence.LayoutSetPrototypePersistence;
056    import com.liferay.portal.service.persistence.ListTypePersistence;
057    import com.liferay.portal.service.persistence.LockFinder;
058    import com.liferay.portal.service.persistence.LockPersistence;
059    import com.liferay.portal.service.persistence.MembershipRequestPersistence;
060    import com.liferay.portal.service.persistence.OrgGroupRolePersistence;
061    import com.liferay.portal.service.persistence.OrgLaborPersistence;
062    import com.liferay.portal.service.persistence.OrganizationFinder;
063    import com.liferay.portal.service.persistence.OrganizationPersistence;
064    import com.liferay.portal.service.persistence.PasswordPolicyFinder;
065    import com.liferay.portal.service.persistence.PasswordPolicyPersistence;
066    import com.liferay.portal.service.persistence.PasswordPolicyRelPersistence;
067    import com.liferay.portal.service.persistence.PasswordTrackerPersistence;
068    import com.liferay.portal.service.persistence.PhonePersistence;
069    import com.liferay.portal.service.persistence.PluginSettingPersistence;
070    import com.liferay.portal.service.persistence.PortalPreferencesPersistence;
071    import com.liferay.portal.service.persistence.PortletItemPersistence;
072    import com.liferay.portal.service.persistence.PortletPersistence;
073    import com.liferay.portal.service.persistence.PortletPreferencesFinder;
074    import com.liferay.portal.service.persistence.PortletPreferencesPersistence;
075    import com.liferay.portal.service.persistence.RegionPersistence;
076    import com.liferay.portal.service.persistence.ReleasePersistence;
077    import com.liferay.portal.service.persistence.RepositoryEntryPersistence;
078    import com.liferay.portal.service.persistence.RepositoryPersistence;
079    import com.liferay.portal.service.persistence.ResourceActionPersistence;
080    import com.liferay.portal.service.persistence.ResourceBlockFinder;
081    import com.liferay.portal.service.persistence.ResourceBlockPermissionPersistence;
082    import com.liferay.portal.service.persistence.ResourceBlockPersistence;
083    import com.liferay.portal.service.persistence.ResourcePermissionFinder;
084    import com.liferay.portal.service.persistence.ResourcePermissionPersistence;
085    import com.liferay.portal.service.persistence.ResourceTypePermissionFinder;
086    import com.liferay.portal.service.persistence.ResourceTypePermissionPersistence;
087    import com.liferay.portal.service.persistence.RoleFinder;
088    import com.liferay.portal.service.persistence.RolePersistence;
089    import com.liferay.portal.service.persistence.ServiceComponentPersistence;
090    import com.liferay.portal.service.persistence.ShardPersistence;
091    import com.liferay.portal.service.persistence.SubscriptionPersistence;
092    import com.liferay.portal.service.persistence.SystemEventPersistence;
093    import com.liferay.portal.service.persistence.TeamFinder;
094    import com.liferay.portal.service.persistence.TeamPersistence;
095    import com.liferay.portal.service.persistence.TicketPersistence;
096    import com.liferay.portal.service.persistence.UserFinder;
097    import com.liferay.portal.service.persistence.UserGroupFinder;
098    import com.liferay.portal.service.persistence.UserGroupGroupRolePersistence;
099    import com.liferay.portal.service.persistence.UserGroupPersistence;
100    import com.liferay.portal.service.persistence.UserGroupRoleFinder;
101    import com.liferay.portal.service.persistence.UserGroupRolePersistence;
102    import com.liferay.portal.service.persistence.UserIdMapperPersistence;
103    import com.liferay.portal.service.persistence.UserNotificationDeliveryPersistence;
104    import com.liferay.portal.service.persistence.UserNotificationEventPersistence;
105    import com.liferay.portal.service.persistence.UserPersistence;
106    import com.liferay.portal.service.persistence.UserTrackerPathPersistence;
107    import com.liferay.portal.service.persistence.UserTrackerPersistence;
108    import com.liferay.portal.service.persistence.VirtualHostPersistence;
109    import com.liferay.portal.service.persistence.WebDAVPropsPersistence;
110    import com.liferay.portal.service.persistence.WebsitePersistence;
111    import com.liferay.portal.service.persistence.WorkflowDefinitionLinkPersistence;
112    import com.liferay.portal.service.persistence.WorkflowInstanceLinkPersistence;
113    
114    import com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryFinder;
115    import com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryPersistence;
116    
117    import java.io.Serializable;
118    
119    import java.util.List;
120    
121    import javax.sql.DataSource;
122    
123    /**
124     * Provides the base implementation for the image local service.
125     *
126     * <p>
127     * This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in {@link com.liferay.portal.service.impl.ImageLocalServiceImpl}.
128     * </p>
129     *
130     * @author Brian Wing Shun Chan
131     * @see com.liferay.portal.service.impl.ImageLocalServiceImpl
132     * @see com.liferay.portal.service.ImageLocalServiceUtil
133     * @generated
134     */
135    public abstract class ImageLocalServiceBaseImpl extends BaseLocalServiceImpl
136            implements ImageLocalService, IdentifiableBean {
137            /*
138             * NOTE FOR DEVELOPERS:
139             *
140             * Never modify or reference this class directly. Always use {@link com.liferay.portal.service.ImageLocalServiceUtil} to access the image local service.
141             */
142    
143            /**
144             * Adds the image to the database. Also notifies the appropriate model listeners.
145             *
146             * @param image the image
147             * @return the image that was added
148             * @throws SystemException if a system exception occurred
149             */
150            @Indexable(type = IndexableType.REINDEX)
151            @Override
152            public Image addImage(Image image) throws SystemException {
153                    image.setNew(true);
154    
155                    return imagePersistence.update(image);
156            }
157    
158            /**
159             * Creates a new image with the primary key. Does not add the image to the database.
160             *
161             * @param imageId the primary key for the new image
162             * @return the new image
163             */
164            @Override
165            public Image createImage(long imageId) {
166                    return imagePersistence.create(imageId);
167            }
168    
169            /**
170             * Deletes the image with the primary key from the database. Also notifies the appropriate model listeners.
171             *
172             * @param imageId the primary key of the image
173             * @return the image that was removed
174             * @throws PortalException if a image with the primary key could not be found
175             * @throws SystemException if a system exception occurred
176             */
177            @Indexable(type = IndexableType.DELETE)
178            @Override
179            public Image deleteImage(long imageId)
180                    throws PortalException, SystemException {
181                    return imagePersistence.remove(imageId);
182            }
183    
184            /**
185             * Deletes the image from the database. Also notifies the appropriate model listeners.
186             *
187             * @param image the image
188             * @return the image that was removed
189             * @throws SystemException if a system exception occurred
190             */
191            @Indexable(type = IndexableType.DELETE)
192            @Override
193            public Image deleteImage(Image image) throws SystemException {
194                    return imagePersistence.remove(image);
195            }
196    
197            @Override
198            public DynamicQuery dynamicQuery() {
199                    Class<?> clazz = getClass();
200    
201                    return DynamicQueryFactoryUtil.forClass(Image.class,
202                            clazz.getClassLoader());
203            }
204    
205            /**
206             * Performs a dynamic query on the database and returns the matching rows.
207             *
208             * @param dynamicQuery the dynamic query
209             * @return the matching rows
210             * @throws SystemException if a system exception occurred
211             */
212            @Override
213            @SuppressWarnings("rawtypes")
214            public List dynamicQuery(DynamicQuery dynamicQuery)
215                    throws SystemException {
216                    return imagePersistence.findWithDynamicQuery(dynamicQuery);
217            }
218    
219            /**
220             * Performs a dynamic query on the database and returns a range of the matching rows.
221             *
222             * <p>
223             * Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link com.liferay.portal.model.impl.ImageModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
224             * </p>
225             *
226             * @param dynamicQuery the dynamic query
227             * @param start the lower bound of the range of model instances
228             * @param end the upper bound of the range of model instances (not inclusive)
229             * @return the range of matching rows
230             * @throws SystemException if a system exception occurred
231             */
232            @Override
233            @SuppressWarnings("rawtypes")
234            public List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
235                    throws SystemException {
236                    return imagePersistence.findWithDynamicQuery(dynamicQuery, start, end);
237            }
238    
239            /**
240             * Performs a dynamic query on the database and returns an ordered range of the matching rows.
241             *
242             * <p>
243             * Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link com.liferay.portal.model.impl.ImageModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
244             * </p>
245             *
246             * @param dynamicQuery the dynamic query
247             * @param start the lower bound of the range of model instances
248             * @param end the upper bound of the range of model instances (not inclusive)
249             * @param orderByComparator the comparator to order the results by (optionally <code>null</code>)
250             * @return the ordered range of matching rows
251             * @throws SystemException if a system exception occurred
252             */
253            @Override
254            @SuppressWarnings("rawtypes")
255            public List dynamicQuery(DynamicQuery dynamicQuery, int start, int end,
256                    OrderByComparator orderByComparator) throws SystemException {
257                    return imagePersistence.findWithDynamicQuery(dynamicQuery, start, end,
258                            orderByComparator);
259            }
260    
261            /**
262             * Returns the number of rows that match the dynamic query.
263             *
264             * @param dynamicQuery the dynamic query
265             * @return the number of rows that match the dynamic query
266             * @throws SystemException if a system exception occurred
267             */
268            @Override
269            public long dynamicQueryCount(DynamicQuery dynamicQuery)
270                    throws SystemException {
271                    return imagePersistence.countWithDynamicQuery(dynamicQuery);
272            }
273    
274            /**
275             * Returns the number of rows that match the dynamic query.
276             *
277             * @param dynamicQuery the dynamic query
278             * @param projection the projection to apply to the query
279             * @return the number of rows that match the dynamic query
280             * @throws SystemException if a system exception occurred
281             */
282            @Override
283            public long dynamicQueryCount(DynamicQuery dynamicQuery,
284                    Projection projection) throws SystemException {
285                    return imagePersistence.countWithDynamicQuery(dynamicQuery, projection);
286            }
287    
288            @Override
289            public Image fetchImage(long imageId) throws SystemException {
290                    return imagePersistence.fetchByPrimaryKey(imageId);
291            }
292    
293            /**
294             * Returns the image with the primary key.
295             *
296             * @param imageId the primary key of the image
297             * @return the image
298             * @throws PortalException if a image with the primary key could not be found
299             * @throws SystemException if a system exception occurred
300             */
301            @Override
302            public Image getImage(long imageId) throws PortalException, SystemException {
303                    return imagePersistence.findByPrimaryKey(imageId);
304            }
305    
306            @Override
307            public PersistedModel getPersistedModel(Serializable primaryKeyObj)
308                    throws PortalException, SystemException {
309                    return imagePersistence.findByPrimaryKey(primaryKeyObj);
310            }
311    
312            /**
313             * Returns a range of all the images.
314             *
315             * <p>
316             * Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link com.liferay.portal.model.impl.ImageModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
317             * </p>
318             *
319             * @param start the lower bound of the range of images
320             * @param end the upper bound of the range of images (not inclusive)
321             * @return the range of images
322             * @throws SystemException if a system exception occurred
323             */
324            @Override
325            public List<Image> getImages(int start, int end) throws SystemException {
326                    return imagePersistence.findAll(start, end);
327            }
328    
329            /**
330             * Returns the number of images.
331             *
332             * @return the number of images
333             * @throws SystemException if a system exception occurred
334             */
335            @Override
336            public int getImagesCount() throws SystemException {
337                    return imagePersistence.countAll();
338            }
339    
340            /**
341             * Updates the image in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.
342             *
343             * @param image the image
344             * @return the image that was updated
345             * @throws SystemException if a system exception occurred
346             */
347            @Indexable(type = IndexableType.REINDEX)
348            @Override
349            public Image updateImage(Image image) throws SystemException {
350                    return imagePersistence.update(image);
351            }
352    
353            /**
354             * Returns the account local service.
355             *
356             * @return the account local service
357             */
358            public com.liferay.portal.service.AccountLocalService getAccountLocalService() {
359                    return accountLocalService;
360            }
361    
362            /**
363             * Sets the account local service.
364             *
365             * @param accountLocalService the account local service
366             */
367            public void setAccountLocalService(
368                    com.liferay.portal.service.AccountLocalService accountLocalService) {
369                    this.accountLocalService = accountLocalService;
370            }
371    
372            /**
373             * Returns the account remote service.
374             *
375             * @return the account remote service
376             */
377            public com.liferay.portal.service.AccountService getAccountService() {
378                    return accountService;
379            }
380    
381            /**
382             * Sets the account remote service.
383             *
384             * @param accountService the account remote service
385             */
386            public void setAccountService(
387                    com.liferay.portal.service.AccountService accountService) {
388                    this.accountService = accountService;
389            }
390    
391            /**
392             * Returns the account persistence.
393             *
394             * @return the account persistence
395             */
396            public AccountPersistence getAccountPersistence() {
397                    return accountPersistence;
398            }
399    
400            /**
401             * Sets the account persistence.
402             *
403             * @param accountPersistence the account persistence
404             */
405            public void setAccountPersistence(AccountPersistence accountPersistence) {
406                    this.accountPersistence = accountPersistence;
407            }
408    
409            /**
410             * Returns the address local service.
411             *
412             * @return the address local service
413             */
414            public com.liferay.portal.service.AddressLocalService getAddressLocalService() {
415                    return addressLocalService;
416            }
417    
418            /**
419             * Sets the address local service.
420             *
421             * @param addressLocalService the address local service
422             */
423            public void setAddressLocalService(
424                    com.liferay.portal.service.AddressLocalService addressLocalService) {
425                    this.addressLocalService = addressLocalService;
426            }
427    
428            /**
429             * Returns the address remote service.
430             *
431             * @return the address remote service
432             */
433            public com.liferay.portal.service.AddressService getAddressService() {
434                    return addressService;
435            }
436    
437            /**
438             * Sets the address remote service.
439             *
440             * @param addressService the address remote service
441             */
442            public void setAddressService(
443                    com.liferay.portal.service.AddressService addressService) {
444                    this.addressService = addressService;
445            }
446    
447            /**
448             * Returns the address persistence.
449             *
450             * @return the address persistence
451             */
452            public AddressPersistence getAddressPersistence() {
453                    return addressPersistence;
454            }
455    
456            /**
457             * Sets the address persistence.
458             *
459             * @param addressPersistence the address persistence
460             */
461            public void setAddressPersistence(AddressPersistence addressPersistence) {
462                    this.addressPersistence = addressPersistence;
463            }
464    
465            /**
466             * Returns the background task local service.
467             *
468             * @return the background task local service
469             */
470            public com.liferay.portal.service.BackgroundTaskLocalService getBackgroundTaskLocalService() {
471                    return backgroundTaskLocalService;
472            }
473    
474            /**
475             * Sets the background task local service.
476             *
477             * @param backgroundTaskLocalService the background task local service
478             */
479            public void setBackgroundTaskLocalService(
480                    com.liferay.portal.service.BackgroundTaskLocalService backgroundTaskLocalService) {
481                    this.backgroundTaskLocalService = backgroundTaskLocalService;
482            }
483    
484            /**
485             * Returns the background task remote service.
486             *
487             * @return the background task remote service
488             */
489            public com.liferay.portal.service.BackgroundTaskService getBackgroundTaskService() {
490                    return backgroundTaskService;
491            }
492    
493            /**
494             * Sets the background task remote service.
495             *
496             * @param backgroundTaskService the background task remote service
497             */
498            public void setBackgroundTaskService(
499                    com.liferay.portal.service.BackgroundTaskService backgroundTaskService) {
500                    this.backgroundTaskService = backgroundTaskService;
501            }
502    
503            /**
504             * Returns the background task persistence.
505             *
506             * @return the background task persistence
507             */
508            public BackgroundTaskPersistence getBackgroundTaskPersistence() {
509                    return backgroundTaskPersistence;
510            }
511    
512            /**
513             * Sets the background task persistence.
514             *
515             * @param backgroundTaskPersistence the background task persistence
516             */
517            public void setBackgroundTaskPersistence(
518                    BackgroundTaskPersistence backgroundTaskPersistence) {
519                    this.backgroundTaskPersistence = backgroundTaskPersistence;
520            }
521    
522            /**
523             * Returns the browser tracker local service.
524             *
525             * @return the browser tracker local service
526             */
527            public com.liferay.portal.service.BrowserTrackerLocalService getBrowserTrackerLocalService() {
528                    return browserTrackerLocalService;
529            }
530    
531            /**
532             * Sets the browser tracker local service.
533             *
534             * @param browserTrackerLocalService the browser tracker local service
535             */
536            public void setBrowserTrackerLocalService(
537                    com.liferay.portal.service.BrowserTrackerLocalService browserTrackerLocalService) {
538                    this.browserTrackerLocalService = browserTrackerLocalService;
539            }
540    
541            /**
542             * Returns the browser tracker persistence.
543             *
544             * @return the browser tracker persistence
545             */
546            public BrowserTrackerPersistence getBrowserTrackerPersistence() {
547                    return browserTrackerPersistence;
548            }
549    
550            /**
551             * Sets the browser tracker persistence.
552             *
553             * @param browserTrackerPersistence the browser tracker persistence
554             */
555            public void setBrowserTrackerPersistence(
556                    BrowserTrackerPersistence browserTrackerPersistence) {
557                    this.browserTrackerPersistence = browserTrackerPersistence;
558            }
559    
560            /**
561             * Returns the class name local service.
562             *
563             * @return the class name local service
564             */
565            public com.liferay.portal.service.ClassNameLocalService getClassNameLocalService() {
566                    return classNameLocalService;
567            }
568    
569            /**
570             * Sets the class name local service.
571             *
572             * @param classNameLocalService the class name local service
573             */
574            public void setClassNameLocalService(
575                    com.liferay.portal.service.ClassNameLocalService classNameLocalService) {
576                    this.classNameLocalService = classNameLocalService;
577            }
578    
579            /**
580             * Returns the class name remote service.
581             *
582             * @return the class name remote service
583             */
584            public com.liferay.portal.service.ClassNameService getClassNameService() {
585                    return classNameService;
586            }
587    
588            /**
589             * Sets the class name remote service.
590             *
591             * @param classNameService the class name remote service
592             */
593            public void setClassNameService(
594                    com.liferay.portal.service.ClassNameService classNameService) {
595                    this.classNameService = classNameService;
596            }
597    
598            /**
599             * Returns the class name persistence.
600             *
601             * @return the class name persistence
602             */
603            public ClassNamePersistence getClassNamePersistence() {
604                    return classNamePersistence;
605            }
606    
607            /**
608             * Sets the class name persistence.
609             *
610             * @param classNamePersistence the class name persistence
611             */
612            public void setClassNamePersistence(
613                    ClassNamePersistence classNamePersistence) {
614                    this.classNamePersistence = classNamePersistence;
615            }
616    
617            /**
618             * Returns the cluster group local service.
619             *
620             * @return the cluster group local service
621             */
622            public com.liferay.portal.service.ClusterGroupLocalService getClusterGroupLocalService() {
623                    return clusterGroupLocalService;
624            }
625    
626            /**
627             * Sets the cluster group local service.
628             *
629             * @param clusterGroupLocalService the cluster group local service
630             */
631            public void setClusterGroupLocalService(
632                    com.liferay.portal.service.ClusterGroupLocalService clusterGroupLocalService) {
633                    this.clusterGroupLocalService = clusterGroupLocalService;
634            }
635    
636            /**
637             * Returns the cluster group persistence.
638             *
639             * @return the cluster group persistence
640             */
641            public ClusterGroupPersistence getClusterGroupPersistence() {
642                    return clusterGroupPersistence;
643            }
644    
645            /**
646             * Sets the cluster group persistence.
647             *
648             * @param clusterGroupPersistence the cluster group persistence
649             */
650            public void setClusterGroupPersistence(
651                    ClusterGroupPersistence clusterGroupPersistence) {
652                    this.clusterGroupPersistence = clusterGroupPersistence;
653            }
654    
655            /**
656             * Returns the c m i s repository local service.
657             *
658             * @return the c m i s repository local service
659             */
660            public com.liferay.portal.service.CMISRepositoryLocalService getCMISRepositoryLocalService() {
661                    return cmisRepositoryLocalService;
662            }
663    
664            /**
665             * Sets the c m i s repository local service.
666             *
667             * @param cmisRepositoryLocalService the c m i s repository local service
668             */
669            public void setCMISRepositoryLocalService(
670                    com.liferay.portal.service.CMISRepositoryLocalService cmisRepositoryLocalService) {
671                    this.cmisRepositoryLocalService = cmisRepositoryLocalService;
672            }
673    
674            /**
675             * Returns the company local service.
676             *
677             * @return the company local service
678             */
679            public com.liferay.portal.service.CompanyLocalService getCompanyLocalService() {
680                    return companyLocalService;
681            }
682    
683            /**
684             * Sets the company local service.
685             *
686             * @param companyLocalService the company local service
687             */
688            public void setCompanyLocalService(
689                    com.liferay.portal.service.CompanyLocalService companyLocalService) {
690                    this.companyLocalService = companyLocalService;
691            }
692    
693            /**
694             * Returns the company remote service.
695             *
696             * @return the company remote service
697             */
698            public com.liferay.portal.service.CompanyService getCompanyService() {
699                    return companyService;
700            }
701    
702            /**
703             * Sets the company remote service.
704             *
705             * @param companyService the company remote service
706             */
707            public void setCompanyService(
708                    com.liferay.portal.service.CompanyService companyService) {
709                    this.companyService = companyService;
710            }
711    
712            /**
713             * Returns the company persistence.
714             *
715             * @return the company persistence
716             */
717            public CompanyPersistence getCompanyPersistence() {
718                    return companyPersistence;
719            }
720    
721            /**
722             * Sets the company persistence.
723             *
724             * @param companyPersistence the company persistence
725             */
726            public void setCompanyPersistence(CompanyPersistence companyPersistence) {
727                    this.companyPersistence = companyPersistence;
728            }
729    
730            /**
731             * Returns the contact local service.
732             *
733             * @return the contact local service
734             */
735            public com.liferay.portal.service.ContactLocalService getContactLocalService() {
736                    return contactLocalService;
737            }
738    
739            /**
740             * Sets the contact local service.
741             *
742             * @param contactLocalService the contact local service
743             */
744            public void setContactLocalService(
745                    com.liferay.portal.service.ContactLocalService contactLocalService) {
746                    this.contactLocalService = contactLocalService;
747            }
748    
749            /**
750             * Returns the contact remote service.
751             *
752             * @return the contact remote service
753             */
754            public com.liferay.portal.service.ContactService getContactService() {
755                    return contactService;
756            }
757    
758            /**
759             * Sets the contact remote service.
760             *
761             * @param contactService the contact remote service
762             */
763            public void setContactService(
764                    com.liferay.portal.service.ContactService contactService) {
765                    this.contactService = contactService;
766            }
767    
768            /**
769             * Returns the contact persistence.
770             *
771             * @return the contact persistence
772             */
773            public ContactPersistence getContactPersistence() {
774                    return contactPersistence;
775            }
776    
777            /**
778             * Sets the contact persistence.
779             *
780             * @param contactPersistence the contact persistence
781             */
782            public void setContactPersistence(ContactPersistence contactPersistence) {
783                    this.contactPersistence = contactPersistence;
784            }
785    
786            /**
787             * Returns the country remote service.
788             *
789             * @return the country remote service
790             */
791            public com.liferay.portal.service.CountryService getCountryService() {
792                    return countryService;
793            }
794    
795            /**
796             * Sets the country remote service.
797             *
798             * @param countryService the country remote service
799             */
800            public void setCountryService(
801                    com.liferay.portal.service.CountryService countryService) {
802                    this.countryService = countryService;
803            }
804    
805            /**
806             * Returns the country persistence.
807             *
808             * @return the country persistence
809             */
810            public CountryPersistence getCountryPersistence() {
811                    return countryPersistence;
812            }
813    
814            /**
815             * Sets the country persistence.
816             *
817             * @param countryPersistence the country persistence
818             */
819            public void setCountryPersistence(CountryPersistence countryPersistence) {
820                    this.countryPersistence = countryPersistence;
821            }
822    
823            /**
824             * Returns the email address local service.
825             *
826             * @return the email address local service
827             */
828            public com.liferay.portal.service.EmailAddressLocalService getEmailAddressLocalService() {
829                    return emailAddressLocalService;
830            }
831    
832            /**
833             * Sets the email address local service.
834             *
835             * @param emailAddressLocalService the email address local service
836             */
837            public void setEmailAddressLocalService(
838                    com.liferay.portal.service.EmailAddressLocalService emailAddressLocalService) {
839                    this.emailAddressLocalService = emailAddressLocalService;
840            }
841    
842            /**
843             * Returns the email address remote service.
844             *
845             * @return the email address remote service
846             */
847            public com.liferay.portal.service.EmailAddressService getEmailAddressService() {
848                    return emailAddressService;
849            }
850    
851            /**
852             * Sets the email address remote service.
853             *
854             * @param emailAddressService the email address remote service
855             */
856            public void setEmailAddressService(
857                    com.liferay.portal.service.EmailAddressService emailAddressService) {
858                    this.emailAddressService = emailAddressService;
859            }
860    
861            /**
862             * Returns the email address persistence.
863             *
864             * @return the email address persistence
865             */
866            public EmailAddressPersistence getEmailAddressPersistence() {
867                    return emailAddressPersistence;
868            }
869    
870            /**
871             * Sets the email address persistence.
872             *
873             * @param emailAddressPersistence the email address persistence
874             */
875            public void setEmailAddressPersistence(
876                    EmailAddressPersistence emailAddressPersistence) {
877                    this.emailAddressPersistence = emailAddressPersistence;
878            }
879    
880            /**
881             * Returns the group local service.
882             *
883             * @return the group local service
884             */
885            public com.liferay.portal.service.GroupLocalService getGroupLocalService() {
886                    return groupLocalService;
887            }
888    
889            /**
890             * Sets the group local service.
891             *
892             * @param groupLocalService the group local service
893             */
894            public void setGroupLocalService(
895                    com.liferay.portal.service.GroupLocalService groupLocalService) {
896                    this.groupLocalService = groupLocalService;
897            }
898    
899            /**
900             * Returns the group remote service.
901             *
902             * @return the group remote service
903             */
904            public com.liferay.portal.service.GroupService getGroupService() {
905                    return groupService;
906            }
907    
908            /**
909             * Sets the group remote service.
910             *
911             * @param groupService the group remote service
912             */
913            public void setGroupService(
914                    com.liferay.portal.service.GroupService groupService) {
915                    this.groupService = groupService;
916            }
917    
918            /**
919             * Returns the group persistence.
920             *
921             * @return the group persistence
922             */
923            public GroupPersistence getGroupPersistence() {
924                    return groupPersistence;
925            }
926    
927            /**
928             * Sets the group persistence.
929             *
930             * @param groupPersistence the group persistence
931             */
932            public void setGroupPersistence(GroupPersistence groupPersistence) {
933                    this.groupPersistence = groupPersistence;
934            }
935    
936            /**
937             * Returns the group finder.
938             *
939             * @return the group finder
940             */
941            public GroupFinder getGroupFinder() {
942                    return groupFinder;
943            }
944    
945            /**
946             * Sets the group finder.
947             *
948             * @param groupFinder the group finder
949             */
950            public void setGroupFinder(GroupFinder groupFinder) {
951                    this.groupFinder = groupFinder;
952            }
953    
954            /**
955             * Returns the image local service.
956             *
957             * @return the image local service
958             */
959            public com.liferay.portal.service.ImageLocalService getImageLocalService() {
960                    return imageLocalService;
961            }
962    
963            /**
964             * Sets the image local service.
965             *
966             * @param imageLocalService the image local service
967             */
968            public void setImageLocalService(
969                    com.liferay.portal.service.ImageLocalService imageLocalService) {
970                    this.imageLocalService = imageLocalService;
971            }
972    
973            /**
974             * Returns the image remote service.
975             *
976             * @return the image remote service
977             */
978            public com.liferay.portal.service.ImageService getImageService() {
979                    return imageService;
980            }
981    
982            /**
983             * Sets the image remote service.
984             *
985             * @param imageService the image remote service
986             */
987            public void setImageService(
988                    com.liferay.portal.service.ImageService imageService) {
989                    this.imageService = imageService;
990            }
991    
992            /**
993             * Returns the image persistence.
994             *
995             * @return the image persistence
996             */
997            public ImagePersistence getImagePersistence() {
998                    return imagePersistence;
999            }
1000    
1001            /**
1002             * Sets the image persistence.
1003             *
1004             * @param imagePersistence the image persistence
1005             */
1006            public void setImagePersistence(ImagePersistence imagePersistence) {
1007                    this.imagePersistence = imagePersistence;
1008            }
1009    
1010            /**
1011             * Returns the layout local service.
1012             *
1013             * @return the layout local service
1014             */
1015            public com.liferay.portal.service.LayoutLocalService getLayoutLocalService() {
1016                    return layoutLocalService;
1017            }
1018    
1019            /**
1020             * Sets the layout local service.
1021             *
1022             * @param layoutLocalService the layout local service
1023             */
1024            public void setLayoutLocalService(
1025                    com.liferay.portal.service.LayoutLocalService layoutLocalService) {
1026                    this.layoutLocalService = layoutLocalService;
1027            }
1028    
1029            /**
1030             * Returns the layout remote service.
1031             *
1032             * @return the layout remote service
1033             */
1034            public com.liferay.portal.service.LayoutService getLayoutService() {
1035                    return layoutService;
1036            }
1037    
1038            /**
1039             * Sets the layout remote service.
1040             *
1041             * @param layoutService the layout remote service
1042             */
1043            public void setLayoutService(
1044                    com.liferay.portal.service.LayoutService layoutService) {
1045                    this.layoutService = layoutService;
1046            }
1047    
1048            /**
1049             * Returns the layout persistence.
1050             *
1051             * @return the layout persistence
1052             */
1053            public LayoutPersistence getLayoutPersistence() {
1054                    return layoutPersistence;
1055            }
1056    
1057            /**
1058             * Sets the layout persistence.
1059             *
1060             * @param layoutPersistence the layout persistence
1061             */
1062            public void setLayoutPersistence(LayoutPersistence layoutPersistence) {
1063                    this.layoutPersistence = layoutPersistence;
1064            }
1065    
1066            /**
1067             * Returns the layout finder.
1068             *
1069             * @return the layout finder
1070             */
1071            public LayoutFinder getLayoutFinder() {
1072                    return layoutFinder;
1073            }
1074    
1075            /**
1076             * Sets the layout finder.
1077             *
1078             * @param layoutFinder the layout finder
1079             */
1080            public void setLayoutFinder(LayoutFinder layoutFinder) {
1081                    this.layoutFinder = layoutFinder;
1082            }
1083    
1084            /**
1085             * Returns the layout branch local service.
1086             *
1087             * @return the layout branch local service
1088             */
1089            public com.liferay.portal.service.LayoutBranchLocalService getLayoutBranchLocalService() {
1090                    return layoutBranchLocalService;
1091            }
1092    
1093            /**
1094             * Sets the layout branch local service.
1095             *
1096             * @param layoutBranchLocalService the layout branch local service
1097             */
1098            public void setLayoutBranchLocalService(
1099                    com.liferay.portal.service.LayoutBranchLocalService layoutBranchLocalService) {
1100                    this.layoutBranchLocalService = layoutBranchLocalService;
1101            }
1102    
1103            /**
1104             * Returns the layout branch remote service.
1105             *
1106             * @return the layout branch remote service
1107             */
1108            public com.liferay.portal.service.LayoutBranchService getLayoutBranchService() {
1109                    return layoutBranchService;
1110            }
1111    
1112            /**
1113             * Sets the layout branch remote service.
1114             *
1115             * @param layoutBranchService the layout branch remote service
1116             */
1117            public void setLayoutBranchService(
1118                    com.liferay.portal.service.LayoutBranchService layoutBranchService) {
1119                    this.layoutBranchService = layoutBranchService;
1120            }
1121    
1122            /**
1123             * Returns the layout branch persistence.
1124             *
1125             * @return the layout branch persistence
1126             */
1127            public LayoutBranchPersistence getLayoutBranchPersistence() {
1128                    return layoutBranchPersistence;
1129            }
1130    
1131            /**
1132             * Sets the layout branch persistence.
1133             *
1134             * @param layoutBranchPersistence the layout branch persistence
1135             */
1136            public void setLayoutBranchPersistence(
1137                    LayoutBranchPersistence layoutBranchPersistence) {
1138                    this.layoutBranchPersistence = layoutBranchPersistence;
1139            }
1140    
1141            /**
1142             * Returns the layout friendly u r l local service.
1143             *
1144             * @return the layout friendly u r l local service
1145             */
1146            public com.liferay.portal.service.LayoutFriendlyURLLocalService getLayoutFriendlyURLLocalService() {
1147                    return layoutFriendlyURLLocalService;
1148            }
1149    
1150            /**
1151             * Sets the layout friendly u r l local service.
1152             *
1153             * @param layoutFriendlyURLLocalService the layout friendly u r l local service
1154             */
1155            public void setLayoutFriendlyURLLocalService(
1156                    com.liferay.portal.service.LayoutFriendlyURLLocalService layoutFriendlyURLLocalService) {
1157                    this.layoutFriendlyURLLocalService = layoutFriendlyURLLocalService;
1158            }
1159    
1160            /**
1161             * Returns the layout friendly u r l persistence.
1162             *
1163             * @return the layout friendly u r l persistence
1164             */
1165            public LayoutFriendlyURLPersistence getLayoutFriendlyURLPersistence() {
1166                    return layoutFriendlyURLPersistence;
1167            }
1168    
1169            /**
1170             * Sets the layout friendly u r l persistence.
1171             *
1172             * @param layoutFriendlyURLPersistence the layout friendly u r l persistence
1173             */
1174            public void setLayoutFriendlyURLPersistence(
1175                    LayoutFriendlyURLPersistence layoutFriendlyURLPersistence) {
1176                    this.layoutFriendlyURLPersistence = layoutFriendlyURLPersistence;
1177            }
1178    
1179            /**
1180             * Returns the layout prototype local service.
1181             *
1182             * @return the layout prototype local service
1183             */
1184            public com.liferay.portal.service.LayoutPrototypeLocalService getLayoutPrototypeLocalService() {
1185                    return layoutPrototypeLocalService;
1186            }
1187    
1188            /**
1189             * Sets the layout prototype local service.
1190             *
1191             * @param layoutPrototypeLocalService the layout prototype local service
1192             */
1193            public void setLayoutPrototypeLocalService(
1194                    com.liferay.portal.service.LayoutPrototypeLocalService layoutPrototypeLocalService) {
1195                    this.layoutPrototypeLocalService = layoutPrototypeLocalService;
1196            }
1197    
1198            /**
1199             * Returns the layout prototype remote service.
1200             *
1201             * @return the layout prototype remote service
1202             */
1203            public com.liferay.portal.service.LayoutPrototypeService getLayoutPrototypeService() {
1204                    return layoutPrototypeService;
1205            }
1206    
1207            /**
1208             * Sets the layout prototype remote service.
1209             *
1210             * @param layoutPrototypeService the layout prototype remote service
1211             */
1212            public void setLayoutPrototypeService(
1213                    com.liferay.portal.service.LayoutPrototypeService layoutPrototypeService) {
1214                    this.layoutPrototypeService = layoutPrototypeService;
1215            }
1216    
1217            /**
1218             * Returns the layout prototype persistence.
1219             *
1220             * @return the layout prototype persistence
1221             */
1222            public LayoutPrototypePersistence getLayoutPrototypePersistence() {
1223                    return layoutPrototypePersistence;
1224            }
1225    
1226            /**
1227             * Sets the layout prototype persistence.
1228             *
1229             * @param layoutPrototypePersistence the layout prototype persistence
1230             */
1231            public void setLayoutPrototypePersistence(
1232                    LayoutPrototypePersistence layoutPrototypePersistence) {
1233                    this.layoutPrototypePersistence = layoutPrototypePersistence;
1234            }
1235    
1236            /**
1237             * Returns the layout revision local service.
1238             *
1239             * @return the layout revision local service
1240             */
1241            public com.liferay.portal.service.LayoutRevisionLocalService getLayoutRevisionLocalService() {
1242                    return layoutRevisionLocalService;
1243            }
1244    
1245            /**
1246             * Sets the layout revision local service.
1247             *
1248             * @param layoutRevisionLocalService the layout revision local service
1249             */
1250            public void setLayoutRevisionLocalService(
1251                    com.liferay.portal.service.LayoutRevisionLocalService layoutRevisionLocalService) {
1252                    this.layoutRevisionLocalService = layoutRevisionLocalService;
1253            }
1254    
1255            /**
1256             * Returns the layout revision remote service.
1257             *
1258             * @return the layout revision remote service
1259             */
1260            public com.liferay.portal.service.LayoutRevisionService getLayoutRevisionService() {
1261                    return layoutRevisionService;
1262            }
1263    
1264            /**
1265             * Sets the layout revision remote service.
1266             *
1267             * @param layoutRevisionService the layout revision remote service
1268             */
1269            public void setLayoutRevisionService(
1270                    com.liferay.portal.service.LayoutRevisionService layoutRevisionService) {
1271                    this.layoutRevisionService = layoutRevisionService;
1272            }
1273    
1274            /**
1275             * Returns the layout revision persistence.
1276             *
1277             * @return the layout revision persistence
1278             */
1279            public LayoutRevisionPersistence getLayoutRevisionPersistence() {
1280                    return layoutRevisionPersistence;
1281            }
1282    
1283            /**
1284             * Sets the layout revision persistence.
1285             *
1286             * @param layoutRevisionPersistence the layout revision persistence
1287             */
1288            public void setLayoutRevisionPersistence(
1289                    LayoutRevisionPersistence layoutRevisionPersistence) {
1290                    this.layoutRevisionPersistence = layoutRevisionPersistence;
1291            }
1292    
1293            /**
1294             * Returns the layout set local service.
1295             *
1296             * @return the layout set local service
1297             */
1298            public com.liferay.portal.service.LayoutSetLocalService getLayoutSetLocalService() {
1299                    return layoutSetLocalService;
1300            }
1301    
1302            /**
1303             * Sets the layout set local service.
1304             *
1305             * @param layoutSetLocalService the layout set local service
1306             */
1307            public void setLayoutSetLocalService(
1308                    com.liferay.portal.service.LayoutSetLocalService layoutSetLocalService) {
1309                    this.layoutSetLocalService = layoutSetLocalService;
1310            }
1311    
1312            /**
1313             * Returns the layout set remote service.
1314             *
1315             * @return the layout set remote service
1316             */
1317            public com.liferay.portal.service.LayoutSetService getLayoutSetService() {
1318                    return layoutSetService;
1319            }
1320    
1321            /**
1322             * Sets the layout set remote service.
1323             *
1324             * @param layoutSetService the layout set remote service
1325             */
1326            public void setLayoutSetService(
1327                    com.liferay.portal.service.LayoutSetService layoutSetService) {
1328                    this.layoutSetService = layoutSetService;
1329            }
1330    
1331            /**
1332             * Returns the layout set persistence.
1333             *
1334             * @return the layout set persistence
1335             */
1336            public LayoutSetPersistence getLayoutSetPersistence() {
1337                    return layoutSetPersistence;
1338            }
1339    
1340            /**
1341             * Sets the layout set persistence.
1342             *
1343             * @param layoutSetPersistence the layout set persistence
1344             */
1345            public void setLayoutSetPersistence(
1346                    LayoutSetPersistence layoutSetPersistence) {
1347                    this.layoutSetPersistence = layoutSetPersistence;
1348            }
1349    
1350            /**
1351             * Returns the layout set branch local service.
1352             *
1353             * @return the layout set branch local service
1354             */
1355            public com.liferay.portal.service.LayoutSetBranchLocalService getLayoutSetBranchLocalService() {
1356                    return layoutSetBranchLocalService;
1357            }
1358    
1359            /**
1360             * Sets the layout set branch local service.
1361             *
1362             * @param layoutSetBranchLocalService the layout set branch local service
1363             */
1364            public void setLayoutSetBranchLocalService(
1365                    com.liferay.portal.service.LayoutSetBranchLocalService layoutSetBranchLocalService) {
1366                    this.layoutSetBranchLocalService = layoutSetBranchLocalService;
1367            }
1368    
1369            /**
1370             * Returns the layout set branch remote service.
1371             *
1372             * @return the layout set branch remote service
1373             */
1374            public com.liferay.portal.service.LayoutSetBranchService getLayoutSetBranchService() {
1375                    return layoutSetBranchService;
1376            }
1377    
1378            /**
1379             * Sets the layout set branch remote service.
1380             *
1381             * @param layoutSetBranchService the layout set branch remote service
1382             */
1383            public void setLayoutSetBranchService(
1384                    com.liferay.portal.service.LayoutSetBranchService layoutSetBranchService) {
1385                    this.layoutSetBranchService = layoutSetBranchService;
1386            }
1387    
1388            /**
1389             * Returns the layout set branch persistence.
1390             *
1391             * @return the layout set branch persistence
1392             */
1393            public LayoutSetBranchPersistence getLayoutSetBranchPersistence() {
1394                    return layoutSetBranchPersistence;
1395            }
1396    
1397            /**
1398             * Sets the layout set branch persistence.
1399             *
1400             * @param layoutSetBranchPersistence the layout set branch persistence
1401             */
1402            public void setLayoutSetBranchPersistence(
1403                    LayoutSetBranchPersistence layoutSetBranchPersistence) {
1404                    this.layoutSetBranchPersistence = layoutSetBranchPersistence;
1405            }
1406    
1407            /**
1408             * Returns the layout set prototype local service.
1409             *
1410             * @return the layout set prototype local service
1411             */
1412            public com.liferay.portal.service.LayoutSetPrototypeLocalService getLayoutSetPrototypeLocalService() {
1413                    return layoutSetPrototypeLocalService;
1414            }
1415    
1416            /**
1417             * Sets the layout set prototype local service.
1418             *
1419             * @param layoutSetPrototypeLocalService the layout set prototype local service
1420             */
1421            public void setLayoutSetPrototypeLocalService(
1422                    com.liferay.portal.service.LayoutSetPrototypeLocalService layoutSetPrototypeLocalService) {
1423                    this.layoutSetPrototypeLocalService = layoutSetPrototypeLocalService;
1424            }
1425    
1426            /**
1427             * Returns the layout set prototype remote service.
1428             *
1429             * @return the layout set prototype remote service
1430             */
1431            public com.liferay.portal.service.LayoutSetPrototypeService getLayoutSetPrototypeService() {
1432                    return layoutSetPrototypeService;
1433            }
1434    
1435            /**
1436             * Sets the layout set prototype remote service.
1437             *
1438             * @param layoutSetPrototypeService the layout set prototype remote service
1439             */
1440            public void setLayoutSetPrototypeService(
1441                    com.liferay.portal.service.LayoutSetPrototypeService layoutSetPrototypeService) {
1442                    this.layoutSetPrototypeService = layoutSetPrototypeService;
1443            }
1444    
1445            /**
1446             * Returns the layout set prototype persistence.
1447             *
1448             * @return the layout set prototype persistence
1449             */
1450            public LayoutSetPrototypePersistence getLayoutSetPrototypePersistence() {
1451                    return layoutSetPrototypePersistence;
1452            }
1453    
1454            /**
1455             * Sets the layout set prototype persistence.
1456             *
1457             * @param layoutSetPrototypePersistence the layout set prototype persistence
1458             */
1459            public void setLayoutSetPrototypePersistence(
1460                    LayoutSetPrototypePersistence layoutSetPrototypePersistence) {
1461                    this.layoutSetPrototypePersistence = layoutSetPrototypePersistence;
1462            }
1463    
1464            /**
1465             * Returns the layout template local service.
1466             *
1467             * @return the layout template local service
1468             */
1469            public com.liferay.portal.service.LayoutTemplateLocalService getLayoutTemplateLocalService() {
1470                    return layoutTemplateLocalService;
1471            }
1472    
1473            /**
1474             * Sets the layout template local service.
1475             *
1476             * @param layoutTemplateLocalService the layout template local service
1477             */
1478            public void setLayoutTemplateLocalService(
1479                    com.liferay.portal.service.LayoutTemplateLocalService layoutTemplateLocalService) {
1480                    this.layoutTemplateLocalService = layoutTemplateLocalService;
1481            }
1482    
1483            /**
1484             * Returns the list type remote service.
1485             *
1486             * @return the list type remote service
1487             */
1488            public com.liferay.portal.service.ListTypeService getListTypeService() {
1489                    return listTypeService;
1490            }
1491    
1492            /**
1493             * Sets the list type remote service.
1494             *
1495             * @param listTypeService the list type remote service
1496             */
1497            public void setListTypeService(
1498                    com.liferay.portal.service.ListTypeService listTypeService) {
1499                    this.listTypeService = listTypeService;
1500            }
1501    
1502            /**
1503             * Returns the list type persistence.
1504             *
1505             * @return the list type persistence
1506             */
1507            public ListTypePersistence getListTypePersistence() {
1508                    return listTypePersistence;
1509            }
1510    
1511            /**
1512             * Sets the list type persistence.
1513             *
1514             * @param listTypePersistence the list type persistence
1515             */
1516            public void setListTypePersistence(ListTypePersistence listTypePersistence) {
1517                    this.listTypePersistence = listTypePersistence;
1518            }
1519    
1520            /**
1521             * Returns the lock local service.
1522             *
1523             * @return the lock local service
1524             */
1525            public com.liferay.portal.service.LockLocalService getLockLocalService() {
1526                    return lockLocalService;
1527            }
1528    
1529            /**
1530             * Sets the lock local service.
1531             *
1532             * @param lockLocalService the lock local service
1533             */
1534            public void setLockLocalService(
1535                    com.liferay.portal.service.LockLocalService lockLocalService) {
1536                    this.lockLocalService = lockLocalService;
1537            }
1538    
1539            /**
1540             * Returns the lock persistence.
1541             *
1542             * @return the lock persistence
1543             */
1544            public LockPersistence getLockPersistence() {
1545                    return lockPersistence;
1546            }
1547    
1548            /**
1549             * Sets the lock persistence.
1550             *
1551             * @param lockPersistence the lock persistence
1552             */
1553            public void setLockPersistence(LockPersistence lockPersistence) {
1554                    this.lockPersistence = lockPersistence;
1555            }
1556    
1557            /**
1558             * Returns the lock finder.
1559             *
1560             * @return the lock finder
1561             */
1562            public LockFinder getLockFinder() {
1563                    return lockFinder;
1564            }
1565    
1566            /**
1567             * Sets the lock finder.
1568             *
1569             * @param lockFinder the lock finder
1570             */
1571            public void setLockFinder(LockFinder lockFinder) {
1572                    this.lockFinder = lockFinder;
1573            }
1574    
1575            /**
1576             * Returns the membership request local service.
1577             *
1578             * @return the membership request local service
1579             */
1580            public com.liferay.portal.service.MembershipRequestLocalService getMembershipRequestLocalService() {
1581                    return membershipRequestLocalService;
1582            }
1583    
1584            /**
1585             * Sets the membership request local service.
1586             *
1587             * @param membershipRequestLocalService the membership request local service
1588             */
1589            public void setMembershipRequestLocalService(
1590                    com.liferay.portal.service.MembershipRequestLocalService membershipRequestLocalService) {
1591                    this.membershipRequestLocalService = membershipRequestLocalService;
1592            }
1593    
1594            /**
1595             * Returns the membership request remote service.
1596             *
1597             * @return the membership request remote service
1598             */
1599            public com.liferay.portal.service.MembershipRequestService getMembershipRequestService() {
1600                    return membershipRequestService;
1601            }
1602    
1603            /**
1604             * Sets the membership request remote service.
1605             *
1606             * @param membershipRequestService the membership request remote service
1607             */
1608            public void setMembershipRequestService(
1609                    com.liferay.portal.service.MembershipRequestService membershipRequestService) {
1610                    this.membershipRequestService = membershipRequestService;
1611            }
1612    
1613            /**
1614             * Returns the membership request persistence.
1615             *
1616             * @return the membership request persistence
1617             */
1618            public MembershipRequestPersistence getMembershipRequestPersistence() {
1619                    return membershipRequestPersistence;
1620            }
1621    
1622            /**
1623             * Sets the membership request persistence.
1624             *
1625             * @param membershipRequestPersistence the membership request persistence
1626             */
1627            public void setMembershipRequestPersistence(
1628                    MembershipRequestPersistence membershipRequestPersistence) {
1629                    this.membershipRequestPersistence = membershipRequestPersistence;
1630            }
1631    
1632            /**
1633             * Returns the organization local service.
1634             *
1635             * @return the organization local service
1636             */
1637            public com.liferay.portal.service.OrganizationLocalService getOrganizationLocalService() {
1638                    return organizationLocalService;
1639            }
1640    
1641            /**
1642             * Sets the organization local service.
1643             *
1644             * @param organizationLocalService the organization local service
1645             */
1646            public void setOrganizationLocalService(
1647                    com.liferay.portal.service.OrganizationLocalService organizationLocalService) {
1648                    this.organizationLocalService = organizationLocalService;
1649            }
1650    
1651            /**
1652             * Returns the organization remote service.
1653             *
1654             * @return the organization remote service
1655             */
1656            public com.liferay.portal.service.OrganizationService getOrganizationService() {
1657                    return organizationService;
1658            }
1659    
1660            /**
1661             * Sets the organization remote service.
1662             *
1663             * @param organizationService the organization remote service
1664             */
1665            public void setOrganizationService(
1666                    com.liferay.portal.service.OrganizationService organizationService) {
1667                    this.organizationService = organizationService;
1668            }
1669    
1670            /**
1671             * Returns the organization persistence.
1672             *
1673             * @return the organization persistence
1674             */
1675            public OrganizationPersistence getOrganizationPersistence() {
1676                    return organizationPersistence;
1677            }
1678    
1679            /**
1680             * Sets the organization persistence.
1681             *
1682             * @param organizationPersistence the organization persistence
1683             */
1684            public void setOrganizationPersistence(
1685                    OrganizationPersistence organizationPersistence) {
1686                    this.organizationPersistence = organizationPersistence;
1687            }
1688    
1689            /**
1690             * Returns the organization finder.
1691             *
1692             * @return the organization finder
1693             */
1694            public OrganizationFinder getOrganizationFinder() {
1695                    return organizationFinder;
1696            }
1697    
1698            /**
1699             * Sets the organization finder.
1700             *
1701             * @param organizationFinder the organization finder
1702             */
1703            public void setOrganizationFinder(OrganizationFinder organizationFinder) {
1704                    this.organizationFinder = organizationFinder;
1705            }
1706    
1707            /**
1708             * Returns the org group role persistence.
1709             *
1710             * @return the org group role persistence
1711             */
1712            public OrgGroupRolePersistence getOrgGroupRolePersistence() {
1713                    return orgGroupRolePersistence;
1714            }
1715    
1716            /**
1717             * Sets the org group role persistence.
1718             *
1719             * @param orgGroupRolePersistence the org group role persistence
1720             */
1721            public void setOrgGroupRolePersistence(
1722                    OrgGroupRolePersistence orgGroupRolePersistence) {
1723                    this.orgGroupRolePersistence = orgGroupRolePersistence;
1724            }
1725    
1726            /**
1727             * Returns the org labor local service.
1728             *
1729             * @return the org labor local service
1730             */
1731            public com.liferay.portal.service.OrgLaborLocalService getOrgLaborLocalService() {
1732                    return orgLaborLocalService;
1733            }
1734    
1735            /**
1736             * Sets the org labor local service.
1737             *
1738             * @param orgLaborLocalService the org labor local service
1739             */
1740            public void setOrgLaborLocalService(
1741                    com.liferay.portal.service.OrgLaborLocalService orgLaborLocalService) {
1742                    this.orgLaborLocalService = orgLaborLocalService;
1743            }
1744    
1745            /**
1746             * Returns the org labor remote service.
1747             *
1748             * @return the org labor remote service
1749             */
1750            public com.liferay.portal.service.OrgLaborService getOrgLaborService() {
1751                    return orgLaborService;
1752            }
1753    
1754            /**
1755             * Sets the org labor remote service.
1756             *
1757             * @param orgLaborService the org labor remote service
1758             */
1759            public void setOrgLaborService(
1760                    com.liferay.portal.service.OrgLaborService orgLaborService) {
1761                    this.orgLaborService = orgLaborService;
1762            }
1763    
1764            /**
1765             * Returns the org labor persistence.
1766             *
1767             * @return the org labor persistence
1768             */
1769            public OrgLaborPersistence getOrgLaborPersistence() {
1770                    return orgLaborPersistence;
1771            }
1772    
1773            /**
1774             * Sets the org labor persistence.
1775             *
1776             * @param orgLaborPersistence the org labor persistence
1777             */
1778            public void setOrgLaborPersistence(OrgLaborPersistence orgLaborPersistence) {
1779                    this.orgLaborPersistence = orgLaborPersistence;
1780            }
1781    
1782            /**
1783             * Returns the password policy local service.
1784             *
1785             * @return the password policy local service
1786             */
1787            public com.liferay.portal.service.PasswordPolicyLocalService getPasswordPolicyLocalService() {
1788                    return passwordPolicyLocalService;
1789            }
1790    
1791            /**
1792             * Sets the password policy local service.
1793             *
1794             * @param passwordPolicyLocalService the password policy local service
1795             */
1796            public void setPasswordPolicyLocalService(
1797                    com.liferay.portal.service.PasswordPolicyLocalService passwordPolicyLocalService) {
1798                    this.passwordPolicyLocalService = passwordPolicyLocalService;
1799            }
1800    
1801            /**
1802             * Returns the password policy remote service.
1803             *
1804             * @return the password policy remote service
1805             */
1806            public com.liferay.portal.service.PasswordPolicyService getPasswordPolicyService() {
1807                    return passwordPolicyService;
1808            }
1809    
1810            /**
1811             * Sets the password policy remote service.
1812             *
1813             * @param passwordPolicyService the password policy remote service
1814             */
1815            public void setPasswordPolicyService(
1816                    com.liferay.portal.service.PasswordPolicyService passwordPolicyService) {
1817                    this.passwordPolicyService = passwordPolicyService;
1818            }
1819    
1820            /**
1821             * Returns the password policy persistence.
1822             *
1823             * @return the password policy persistence
1824             */
1825            public PasswordPolicyPersistence getPasswordPolicyPersistence() {
1826                    return passwordPolicyPersistence;
1827            }
1828    
1829            /**
1830             * Sets the password policy persistence.
1831             *
1832             * @param passwordPolicyPersistence the password policy persistence
1833             */
1834            public void setPasswordPolicyPersistence(
1835                    PasswordPolicyPersistence passwordPolicyPersistence) {
1836                    this.passwordPolicyPersistence = passwordPolicyPersistence;
1837            }
1838    
1839            /**
1840             * Returns the password policy finder.
1841             *
1842             * @return the password policy finder
1843             */
1844            public PasswordPolicyFinder getPasswordPolicyFinder() {
1845                    return passwordPolicyFinder;
1846            }
1847    
1848            /**
1849             * Sets the password policy finder.
1850             *
1851             * @param passwordPolicyFinder the password policy finder
1852             */
1853            public void setPasswordPolicyFinder(
1854                    PasswordPolicyFinder passwordPolicyFinder) {
1855                    this.passwordPolicyFinder = passwordPolicyFinder;
1856            }
1857    
1858            /**
1859             * Returns the password policy rel local service.
1860             *
1861             * @return the password policy rel local service
1862             */
1863            public com.liferay.portal.service.PasswordPolicyRelLocalService getPasswordPolicyRelLocalService() {
1864                    return passwordPolicyRelLocalService;
1865            }
1866    
1867            /**
1868             * Sets the password policy rel local service.
1869             *
1870             * @param passwordPolicyRelLocalService the password policy rel local service
1871             */
1872            public void setPasswordPolicyRelLocalService(
1873                    com.liferay.portal.service.PasswordPolicyRelLocalService passwordPolicyRelLocalService) {
1874                    this.passwordPolicyRelLocalService = passwordPolicyRelLocalService;
1875            }
1876    
1877            /**
1878             * Returns the password policy rel persistence.
1879             *
1880             * @return the password policy rel persistence
1881             */
1882            public PasswordPolicyRelPersistence getPasswordPolicyRelPersistence() {
1883                    return passwordPolicyRelPersistence;
1884            }
1885    
1886            /**
1887             * Sets the password policy rel persistence.
1888             *
1889             * @param passwordPolicyRelPersistence the password policy rel persistence
1890             */
1891            public void setPasswordPolicyRelPersistence(
1892                    PasswordPolicyRelPersistence passwordPolicyRelPersistence) {
1893                    this.passwordPolicyRelPersistence = passwordPolicyRelPersistence;
1894            }
1895    
1896            /**
1897             * Returns the password tracker local service.
1898             *
1899             * @return the password tracker local service
1900             */
1901            public com.liferay.portal.service.PasswordTrackerLocalService getPasswordTrackerLocalService() {
1902                    return passwordTrackerLocalService;
1903            }
1904    
1905            /**
1906             * Sets the password tracker local service.
1907             *
1908             * @param passwordTrackerLocalService the password tracker local service
1909             */
1910            public void setPasswordTrackerLocalService(
1911                    com.liferay.portal.service.PasswordTrackerLocalService passwordTrackerLocalService) {
1912                    this.passwordTrackerLocalService = passwordTrackerLocalService;
1913            }
1914    
1915            /**
1916             * Returns the password tracker persistence.
1917             *
1918             * @return the password tracker persistence
1919             */
1920            public PasswordTrackerPersistence getPasswordTrackerPersistence() {
1921                    return passwordTrackerPersistence;
1922            }
1923    
1924            /**
1925             * Sets the password tracker persistence.
1926             *
1927             * @param passwordTrackerPersistence the password tracker persistence
1928             */
1929            public void setPasswordTrackerPersistence(
1930                    PasswordTrackerPersistence passwordTrackerPersistence) {
1931                    this.passwordTrackerPersistence = passwordTrackerPersistence;
1932            }
1933    
1934            /**
1935             * Returns the permission remote service.
1936             *
1937             * @return the permission remote service
1938             */
1939            public com.liferay.portal.service.PermissionService getPermissionService() {
1940                    return permissionService;
1941            }
1942    
1943            /**
1944             * Sets the permission remote service.
1945             *
1946             * @param permissionService the permission remote service
1947             */
1948            public void setPermissionService(
1949                    com.liferay.portal.service.PermissionService permissionService) {
1950                    this.permissionService = permissionService;
1951            }
1952    
1953            /**
1954             * Returns the phone local service.
1955             *
1956             * @return the phone local service
1957             */
1958            public com.liferay.portal.service.PhoneLocalService getPhoneLocalService() {
1959                    return phoneLocalService;
1960            }
1961    
1962            /**
1963             * Sets the phone local service.
1964             *
1965             * @param phoneLocalService the phone local service
1966             */
1967            public void setPhoneLocalService(
1968                    com.liferay.portal.service.PhoneLocalService phoneLocalService) {
1969                    this.phoneLocalService = phoneLocalService;
1970            }
1971    
1972            /**
1973             * Returns the phone remote service.
1974             *
1975             * @return the phone remote service
1976             */
1977            public com.liferay.portal.service.PhoneService getPhoneService() {
1978                    return phoneService;
1979            }
1980    
1981            /**
1982             * Sets the phone remote service.
1983             *
1984             * @param phoneService the phone remote service
1985             */
1986            public void setPhoneService(
1987                    com.liferay.portal.service.PhoneService phoneService) {
1988                    this.phoneService = phoneService;
1989            }
1990    
1991            /**
1992             * Returns the phone persistence.
1993             *
1994             * @return the phone persistence
1995             */
1996            public PhonePersistence getPhonePersistence() {
1997                    return phonePersistence;
1998            }
1999    
2000            /**
2001             * Sets the phone persistence.
2002             *
2003             * @param phonePersistence the phone persistence
2004             */
2005            public void setPhonePersistence(PhonePersistence phonePersistence) {
2006                    this.phonePersistence = phonePersistence;
2007            }
2008    
2009            /**
2010             * Returns the plugin setting local service.
2011             *
2012             * @return the plugin setting local service
2013             */
2014            public com.liferay.portal.service.PluginSettingLocalService getPluginSettingLocalService() {
2015                    return pluginSettingLocalService;
2016            }
2017    
2018            /**
2019             * Sets the plugin setting local service.
2020             *
2021             * @param pluginSettingLocalService the plugin setting local service
2022             */
2023            public void setPluginSettingLocalService(
2024                    com.liferay.portal.service.PluginSettingLocalService pluginSettingLocalService) {
2025                    this.pluginSettingLocalService = pluginSettingLocalService;
2026            }
2027    
2028            /**
2029             * Returns the plugin setting remote service.
2030             *
2031             * @return the plugin setting remote service
2032             */
2033            public com.liferay.portal.service.PluginSettingService getPluginSettingService() {
2034                    return pluginSettingService;
2035            }
2036    
2037            /**
2038             * Sets the plugin setting remote service.
2039             *
2040             * @param pluginSettingService the plugin setting remote service
2041             */
2042            public void setPluginSettingService(
2043                    com.liferay.portal.service.PluginSettingService pluginSettingService) {
2044                    this.pluginSettingService = pluginSettingService;
2045            }
2046    
2047            /**
2048             * Returns the plugin setting persistence.
2049             *
2050             * @return the plugin setting persistence
2051             */
2052            public PluginSettingPersistence getPluginSettingPersistence() {
2053                    return pluginSettingPersistence;
2054            }
2055    
2056            /**
2057             * Sets the plugin setting persistence.
2058             *
2059             * @param pluginSettingPersistence the plugin setting persistence
2060             */
2061            public void setPluginSettingPersistence(
2062                    PluginSettingPersistence pluginSettingPersistence) {
2063                    this.pluginSettingPersistence = pluginSettingPersistence;
2064            }
2065    
2066            /**
2067             * Returns the portal local service.
2068             *
2069             * @return the portal local service
2070             */
2071            public com.liferay.portal.service.PortalLocalService getPortalLocalService() {
2072                    return portalLocalService;
2073            }
2074    
2075            /**
2076             * Sets the portal local service.
2077             *
2078             * @param portalLocalService the portal local service
2079             */
2080            public void setPortalLocalService(
2081                    com.liferay.portal.service.PortalLocalService portalLocalService) {
2082                    this.portalLocalService = portalLocalService;
2083            }
2084    
2085            /**
2086             * Returns the portal remote service.
2087             *
2088             * @return the portal remote service
2089             */
2090            public com.liferay.portal.service.PortalService getPortalService() {
2091                    return portalService;
2092            }
2093    
2094            /**
2095             * Sets the portal remote service.
2096             *
2097             * @param portalService the portal remote service
2098             */
2099            public void setPortalService(
2100                    com.liferay.portal.service.PortalService portalService) {
2101                    this.portalService = portalService;
2102            }
2103    
2104            /**
2105             * Returns the portal preferences local service.
2106             *
2107             * @return the portal preferences local service
2108             */
2109            public com.liferay.portal.service.PortalPreferencesLocalService getPortalPreferencesLocalService() {
2110                    return portalPreferencesLocalService;
2111            }
2112    
2113            /**
2114             * Sets the portal preferences local service.
2115             *
2116             * @param portalPreferencesLocalService the portal preferences local service
2117             */
2118            public void setPortalPreferencesLocalService(
2119                    com.liferay.portal.service.PortalPreferencesLocalService portalPreferencesLocalService) {
2120                    this.portalPreferencesLocalService = portalPreferencesLocalService;
2121            }
2122    
2123            /**
2124             * Returns the portal preferences persistence.
2125             *
2126             * @return the portal preferences persistence
2127             */
2128            public PortalPreferencesPersistence getPortalPreferencesPersistence() {
2129                    return portalPreferencesPersistence;
2130            }
2131    
2132            /**
2133             * Sets the portal preferences persistence.
2134             *
2135             * @param portalPreferencesPersistence the portal preferences persistence
2136             */
2137            public void setPortalPreferencesPersistence(
2138                    PortalPreferencesPersistence portalPreferencesPersistence) {
2139                    this.portalPreferencesPersistence = portalPreferencesPersistence;
2140            }
2141    
2142            /**
2143             * Returns the portlet local service.
2144             *
2145             * @return the portlet local service
2146             */
2147            public com.liferay.portal.service.PortletLocalService getPortletLocalService() {
2148                    return portletLocalService;
2149            }
2150    
2151            /**
2152             * Sets the portlet local service.
2153             *
2154             * @param portletLocalService the portlet local service
2155             */
2156            public void setPortletLocalService(
2157                    com.liferay.portal.service.PortletLocalService portletLocalService) {
2158                    this.portletLocalService = portletLocalService;
2159            }
2160    
2161            /**
2162             * Returns the portlet remote service.
2163             *
2164             * @return the portlet remote service
2165             */
2166            public com.liferay.portal.service.PortletService getPortletService() {
2167                    return portletService;
2168            }
2169    
2170            /**
2171             * Sets the portlet remote service.
2172             *
2173             * @param portletService the portlet remote service
2174             */
2175            public void setPortletService(
2176                    com.liferay.portal.service.PortletService portletService) {
2177                    this.portletService = portletService;
2178            }
2179    
2180            /**
2181             * Returns the portlet persistence.
2182             *
2183             * @return the portlet persistence
2184             */
2185            public PortletPersistence getPortletPersistence() {
2186                    return portletPersistence;
2187            }
2188    
2189            /**
2190             * Sets the portlet persistence.
2191             *
2192             * @param portletPersistence the portlet persistence
2193             */
2194            public void setPortletPersistence(PortletPersistence portletPersistence) {
2195                    this.portletPersistence = portletPersistence;
2196            }
2197    
2198            /**
2199             * Returns the portlet item local service.
2200             *
2201             * @return the portlet item local service
2202             */
2203            public com.liferay.portal.service.PortletItemLocalService getPortletItemLocalService() {
2204                    return portletItemLocalService;
2205            }
2206    
2207            /**
2208             * Sets the portlet item local service.
2209             *
2210             * @param portletItemLocalService the portlet item local service
2211             */
2212            public void setPortletItemLocalService(
2213                    com.liferay.portal.service.PortletItemLocalService portletItemLocalService) {
2214                    this.portletItemLocalService = portletItemLocalService;
2215            }
2216    
2217            /**
2218             * Returns the portlet item persistence.
2219             *
2220             * @return the portlet item persistence
2221             */
2222            public PortletItemPersistence getPortletItemPersistence() {
2223                    return portletItemPersistence;
2224            }
2225    
2226            /**
2227             * Sets the portlet item persistence.
2228             *
2229             * @param portletItemPersistence the portlet item persistence
2230             */
2231            public void setPortletItemPersistence(
2232                    PortletItemPersistence portletItemPersistence) {
2233                    this.portletItemPersistence = portletItemPersistence;
2234            }
2235    
2236            /**
2237             * Returns the portlet preferences local service.
2238             *
2239             * @return the portlet preferences local service
2240             */
2241            public com.liferay.portal.service.PortletPreferencesLocalService getPortletPreferencesLocalService() {
2242                    return portletPreferencesLocalService;
2243            }
2244    
2245            /**
2246             * Sets the portlet preferences local service.
2247             *
2248             * @param portletPreferencesLocalService the portlet preferences local service
2249             */
2250            public void setPortletPreferencesLocalService(
2251                    com.liferay.portal.service.PortletPreferencesLocalService portletPreferencesLocalService) {
2252                    this.portletPreferencesLocalService = portletPreferencesLocalService;
2253            }
2254    
2255            /**
2256             * Returns the portlet preferences remote service.
2257             *
2258             * @return the portlet preferences remote service
2259             */
2260            public com.liferay.portal.service.PortletPreferencesService getPortletPreferencesService() {
2261                    return portletPreferencesService;
2262            }
2263    
2264            /**
2265             * Sets the portlet preferences remote service.
2266             *
2267             * @param portletPreferencesService the portlet preferences remote service
2268             */
2269            public void setPortletPreferencesService(
2270                    com.liferay.portal.service.PortletPreferencesService portletPreferencesService) {
2271                    this.portletPreferencesService = portletPreferencesService;
2272            }
2273    
2274            /**
2275             * Returns the portlet preferences persistence.
2276             *
2277             * @return the portlet preferences persistence
2278             */
2279            public PortletPreferencesPersistence getPortletPreferencesPersistence() {
2280                    return portletPreferencesPersistence;
2281            }
2282    
2283            /**
2284             * Sets the portlet preferences persistence.
2285             *
2286             * @param portletPreferencesPersistence the portlet preferences persistence
2287             */
2288            public void setPortletPreferencesPersistence(
2289                    PortletPreferencesPersistence portletPreferencesPersistence) {
2290                    this.portletPreferencesPersistence = portletPreferencesPersistence;
2291            }
2292    
2293            /**
2294             * Returns the portlet preferences finder.
2295             *
2296             * @return the portlet preferences finder
2297             */
2298            public PortletPreferencesFinder getPortletPreferencesFinder() {
2299                    return portletPreferencesFinder;
2300            }
2301    
2302            /**
2303             * Sets the portlet preferences finder.
2304             *
2305             * @param portletPreferencesFinder the portlet preferences finder
2306             */
2307            public void setPortletPreferencesFinder(
2308                    PortletPreferencesFinder portletPreferencesFinder) {
2309                    this.portletPreferencesFinder = portletPreferencesFinder;
2310            }
2311    
2312            /**
2313             * Returns the quartz local service.
2314             *
2315             * @return the quartz local service
2316             */
2317            public com.liferay.portal.service.QuartzLocalService getQuartzLocalService() {
2318                    return quartzLocalService;
2319            }
2320    
2321            /**
2322             * Sets the quartz local service.
2323             *
2324             * @param quartzLocalService the quartz local service
2325             */
2326            public void setQuartzLocalService(
2327                    com.liferay.portal.service.QuartzLocalService quartzLocalService) {
2328                    this.quartzLocalService = quartzLocalService;
2329            }
2330    
2331            /**
2332             * Returns the region remote service.
2333             *
2334             * @return the region remote service
2335             */
2336            public com.liferay.portal.service.RegionService getRegionService() {
2337                    return regionService;
2338            }
2339    
2340            /**
2341             * Sets the region remote service.
2342             *
2343             * @param regionService the region remote service
2344             */
2345            public void setRegionService(
2346                    com.liferay.portal.service.RegionService regionService) {
2347                    this.regionService = regionService;
2348            }
2349    
2350            /**
2351             * Returns the region persistence.
2352             *
2353             * @return the region persistence
2354             */
2355            public RegionPersistence getRegionPersistence() {
2356                    return regionPersistence;
2357            }
2358    
2359            /**
2360             * Sets the region persistence.
2361             *
2362             * @param regionPersistence the region persistence
2363             */
2364            public void setRegionPersistence(RegionPersistence regionPersistence) {
2365                    this.regionPersistence = regionPersistence;
2366            }
2367    
2368            /**
2369             * Returns the release local service.
2370             *
2371             * @return the release local service
2372             */
2373            public com.liferay.portal.service.ReleaseLocalService getReleaseLocalService() {
2374                    return releaseLocalService;
2375            }
2376    
2377            /**
2378             * Sets the release local service.
2379             *
2380             * @param releaseLocalService the release local service
2381             */
2382            public void setReleaseLocalService(
2383                    com.liferay.portal.service.ReleaseLocalService releaseLocalService) {
2384                    this.releaseLocalService = releaseLocalService;
2385            }
2386    
2387            /**
2388             * Returns the release persistence.
2389             *
2390             * @return the release persistence
2391             */
2392            public ReleasePersistence getReleasePersistence() {
2393                    return releasePersistence;
2394            }
2395    
2396            /**
2397             * Sets the release persistence.
2398             *
2399             * @param releasePersistence the release persistence
2400             */
2401            public void setReleasePersistence(ReleasePersistence releasePersistence) {
2402                    this.releasePersistence = releasePersistence;
2403            }
2404    
2405            /**
2406             * Returns the repository local service.
2407             *
2408             * @return the repository local service
2409             */
2410            public com.liferay.portal.service.RepositoryLocalService getRepositoryLocalService() {
2411                    return repositoryLocalService;
2412            }
2413    
2414            /**
2415             * Sets the repository local service.
2416             *
2417             * @param repositoryLocalService the repository local service
2418             */
2419            public void setRepositoryLocalService(
2420                    com.liferay.portal.service.RepositoryLocalService repositoryLocalService) {
2421                    this.repositoryLocalService = repositoryLocalService;
2422            }
2423    
2424            /**
2425             * Returns the repository remote service.
2426             *
2427             * @return the repository remote service
2428             */
2429            public com.liferay.portal.service.RepositoryService getRepositoryService() {
2430                    return repositoryService;
2431            }
2432    
2433            /**
2434             * Sets the repository remote service.
2435             *
2436             * @param repositoryService the repository remote service
2437             */
2438            public void setRepositoryService(
2439                    com.liferay.portal.service.RepositoryService repositoryService) {
2440                    this.repositoryService = repositoryService;
2441            }
2442    
2443            /**
2444             * Returns the repository persistence.
2445             *
2446             * @return the repository persistence
2447             */
2448            public RepositoryPersistence getRepositoryPersistence() {
2449                    return repositoryPersistence;
2450            }
2451    
2452            /**
2453             * Sets the repository persistence.
2454             *
2455             * @param repositoryPersistence the repository persistence
2456             */
2457            public void setRepositoryPersistence(
2458                    RepositoryPersistence repositoryPersistence) {
2459                    this.repositoryPersistence = repositoryPersistence;
2460            }
2461    
2462            /**
2463             * Returns the repository entry local service.
2464             *
2465             * @return the repository entry local service
2466             */
2467            public com.liferay.portal.service.RepositoryEntryLocalService getRepositoryEntryLocalService() {
2468                    return repositoryEntryLocalService;
2469            }
2470    
2471            /**
2472             * Sets the repository entry local service.
2473             *
2474             * @param repositoryEntryLocalService the repository entry local service
2475             */
2476            public void setRepositoryEntryLocalService(
2477                    com.liferay.portal.service.RepositoryEntryLocalService repositoryEntryLocalService) {
2478                    this.repositoryEntryLocalService = repositoryEntryLocalService;
2479            }
2480    
2481            /**
2482             * Returns the repository entry persistence.
2483             *
2484             * @return the repository entry persistence
2485             */
2486            public RepositoryEntryPersistence getRepositoryEntryPersistence() {
2487                    return repositoryEntryPersistence;
2488            }
2489    
2490            /**
2491             * Sets the repository entry persistence.
2492             *
2493             * @param repositoryEntryPersistence the repository entry persistence
2494             */
2495            public void setRepositoryEntryPersistence(
2496                    RepositoryEntryPersistence repositoryEntryPersistence) {
2497                    this.repositoryEntryPersistence = repositoryEntryPersistence;
2498            }
2499    
2500            /**
2501             * Returns the resource local service.
2502             *
2503             * @return the resource local service
2504             */
2505            public com.liferay.portal.service.ResourceLocalService getResourceLocalService() {
2506                    return resourceLocalService;
2507            }
2508    
2509            /**
2510             * Sets the resource local service.
2511             *
2512             * @param resourceLocalService the resource local service
2513             */
2514            public void setResourceLocalService(
2515                    com.liferay.portal.service.ResourceLocalService resourceLocalService) {
2516                    this.resourceLocalService = resourceLocalService;
2517            }
2518    
2519            /**
2520             * Returns the resource action local service.
2521             *
2522             * @return the resource action local service
2523             */
2524            public com.liferay.portal.service.ResourceActionLocalService getResourceActionLocalService() {
2525                    return resourceActionLocalService;
2526            }
2527    
2528            /**
2529             * Sets the resource action local service.
2530             *
2531             * @param resourceActionLocalService the resource action local service
2532             */
2533            public void setResourceActionLocalService(
2534                    com.liferay.portal.service.ResourceActionLocalService resourceActionLocalService) {
2535                    this.resourceActionLocalService = resourceActionLocalService;
2536            }
2537    
2538            /**
2539             * Returns the resource action persistence.
2540             *
2541             * @return the resource action persistence
2542             */
2543            public ResourceActionPersistence getResourceActionPersistence() {
2544                    return resourceActionPersistence;
2545            }
2546    
2547            /**
2548             * Sets the resource action persistence.
2549             *
2550             * @param resourceActionPersistence the resource action persistence
2551             */
2552            public void setResourceActionPersistence(
2553                    ResourceActionPersistence resourceActionPersistence) {
2554                    this.resourceActionPersistence = resourceActionPersistence;
2555            }
2556    
2557            /**
2558             * Returns the resource block local service.
2559             *
2560             * @return the resource block local service
2561             */
2562            public com.liferay.portal.service.ResourceBlockLocalService getResourceBlockLocalService() {
2563                    return resourceBlockLocalService;
2564            }
2565    
2566            /**
2567             * Sets the resource block local service.
2568             *
2569             * @param resourceBlockLocalService the resource block local service
2570             */
2571            public void setResourceBlockLocalService(
2572                    com.liferay.portal.service.ResourceBlockLocalService resourceBlockLocalService) {
2573                    this.resourceBlockLocalService = resourceBlockLocalService;
2574            }
2575    
2576            /**
2577             * Returns the resource block remote service.
2578             *
2579             * @return the resource block remote service
2580             */
2581            public com.liferay.portal.service.ResourceBlockService getResourceBlockService() {
2582                    return resourceBlockService;
2583            }
2584    
2585            /**
2586             * Sets the resource block remote service.
2587             *
2588             * @param resourceBlockService the resource block remote service
2589             */
2590            public void setResourceBlockService(
2591                    com.liferay.portal.service.ResourceBlockService resourceBlockService) {
2592                    this.resourceBlockService = resourceBlockService;
2593            }
2594    
2595            /**
2596             * Returns the resource block persistence.
2597             *
2598             * @return the resource block persistence
2599             */
2600            public ResourceBlockPersistence getResourceBlockPersistence() {
2601                    return resourceBlockPersistence;
2602            }
2603    
2604            /**
2605             * Sets the resource block persistence.
2606             *
2607             * @param resourceBlockPersistence the resource block persistence
2608             */
2609            public void setResourceBlockPersistence(
2610                    ResourceBlockPersistence resourceBlockPersistence) {
2611                    this.resourceBlockPersistence = resourceBlockPersistence;
2612            }
2613    
2614            /**
2615             * Returns the resource block finder.
2616             *
2617             * @return the resource block finder
2618             */
2619            public ResourceBlockFinder getResourceBlockFinder() {
2620                    return resourceBlockFinder;
2621            }
2622    
2623            /**
2624             * Sets the resource block finder.
2625             *
2626             * @param resourceBlockFinder the resource block finder
2627             */
2628            public void setResourceBlockFinder(ResourceBlockFinder resourceBlockFinder) {
2629                    this.resourceBlockFinder = resourceBlockFinder;
2630            }
2631    
2632            /**
2633             * Returns the resource block permission local service.
2634             *
2635             * @return the resource block permission local service
2636             */
2637            public com.liferay.portal.service.ResourceBlockPermissionLocalService getResourceBlockPermissionLocalService() {
2638                    return resourceBlockPermissionLocalService;
2639            }
2640    
2641            /**
2642             * Sets the resource block permission local service.
2643             *
2644             * @param resourceBlockPermissionLocalService the resource block permission local service
2645             */
2646            public void setResourceBlockPermissionLocalService(
2647                    com.liferay.portal.service.ResourceBlockPermissionLocalService resourceBlockPermissionLocalService) {
2648                    this.resourceBlockPermissionLocalService = resourceBlockPermissionLocalService;
2649            }
2650    
2651            /**
2652             * Returns the resource block permission persistence.
2653             *
2654             * @return the resource block permission persistence
2655             */
2656            public ResourceBlockPermissionPersistence getResourceBlockPermissionPersistence() {
2657                    return resourceBlockPermissionPersistence;
2658            }
2659    
2660            /**
2661             * Sets the resource block permission persistence.
2662             *
2663             * @param resourceBlockPermissionPersistence the resource block permission persistence
2664             */
2665            public void setResourceBlockPermissionPersistence(
2666                    ResourceBlockPermissionPersistence resourceBlockPermissionPersistence) {
2667                    this.resourceBlockPermissionPersistence = resourceBlockPermissionPersistence;
2668            }
2669    
2670            /**
2671             * Returns the resource permission local service.
2672             *
2673             * @return the resource permission local service
2674             */
2675            public com.liferay.portal.service.ResourcePermissionLocalService getResourcePermissionLocalService() {
2676                    return resourcePermissionLocalService;
2677            }
2678    
2679            /**
2680             * Sets the resource permission local service.
2681             *
2682             * @param resourcePermissionLocalService the resource permission local service
2683             */
2684            public void setResourcePermissionLocalService(
2685                    com.liferay.portal.service.ResourcePermissionLocalService resourcePermissionLocalService) {
2686                    this.resourcePermissionLocalService = resourcePermissionLocalService;
2687            }
2688    
2689            /**
2690             * Returns the resource permission remote service.
2691             *
2692             * @return the resource permission remote service
2693             */
2694            public com.liferay.portal.service.ResourcePermissionService getResourcePermissionService() {
2695                    return resourcePermissionService;
2696            }
2697    
2698            /**
2699             * Sets the resource permission remote service.
2700             *
2701             * @param resourcePermissionService the resource permission remote service
2702             */
2703            public void setResourcePermissionService(
2704                    com.liferay.portal.service.ResourcePermissionService resourcePermissionService) {
2705                    this.resourcePermissionService = resourcePermissionService;
2706            }
2707    
2708            /**
2709             * Returns the resource permission persistence.
2710             *
2711             * @return the resource permission persistence
2712             */
2713            public ResourcePermissionPersistence getResourcePermissionPersistence() {
2714                    return resourcePermissionPersistence;
2715            }
2716    
2717            /**
2718             * Sets the resource permission persistence.
2719             *
2720             * @param resourcePermissionPersistence the resource permission persistence
2721             */
2722            public void setResourcePermissionPersistence(
2723                    ResourcePermissionPersistence resourcePermissionPersistence) {
2724                    this.resourcePermissionPersistence = resourcePermissionPersistence;
2725            }
2726    
2727            /**
2728             * Returns the resource permission finder.
2729             *
2730             * @return the resource permission finder
2731             */
2732            public ResourcePermissionFinder getResourcePermissionFinder() {
2733                    return resourcePermissionFinder;
2734            }
2735    
2736            /**
2737             * Sets the resource permission finder.
2738             *
2739             * @param resourcePermissionFinder the resource permission finder
2740             */
2741            public void setResourcePermissionFinder(
2742                    ResourcePermissionFinder resourcePermissionFinder) {
2743                    this.resourcePermissionFinder = resourcePermissionFinder;
2744            }
2745    
2746            /**
2747             * Returns the resource type permission local service.
2748             *
2749             * @return the resource type permission local service
2750             */
2751            public com.liferay.portal.service.ResourceTypePermissionLocalService getResourceTypePermissionLocalService() {
2752                    return resourceTypePermissionLocalService;
2753            }
2754    
2755            /**
2756             * Sets the resource type permission local service.
2757             *
2758             * @param resourceTypePermissionLocalService the resource type permission local service
2759             */
2760            public void setResourceTypePermissionLocalService(
2761                    com.liferay.portal.service.ResourceTypePermissionLocalService resourceTypePermissionLocalService) {
2762                    this.resourceTypePermissionLocalService = resourceTypePermissionLocalService;
2763            }
2764    
2765            /**
2766             * Returns the resource type permission persistence.
2767             *
2768             * @return the resource type permission persistence
2769             */
2770            public ResourceTypePermissionPersistence getResourceTypePermissionPersistence() {
2771                    return resourceTypePermissionPersistence;
2772            }
2773    
2774            /**
2775             * Sets the resource type permission persistence.
2776             *
2777             * @param resourceTypePermissionPersistence the resource type permission persistence
2778             */
2779            public void setResourceTypePermissionPersistence(
2780                    ResourceTypePermissionPersistence resourceTypePermissionPersistence) {
2781                    this.resourceTypePermissionPersistence = resourceTypePermissionPersistence;
2782            }
2783    
2784            /**
2785             * Returns the resource type permission finder.
2786             *
2787             * @return the resource type permission finder
2788             */
2789            public ResourceTypePermissionFinder getResourceTypePermissionFinder() {
2790                    return resourceTypePermissionFinder;
2791            }
2792    
2793            /**
2794             * Sets the resource type permission finder.
2795             *
2796             * @param resourceTypePermissionFinder the resource type permission finder
2797             */
2798            public void setResourceTypePermissionFinder(
2799                    ResourceTypePermissionFinder resourceTypePermissionFinder) {
2800                    this.resourceTypePermissionFinder = resourceTypePermissionFinder;
2801            }
2802    
2803            /**
2804             * Returns the role local service.
2805             *
2806             * @return the role local service
2807             */
2808            public com.liferay.portal.service.RoleLocalService getRoleLocalService() {
2809                    return roleLocalService;
2810            }
2811    
2812            /**
2813             * Sets the role local service.
2814             *
2815             * @param roleLocalService the role local service
2816             */
2817            public void setRoleLocalService(
2818                    com.liferay.portal.service.RoleLocalService roleLocalService) {
2819                    this.roleLocalService = roleLocalService;
2820            }
2821    
2822            /**
2823             * Returns the role remote service.
2824             *
2825             * @return the role remote service
2826             */
2827            public com.liferay.portal.service.RoleService getRoleService() {
2828                    return roleService;
2829            }
2830    
2831            /**
2832             * Sets the role remote service.
2833             *
2834             * @param roleService the role remote service
2835             */
2836            public void setRoleService(
2837                    com.liferay.portal.service.RoleService roleService) {
2838                    this.roleService = roleService;
2839            }
2840    
2841            /**
2842             * Returns the role persistence.
2843             *
2844             * @return the role persistence
2845             */
2846            public RolePersistence getRolePersistence() {
2847                    return rolePersistence;
2848            }
2849    
2850            /**
2851             * Sets the role persistence.
2852             *
2853             * @param rolePersistence the role persistence
2854             */
2855            public void setRolePersistence(RolePersistence rolePersistence) {
2856                    this.rolePersistence = rolePersistence;
2857            }
2858    
2859            /**
2860             * Returns the role finder.
2861             *
2862             * @return the role finder
2863             */
2864            public RoleFinder getRoleFinder() {
2865                    return roleFinder;
2866            }
2867    
2868            /**
2869             * Sets the role finder.
2870             *
2871             * @param roleFinder the role finder
2872             */
2873            public void setRoleFinder(RoleFinder roleFinder) {
2874                    this.roleFinder = roleFinder;
2875            }
2876    
2877            /**
2878             * Returns the service component local service.
2879             *
2880             * @return the service component local service
2881             */
2882            public com.liferay.portal.service.ServiceComponentLocalService getServiceComponentLocalService() {
2883                    return serviceComponentLocalService;
2884            }
2885    
2886            /**
2887             * Sets the service component local service.
2888             *
2889             * @param serviceComponentLocalService the service component local service
2890             */
2891            public void setServiceComponentLocalService(
2892                    com.liferay.portal.service.ServiceComponentLocalService serviceComponentLocalService) {
2893                    this.serviceComponentLocalService = serviceComponentLocalService;
2894            }
2895    
2896            /**
2897             * Returns the service component persistence.
2898             *
2899             * @return the service component persistence
2900             */
2901            public ServiceComponentPersistence getServiceComponentPersistence() {
2902                    return serviceComponentPersistence;
2903            }
2904    
2905            /**
2906             * Sets the service component persistence.
2907             *
2908             * @param serviceComponentPersistence the service component persistence
2909             */
2910            public void setServiceComponentPersistence(
2911                    ServiceComponentPersistence serviceComponentPersistence) {
2912                    this.serviceComponentPersistence = serviceComponentPersistence;
2913            }
2914    
2915            /**
2916             * Returns the shard local service.
2917             *
2918             * @return the shard local service
2919             */
2920            public com.liferay.portal.service.ShardLocalService getShardLocalService() {
2921                    return shardLocalService;
2922            }
2923    
2924            /**
2925             * Sets the shard local service.
2926             *
2927             * @param shardLocalService the shard local service
2928             */
2929            public void setShardLocalService(
2930                    com.liferay.portal.service.ShardLocalService shardLocalService) {
2931                    this.shardLocalService = shardLocalService;
2932            }
2933    
2934            /**
2935             * Returns the shard persistence.
2936             *
2937             * @return the shard persistence
2938             */
2939            public ShardPersistence getShardPersistence() {
2940                    return shardPersistence;
2941            }
2942    
2943            /**
2944             * Sets the shard persistence.
2945             *
2946             * @param shardPersistence the shard persistence
2947             */
2948            public void setShardPersistence(ShardPersistence shardPersistence) {
2949                    this.shardPersistence = shardPersistence;
2950            }
2951    
2952            /**
2953             * Returns the staging local service.
2954             *
2955             * @return the staging local service
2956             */
2957            public com.liferay.portal.service.StagingLocalService getStagingLocalService() {
2958                    return stagingLocalService;
2959            }
2960    
2961            /**
2962             * Sets the staging local service.
2963             *
2964             * @param stagingLocalService the staging local service
2965             */
2966            public void setStagingLocalService(
2967                    com.liferay.portal.service.StagingLocalService stagingLocalService) {
2968                    this.stagingLocalService = stagingLocalService;
2969            }
2970    
2971            /**
2972             * Returns the staging remote service.
2973             *
2974             * @return the staging remote service
2975             */
2976            public com.liferay.portal.service.StagingService getStagingService() {
2977                    return stagingService;
2978            }
2979    
2980            /**
2981             * Sets the staging remote service.
2982             *
2983             * @param stagingService the staging remote service
2984             */
2985            public void setStagingService(
2986                    com.liferay.portal.service.StagingService stagingService) {
2987                    this.stagingService = stagingService;
2988            }
2989    
2990            /**
2991             * Returns the subscription local service.
2992             *
2993             * @return the subscription local service
2994             */
2995            public com.liferay.portal.service.SubscriptionLocalService getSubscriptionLocalService() {
2996                    return subscriptionLocalService;
2997            }
2998    
2999            /**
3000             * Sets the subscription local service.
3001             *
3002             * @param subscriptionLocalService the subscription local service
3003             */
3004            public void setSubscriptionLocalService(
3005                    com.liferay.portal.service.SubscriptionLocalService subscriptionLocalService) {
3006                    this.subscriptionLocalService = subscriptionLocalService;
3007            }
3008    
3009            /**
3010             * Returns the subscription persistence.
3011             *
3012             * @return the subscription persistence
3013             */
3014            public SubscriptionPersistence getSubscriptionPersistence() {
3015                    return subscriptionPersistence;
3016            }
3017    
3018            /**
3019             * Sets the subscription persistence.
3020             *
3021             * @param subscriptionPersistence the subscription persistence
3022             */
3023            public void setSubscriptionPersistence(
3024                    SubscriptionPersistence subscriptionPersistence) {
3025                    this.subscriptionPersistence = subscriptionPersistence;
3026            }
3027    
3028            /**
3029             * Returns the system event local service.
3030             *
3031             * @return the system event local service
3032             */
3033            public com.liferay.portal.service.SystemEventLocalService getSystemEventLocalService() {
3034                    return systemEventLocalService;
3035            }
3036    
3037            /**
3038             * Sets the system event local service.
3039             *
3040             * @param systemEventLocalService the system event local service
3041             */
3042            public void setSystemEventLocalService(
3043                    com.liferay.portal.service.SystemEventLocalService systemEventLocalService) {
3044                    this.systemEventLocalService = systemEventLocalService;
3045            }
3046    
3047            /**
3048             * Returns the system event persistence.
3049             *
3050             * @return the system event persistence
3051             */
3052            public SystemEventPersistence getSystemEventPersistence() {
3053                    return systemEventPersistence;
3054            }
3055    
3056            /**
3057             * Sets the system event persistence.
3058             *
3059             * @param systemEventPersistence the system event persistence
3060             */
3061            public void setSystemEventPersistence(
3062                    SystemEventPersistence systemEventPersistence) {
3063                    this.systemEventPersistence = systemEventPersistence;
3064            }
3065    
3066            /**
3067             * Returns the team local service.
3068             *
3069             * @return the team local service
3070             */
3071            public com.liferay.portal.service.TeamLocalService getTeamLocalService() {
3072                    return teamLocalService;
3073            }
3074    
3075            /**
3076             * Sets the team local service.
3077             *
3078             * @param teamLocalService the team local service
3079             */
3080            public void setTeamLocalService(
3081                    com.liferay.portal.service.TeamLocalService teamLocalService) {
3082                    this.teamLocalService = teamLocalService;
3083            }
3084    
3085            /**
3086             * Returns the team remote service.
3087             *
3088             * @return the team remote service
3089             */
3090            public com.liferay.portal.service.TeamService getTeamService() {
3091                    return teamService;
3092            }
3093    
3094            /**
3095             * Sets the team remote service.
3096             *
3097             * @param teamService the team remote service
3098             */
3099            public void setTeamService(
3100                    com.liferay.portal.service.TeamService teamService) {
3101                    this.teamService = teamService;
3102            }
3103    
3104            /**
3105             * Returns the team persistence.
3106             *
3107             * @return the team persistence
3108             */
3109            public TeamPersistence getTeamPersistence() {
3110                    return teamPersistence;
3111            }
3112    
3113            /**
3114             * Sets the team persistence.
3115             *
3116             * @param teamPersistence the team persistence
3117             */
3118            public void setTeamPersistence(TeamPersistence teamPersistence) {
3119                    this.teamPersistence = teamPersistence;
3120            }
3121    
3122            /**
3123             * Returns the team finder.
3124             *
3125             * @return the team finder
3126             */
3127            public TeamFinder getTeamFinder() {
3128                    return teamFinder;
3129            }
3130    
3131            /**
3132             * Sets the team finder.
3133             *
3134             * @param teamFinder the team finder
3135             */
3136            public void setTeamFinder(TeamFinder teamFinder) {
3137                    this.teamFinder = teamFinder;
3138            }
3139    
3140            /**
3141             * Returns the theme local service.
3142             *
3143             * @return the theme local service
3144             */
3145            public com.liferay.portal.service.ThemeLocalService getThemeLocalService() {
3146                    return themeLocalService;
3147            }
3148    
3149            /**
3150             * Sets the theme local service.
3151             *
3152             * @param themeLocalService the theme local service
3153             */
3154            public void setThemeLocalService(
3155                    com.liferay.portal.service.ThemeLocalService themeLocalService) {
3156                    this.themeLocalService = themeLocalService;
3157            }
3158    
3159            /**
3160             * Returns the theme remote service.
3161             *
3162             * @return the theme remote service
3163             */
3164            public com.liferay.portal.service.ThemeService getThemeService() {
3165                    return themeService;
3166            }
3167    
3168            /**
3169             * Sets the theme remote service.
3170             *
3171             * @param themeService the theme remote service
3172             */
3173            public void setThemeService(
3174                    com.liferay.portal.service.ThemeService themeService) {
3175                    this.themeService = themeService;
3176            }
3177    
3178            /**
3179             * Returns the ticket local service.
3180             *
3181             * @return the ticket local service
3182             */
3183            public com.liferay.portal.service.TicketLocalService getTicketLocalService() {
3184                    return ticketLocalService;
3185            }
3186    
3187            /**
3188             * Sets the ticket local service.
3189             *
3190             * @param ticketLocalService the ticket local service
3191             */
3192            public void setTicketLocalService(
3193                    com.liferay.portal.service.TicketLocalService ticketLocalService) {
3194                    this.ticketLocalService = ticketLocalService;
3195            }
3196    
3197            /**
3198             * Returns the ticket persistence.
3199             *
3200             * @return the ticket persistence
3201             */
3202            public TicketPersistence getTicketPersistence() {
3203                    return ticketPersistence;
3204            }
3205    
3206            /**
3207             * Sets the ticket persistence.
3208             *
3209             * @param ticketPersistence the ticket persistence
3210             */
3211            public void setTicketPersistence(TicketPersistence ticketPersistence) {
3212                    this.ticketPersistence = ticketPersistence;
3213            }
3214    
3215            /**
3216             * Returns the user local service.
3217             *
3218             * @return the user local service
3219             */
3220            public com.liferay.portal.service.UserLocalService getUserLocalService() {
3221                    return userLocalService;
3222            }
3223    
3224            /**
3225             * Sets the user local service.
3226             *
3227             * @param userLocalService the user local service
3228             */
3229            public void setUserLocalService(
3230                    com.liferay.portal.service.UserLocalService userLocalService) {
3231                    this.userLocalService = userLocalService;
3232            }
3233    
3234            /**
3235             * Returns the user remote service.
3236             *
3237             * @return the user remote service
3238             */
3239            public com.liferay.portal.service.UserService getUserService() {
3240                    return userService;
3241            }
3242    
3243            /**
3244             * Sets the user remote service.
3245             *
3246             * @param userService the user remote service
3247             */
3248            public void setUserService(
3249                    com.liferay.portal.service.UserService userService) {
3250                    this.userService = userService;
3251            }
3252    
3253            /**
3254             * Returns the user persistence.
3255             *
3256             * @return the user persistence
3257             */
3258            public UserPersistence getUserPersistence() {
3259                    return userPersistence;
3260            }
3261    
3262            /**
3263             * Sets the user persistence.
3264             *
3265             * @param userPersistence the user persistence
3266             */
3267            public void setUserPersistence(UserPersistence userPersistence) {
3268                    this.userPersistence = userPersistence;
3269            }
3270    
3271            /**
3272             * Returns the user finder.
3273             *
3274             * @return the user finder
3275             */
3276            public UserFinder getUserFinder() {
3277                    return userFinder;
3278            }
3279    
3280            /**
3281             * Sets the user finder.
3282             *
3283             * @param userFinder the user finder
3284             */
3285            public void setUserFinder(UserFinder userFinder) {
3286                    this.userFinder = userFinder;
3287            }
3288    
3289            /**
3290             * Returns the user group local service.
3291             *
3292             * @return the user group local service
3293             */
3294            public com.liferay.portal.service.UserGroupLocalService getUserGroupLocalService() {
3295                    return userGroupLocalService;
3296            }
3297    
3298            /**
3299             * Sets the user group local service.
3300             *
3301             * @param userGroupLocalService the user group local service
3302             */
3303            public void setUserGroupLocalService(
3304                    com.liferay.portal.service.UserGroupLocalService userGroupLocalService) {
3305                    this.userGroupLocalService = userGroupLocalService;
3306            }
3307    
3308            /**
3309             * Returns the user group remote service.
3310             *
3311             * @return the user group remote service
3312             */
3313            public com.liferay.portal.service.UserGroupService getUserGroupService() {
3314                    return userGroupService;
3315            }
3316    
3317            /**
3318             * Sets the user group remote service.
3319             *
3320             * @param userGroupService the user group remote service
3321             */
3322            public void setUserGroupService(
3323                    com.liferay.portal.service.UserGroupService userGroupService) {
3324                    this.userGroupService = userGroupService;
3325            }
3326    
3327            /**
3328             * Returns the user group persistence.
3329             *
3330             * @return the user group persistence
3331             */
3332            public UserGroupPersistence getUserGroupPersistence() {
3333                    return userGroupPersistence;
3334            }
3335    
3336            /**
3337             * Sets the user group persistence.
3338             *
3339             * @param userGroupPersistence the user group persistence
3340             */
3341            public void setUserGroupPersistence(
3342                    UserGroupPersistence userGroupPersistence) {
3343                    this.userGroupPersistence = userGroupPersistence;
3344            }
3345    
3346            /**
3347             * Returns the user group finder.
3348             *
3349             * @return the user group finder
3350             */
3351            public UserGroupFinder getUserGroupFinder() {
3352                    return userGroupFinder;
3353            }
3354    
3355            /**
3356             * Sets the user group finder.
3357             *
3358             * @param userGroupFinder the user group finder
3359             */
3360            public void setUserGroupFinder(UserGroupFinder userGroupFinder) {
3361                    this.userGroupFinder = userGroupFinder;
3362            }
3363    
3364            /**
3365             * Returns the user group group role local service.
3366             *
3367             * @return the user group group role local service
3368             */
3369            public com.liferay.portal.service.UserGroupGroupRoleLocalService getUserGroupGroupRoleLocalService() {
3370                    return userGroupGroupRoleLocalService;
3371            }
3372    
3373            /**
3374             * Sets the user group group role local service.
3375             *
3376             * @param userGroupGroupRoleLocalService the user group group role local service
3377             */
3378            public void setUserGroupGroupRoleLocalService(
3379                    com.liferay.portal.service.UserGroupGroupRoleLocalService userGroupGroupRoleLocalService) {
3380                    this.userGroupGroupRoleLocalService = userGroupGroupRoleLocalService;
3381            }
3382    
3383            /**
3384             * Returns the user group group role remote service.
3385             *
3386             * @return the user group group role remote service
3387             */
3388            public com.liferay.portal.service.UserGroupGroupRoleService getUserGroupGroupRoleService() {
3389                    return userGroupGroupRoleService;
3390            }
3391    
3392            /**
3393             * Sets the user group group role remote service.
3394             *
3395             * @param userGroupGroupRoleService the user group group role remote service
3396             */
3397            public void setUserGroupGroupRoleService(
3398                    com.liferay.portal.service.UserGroupGroupRoleService userGroupGroupRoleService) {
3399                    this.userGroupGroupRoleService = userGroupGroupRoleService;
3400            }
3401    
3402            /**
3403             * Returns the user group group role persistence.
3404             *
3405             * @return the user group group role persistence
3406             */
3407            public UserGroupGroupRolePersistence getUserGroupGroupRolePersistence() {
3408                    return userGroupGroupRolePersistence;
3409            }
3410    
3411            /**
3412             * Sets the user group group role persistence.
3413             *
3414             * @param userGroupGroupRolePersistence the user group group role persistence
3415             */
3416            public void setUserGroupGroupRolePersistence(
3417                    UserGroupGroupRolePersistence userGroupGroupRolePersistence) {
3418                    this.userGroupGroupRolePersistence = userGroupGroupRolePersistence;
3419            }
3420    
3421            /**
3422             * Returns the user group role local service.
3423             *
3424             * @return the user group role local service
3425             */
3426            public com.liferay.portal.service.UserGroupRoleLocalService getUserGroupRoleLocalService() {
3427                    return userGroupRoleLocalService;
3428            }
3429    
3430            /**
3431             * Sets the user group role local service.
3432             *
3433             * @param userGroupRoleLocalService the user group role local service
3434             */
3435            public void setUserGroupRoleLocalService(
3436                    com.liferay.portal.service.UserGroupRoleLocalService userGroupRoleLocalService) {
3437                    this.userGroupRoleLocalService = userGroupRoleLocalService;
3438            }
3439    
3440            /**
3441             * Returns the user group role remote service.
3442             *
3443             * @return the user group role remote service
3444             */
3445            public com.liferay.portal.service.UserGroupRoleService getUserGroupRoleService() {
3446                    return userGroupRoleService;
3447            }
3448    
3449            /**
3450             * Sets the user group role remote service.
3451             *
3452             * @param userGroupRoleService the user group role remote service
3453             */
3454            public void setUserGroupRoleService(
3455                    com.liferay.portal.service.UserGroupRoleService userGroupRoleService) {
3456                    this.userGroupRoleService = userGroupRoleService;
3457            }
3458    
3459            /**
3460             * Returns the user group role persistence.
3461             *
3462             * @return the user group role persistence
3463             */
3464            public UserGroupRolePersistence getUserGroupRolePersistence() {
3465                    return userGroupRolePersistence;
3466            }
3467    
3468            /**
3469             * Sets the user group role persistence.
3470             *
3471             * @param userGroupRolePersistence the user group role persistence
3472             */
3473            public void setUserGroupRolePersistence(
3474                    UserGroupRolePersistence userGroupRolePersistence) {
3475                    this.userGroupRolePersistence = userGroupRolePersistence;
3476            }
3477    
3478            /**
3479             * Returns the user group role finder.
3480             *
3481             * @return the user group role finder
3482             */
3483            public UserGroupRoleFinder getUserGroupRoleFinder() {
3484                    return userGroupRoleFinder;
3485            }
3486    
3487            /**
3488             * Sets the user group role finder.
3489             *
3490             * @param userGroupRoleFinder the user group role finder
3491             */
3492            public void setUserGroupRoleFinder(UserGroupRoleFinder userGroupRoleFinder) {
3493                    this.userGroupRoleFinder = userGroupRoleFinder;
3494            }
3495    
3496            /**
3497             * Returns the user ID mapper local service.
3498             *
3499             * @return the user ID mapper local service
3500             */
3501            public com.liferay.portal.service.UserIdMapperLocalService getUserIdMapperLocalService() {
3502                    return userIdMapperLocalService;
3503            }
3504    
3505            /**
3506             * Sets the user ID mapper local service.
3507             *
3508             * @param userIdMapperLocalService the user ID mapper local service
3509             */
3510            public void setUserIdMapperLocalService(
3511                    com.liferay.portal.service.UserIdMapperLocalService userIdMapperLocalService) {
3512                    this.userIdMapperLocalService = userIdMapperLocalService;
3513            }
3514    
3515            /**
3516             * Returns the user ID mapper persistence.
3517             *
3518             * @return the user ID mapper persistence
3519             */
3520            public UserIdMapperPersistence getUserIdMapperPersistence() {
3521                    return userIdMapperPersistence;
3522            }
3523    
3524            /**
3525             * Sets the user ID mapper persistence.
3526             *
3527             * @param userIdMapperPersistence the user ID mapper persistence
3528             */
3529            public void setUserIdMapperPersistence(
3530                    UserIdMapperPersistence userIdMapperPersistence) {
3531                    this.userIdMapperPersistence = userIdMapperPersistence;
3532            }
3533    
3534            /**
3535             * Returns the user notification delivery local service.
3536             *
3537             * @return the user notification delivery local service
3538             */
3539            public com.liferay.portal.service.UserNotificationDeliveryLocalService getUserNotificationDeliveryLocalService() {
3540                    return userNotificationDeliveryLocalService;
3541            }
3542    
3543            /**
3544             * Sets the user notification delivery local service.
3545             *
3546             * @param userNotificationDeliveryLocalService the user notification delivery local service
3547             */
3548            public void setUserNotificationDeliveryLocalService(
3549                    com.liferay.portal.service.UserNotificationDeliveryLocalService userNotificationDeliveryLocalService) {
3550                    this.userNotificationDeliveryLocalService = userNotificationDeliveryLocalService;
3551            }
3552    
3553            /**
3554             * Returns the user notification delivery persistence.
3555             *
3556             * @return the user notification delivery persistence
3557             */
3558            public UserNotificationDeliveryPersistence getUserNotificationDeliveryPersistence() {
3559                    return userNotificationDeliveryPersistence;
3560            }
3561    
3562            /**
3563             * Sets the user notification delivery persistence.
3564             *
3565             * @param userNotificationDeliveryPersistence the user notification delivery persistence
3566             */
3567            public void setUserNotificationDeliveryPersistence(
3568                    UserNotificationDeliveryPersistence userNotificationDeliveryPersistence) {
3569                    this.userNotificationDeliveryPersistence = userNotificationDeliveryPersistence;
3570            }
3571    
3572            /**
3573             * Returns the user notification event local service.
3574             *
3575             * @return the user notification event local service
3576             */
3577            public com.liferay.portal.service.UserNotificationEventLocalService getUserNotificationEventLocalService() {
3578                    return userNotificationEventLocalService;
3579            }
3580    
3581            /**
3582             * Sets the user notification event local service.
3583             *
3584             * @param userNotificationEventLocalService the user notification event local service
3585             */
3586            public void setUserNotificationEventLocalService(
3587                    com.liferay.portal.service.UserNotificationEventLocalService userNotificationEventLocalService) {
3588                    this.userNotificationEventLocalService = userNotificationEventLocalService;
3589            }
3590    
3591            /**
3592             * Returns the user notification event persistence.
3593             *
3594             * @return the user notification event persistence
3595             */
3596            public UserNotificationEventPersistence getUserNotificationEventPersistence() {
3597                    return userNotificationEventPersistence;
3598            }
3599    
3600            /**
3601             * Sets the user notification event persistence.
3602             *
3603             * @param userNotificationEventPersistence the user notification event persistence
3604             */
3605            public void setUserNotificationEventPersistence(
3606                    UserNotificationEventPersistence userNotificationEventPersistence) {
3607                    this.userNotificationEventPersistence = userNotificationEventPersistence;
3608            }
3609    
3610            /**
3611             * Returns the user tracker local service.
3612             *
3613             * @return the user tracker local service
3614             */
3615            public com.liferay.portal.service.UserTrackerLocalService getUserTrackerLocalService() {
3616                    return userTrackerLocalService;
3617            }
3618    
3619            /**
3620             * Sets the user tracker local service.
3621             *
3622             * @param userTrackerLocalService the user tracker local service
3623             */
3624            public void setUserTrackerLocalService(
3625                    com.liferay.portal.service.UserTrackerLocalService userTrackerLocalService) {
3626                    this.userTrackerLocalService = userTrackerLocalService;
3627            }
3628    
3629            /**
3630             * Returns the user tracker persistence.
3631             *
3632             * @return the user tracker persistence
3633             */
3634            public UserTrackerPersistence getUserTrackerPersistence() {
3635                    return userTrackerPersistence;
3636            }
3637    
3638            /**
3639             * Sets the user tracker persistence.
3640             *
3641             * @param userTrackerPersistence the user tracker persistence
3642             */
3643            public void setUserTrackerPersistence(
3644                    UserTrackerPersistence userTrackerPersistence) {
3645                    this.userTrackerPersistence = userTrackerPersistence;
3646            }
3647    
3648            /**
3649             * Returns the user tracker path local service.
3650             *
3651             * @return the user tracker path local service
3652             */
3653            public com.liferay.portal.service.UserTrackerPathLocalService getUserTrackerPathLocalService() {
3654                    return userTrackerPathLocalService;
3655            }
3656    
3657            /**
3658             * Sets the user tracker path local service.
3659             *
3660             * @param userTrackerPathLocalService the user tracker path local service
3661             */
3662            public void setUserTrackerPathLocalService(
3663                    com.liferay.portal.service.UserTrackerPathLocalService userTrackerPathLocalService) {
3664                    this.userTrackerPathLocalService = userTrackerPathLocalService;
3665            }
3666    
3667            /**
3668             * Returns the user tracker path persistence.
3669             *
3670             * @return the user tracker path persistence
3671             */
3672            public UserTrackerPathPersistence getUserTrackerPathPersistence() {
3673                    return userTrackerPathPersistence;
3674            }
3675    
3676            /**
3677             * Sets the user tracker path persistence.
3678             *
3679             * @param userTrackerPathPersistence the user tracker path persistence
3680             */
3681            public void setUserTrackerPathPersistence(
3682                    UserTrackerPathPersistence userTrackerPathPersistence) {
3683                    this.userTrackerPathPersistence = userTrackerPathPersistence;
3684            }
3685    
3686            /**
3687             * Returns the virtual host local service.
3688             *
3689             * @return the virtual host local service
3690             */
3691            public com.liferay.portal.service.VirtualHostLocalService getVirtualHostLocalService() {
3692                    return virtualHostLocalService;
3693            }
3694    
3695            /**
3696             * Sets the virtual host local service.
3697             *
3698             * @param virtualHostLocalService the virtual host local service
3699             */
3700            public void setVirtualHostLocalService(
3701                    com.liferay.portal.service.VirtualHostLocalService virtualHostLocalService) {
3702                    this.virtualHostLocalService = virtualHostLocalService;
3703            }
3704    
3705            /**
3706             * Returns the virtual host persistence.
3707             *
3708             * @return the virtual host persistence
3709             */
3710            public VirtualHostPersistence getVirtualHostPersistence() {
3711                    return virtualHostPersistence;
3712            }
3713    
3714            /**
3715             * Sets the virtual host persistence.
3716             *
3717             * @param virtualHostPersistence the virtual host persistence
3718             */
3719            public void setVirtualHostPersistence(
3720                    VirtualHostPersistence virtualHostPersistence) {
3721                    this.virtualHostPersistence = virtualHostPersistence;
3722            }
3723    
3724            /**
3725             * Returns the web d a v props local service.
3726             *
3727             * @return the web d a v props local service
3728             */
3729            public com.liferay.portal.service.WebDAVPropsLocalService getWebDAVPropsLocalService() {
3730                    return webDAVPropsLocalService;
3731            }
3732    
3733            /**
3734             * Sets the web d a v props local service.
3735             *
3736             * @param webDAVPropsLocalService the web d a v props local service
3737             */
3738            public void setWebDAVPropsLocalService(
3739                    com.liferay.portal.service.WebDAVPropsLocalService webDAVPropsLocalService) {
3740                    this.webDAVPropsLocalService = webDAVPropsLocalService;
3741            }
3742    
3743            /**
3744             * Returns the web d a v props persistence.
3745             *
3746             * @return the web d a v props persistence
3747             */
3748            public WebDAVPropsPersistence getWebDAVPropsPersistence() {
3749                    return webDAVPropsPersistence;
3750            }
3751    
3752            /**
3753             * Sets the web d a v props persistence.
3754             *
3755             * @param webDAVPropsPersistence the web d a v props persistence
3756             */
3757            public void setWebDAVPropsPersistence(
3758                    WebDAVPropsPersistence webDAVPropsPersistence) {
3759                    this.webDAVPropsPersistence = webDAVPropsPersistence;
3760            }
3761    
3762            /**
3763             * Returns the website local service.
3764             *
3765             * @return the website local service
3766             */
3767            public com.liferay.portal.service.WebsiteLocalService getWebsiteLocalService() {
3768                    return websiteLocalService;
3769            }
3770    
3771            /**
3772             * Sets the website local service.
3773             *
3774             * @param websiteLocalService the website local service
3775             */
3776            public void setWebsiteLocalService(
3777                    com.liferay.portal.service.WebsiteLocalService websiteLocalService) {
3778                    this.websiteLocalService = websiteLocalService;
3779            }
3780    
3781            /**
3782             * Returns the website remote service.
3783             *
3784             * @return the website remote service
3785             */
3786            public com.liferay.portal.service.WebsiteService getWebsiteService() {
3787                    return websiteService;
3788            }
3789    
3790            /**
3791             * Sets the website remote service.
3792             *
3793             * @param websiteService the website remote service
3794             */
3795            public void setWebsiteService(
3796                    com.liferay.portal.service.WebsiteService websiteService) {
3797                    this.websiteService = websiteService;
3798            }
3799    
3800            /**
3801             * Returns the website persistence.
3802             *
3803             * @return the website persistence
3804             */
3805            public WebsitePersistence getWebsitePersistence() {
3806                    return websitePersistence;
3807            }
3808    
3809            /**
3810             * Sets the website persistence.
3811             *
3812             * @param websitePersistence the website persistence
3813             */
3814            public void setWebsitePersistence(WebsitePersistence websitePersistence) {
3815                    this.websitePersistence = websitePersistence;
3816            }
3817    
3818            /**
3819             * Returns the workflow definition link local service.
3820             *
3821             * @return the workflow definition link local service
3822             */
3823            public com.liferay.portal.service.WorkflowDefinitionLinkLocalService getWorkflowDefinitionLinkLocalService() {
3824                    return workflowDefinitionLinkLocalService;
3825            }
3826    
3827            /**
3828             * Sets the workflow definition link local service.
3829             *
3830             * @param workflowDefinitionLinkLocalService the workflow definition link local service
3831             */
3832            public void setWorkflowDefinitionLinkLocalService(
3833                    com.liferay.portal.service.WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService) {
3834                    this.workflowDefinitionLinkLocalService = workflowDefinitionLinkLocalService;
3835            }
3836    
3837            /**
3838             * Returns the workflow definition link persistence.
3839             *
3840             * @return the workflow definition link persistence
3841             */
3842            public WorkflowDefinitionLinkPersistence getWorkflowDefinitionLinkPersistence() {
3843                    return workflowDefinitionLinkPersistence;
3844            }
3845    
3846            /**
3847             * Sets the workflow definition link persistence.
3848             *
3849             * @param workflowDefinitionLinkPersistence the workflow definition link persistence
3850             */
3851            public void setWorkflowDefinitionLinkPersistence(
3852                    WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence) {
3853                    this.workflowDefinitionLinkPersistence = workflowDefinitionLinkPersistence;
3854            }
3855    
3856            /**
3857             * Returns the workflow instance link local service.
3858             *
3859             * @return the workflow instance link local service
3860             */
3861            public com.liferay.portal.service.WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService() {
3862                    return workflowInstanceLinkLocalService;
3863            }
3864    
3865            /**
3866             * Sets the workflow instance link local service.
3867             *
3868             * @param workflowInstanceLinkLocalService the workflow instance link local service
3869             */
3870            public void setWorkflowInstanceLinkLocalService(
3871                    com.liferay.portal.service.WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService) {
3872                    this.workflowInstanceLinkLocalService = workflowInstanceLinkLocalService;
3873            }
3874    
3875            /**
3876             * Returns the workflow instance link persistence.
3877             *
3878             * @return the workflow instance link persistence
3879             */
3880            public WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence() {
3881                    return workflowInstanceLinkPersistence;
3882            }
3883    
3884            /**
3885             * Sets the workflow instance link persistence.
3886             *
3887             * @param workflowInstanceLinkPersistence the workflow instance link persistence
3888             */
3889            public void setWorkflowInstanceLinkPersistence(
3890                    WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence) {
3891                    this.workflowInstanceLinkPersistence = workflowInstanceLinkPersistence;
3892            }
3893    
3894            /**
3895             * Returns the counter local service.
3896             *
3897             * @return the counter local service
3898             */
3899            public com.liferay.counter.service.CounterLocalService getCounterLocalService() {
3900                    return counterLocalService;
3901            }
3902    
3903            /**
3904             * Sets the counter local service.
3905             *
3906             * @param counterLocalService the counter local service
3907             */
3908            public void setCounterLocalService(
3909                    com.liferay.counter.service.CounterLocalService counterLocalService) {
3910                    this.counterLocalService = counterLocalService;
3911            }
3912    
3913            /**
3914             * Returns the document library file entry local service.
3915             *
3916             * @return the document library file entry local service
3917             */
3918            public com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService getDLFileEntryLocalService() {
3919                    return dlFileEntryLocalService;
3920            }
3921    
3922            /**
3923             * Sets the document library file entry local service.
3924             *
3925             * @param dlFileEntryLocalService the document library file entry local service
3926             */
3927            public void setDLFileEntryLocalService(
3928                    com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService dlFileEntryLocalService) {
3929                    this.dlFileEntryLocalService = dlFileEntryLocalService;
3930            }
3931    
3932            /**
3933             * Returns the document library file entry remote service.
3934             *
3935             * @return the document library file entry remote service
3936             */
3937            public com.liferay.portlet.documentlibrary.service.DLFileEntryService getDLFileEntryService() {
3938                    return dlFileEntryService;
3939            }
3940    
3941            /**
3942             * Sets the document library file entry remote service.
3943             *
3944             * @param dlFileEntryService the document library file entry remote service
3945             */
3946            public void setDLFileEntryService(
3947                    com.liferay.portlet.documentlibrary.service.DLFileEntryService dlFileEntryService) {
3948                    this.dlFileEntryService = dlFileEntryService;
3949            }
3950    
3951            /**
3952             * Returns the document library file entry persistence.
3953             *
3954             * @return the document library file entry persistence
3955             */
3956            public DLFileEntryPersistence getDLFileEntryPersistence() {
3957                    return dlFileEntryPersistence;
3958            }
3959    
3960            /**
3961             * Sets the document library file entry persistence.
3962             *
3963             * @param dlFileEntryPersistence the document library file entry persistence
3964             */
3965            public void setDLFileEntryPersistence(
3966                    DLFileEntryPersistence dlFileEntryPersistence) {
3967                    this.dlFileEntryPersistence = dlFileEntryPersistence;
3968            }
3969    
3970            /**
3971             * Returns the document library file entry finder.
3972             *
3973             * @return the document library file entry finder
3974             */
3975            public DLFileEntryFinder getDLFileEntryFinder() {
3976                    return dlFileEntryFinder;
3977            }
3978    
3979            /**
3980             * Sets the document library file entry finder.
3981             *
3982             * @param dlFileEntryFinder the document library file entry finder
3983             */
3984            public void setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder) {
3985                    this.dlFileEntryFinder = dlFileEntryFinder;
3986            }
3987    
3988            public void afterPropertiesSet() {
3989                    persistedModelLocalServiceRegistry.register("com.liferay.portal.model.Image",
3990                            imageLocalService);
3991            }
3992    
3993            public void destroy() {
3994                    persistedModelLocalServiceRegistry.unregister(
3995                            "com.liferay.portal.model.Image");
3996            }
3997    
3998            /**
3999             * Returns the Spring bean ID for this bean.
4000             *
4001             * @return the Spring bean ID for this bean
4002             */
4003            @Override
4004            public String getBeanIdentifier() {
4005                    return _beanIdentifier;
4006            }
4007    
4008            /**
4009             * Sets the Spring bean ID for this bean.
4010             *
4011             * @param beanIdentifier the Spring bean ID for this bean
4012             */
4013            @Override
4014            public void setBeanIdentifier(String beanIdentifier) {
4015                    _beanIdentifier = beanIdentifier;
4016            }
4017    
4018            protected Class<?> getModelClass() {
4019                    return Image.class;
4020            }
4021    
4022            protected String getModelClassName() {
4023                    return Image.class.getName();
4024            }
4025    
4026            /**
4027             * Performs an SQL query.
4028             *
4029             * @param sql the sql query
4030             */
4031            protected void runSQL(String sql) throws SystemException {
4032                    try {
4033                            DataSource dataSource = imagePersistence.getDataSource();
4034    
4035                            SqlUpdate sqlUpdate = SqlUpdateFactoryUtil.getSqlUpdate(dataSource,
4036                                            sql, new int[0]);
4037    
4038                            sqlUpdate.update();
4039                    }
4040                    catch (Exception e) {
4041                            throw new SystemException(e);
4042                    }
4043            }
4044    
4045            @BeanReference(type = com.liferay.portal.service.AccountLocalService.class)
4046            protected com.liferay.portal.service.AccountLocalService accountLocalService;
4047            @BeanReference(type = com.liferay.portal.service.AccountService.class)
4048            protected com.liferay.portal.service.AccountService accountService;
4049            @BeanReference(type = AccountPersistence.class)
4050            protected AccountPersistence accountPersistence;
4051            @BeanReference(type = com.liferay.portal.service.AddressLocalService.class)
4052            protected com.liferay.portal.service.AddressLocalService addressLocalService;
4053            @BeanReference(type = com.liferay.portal.service.AddressService.class)
4054            protected com.liferay.portal.service.AddressService addressService;
4055            @BeanReference(type = AddressPersistence.class)
4056            protected AddressPersistence addressPersistence;
4057            @BeanReference(type = com.liferay.portal.service.BackgroundTaskLocalService.class)
4058            protected com.liferay.portal.service.BackgroundTaskLocalService backgroundTaskLocalService;
4059            @BeanReference(type = com.liferay.portal.service.BackgroundTaskService.class)
4060            protected com.liferay.portal.service.BackgroundTaskService backgroundTaskService;
4061            @BeanReference(type = BackgroundTaskPersistence.class)
4062            protected BackgroundTaskPersistence backgroundTaskPersistence;
4063            @BeanReference(type = com.liferay.portal.service.BrowserTrackerLocalService.class)
4064            protected com.liferay.portal.service.BrowserTrackerLocalService browserTrackerLocalService;
4065            @BeanReference(type = BrowserTrackerPersistence.class)
4066            protected BrowserTrackerPersistence browserTrackerPersistence;
4067            @BeanReference(type = com.liferay.portal.service.ClassNameLocalService.class)
4068            protected com.liferay.portal.service.ClassNameLocalService classNameLocalService;
4069            @BeanReference(type = com.liferay.portal.service.ClassNameService.class)
4070            protected com.liferay.portal.service.ClassNameService classNameService;
4071            @BeanReference(type = ClassNamePersistence.class)
4072            protected ClassNamePersistence classNamePersistence;
4073            @BeanReference(type = com.liferay.portal.service.ClusterGroupLocalService.class)
4074            protected com.liferay.portal.service.ClusterGroupLocalService clusterGroupLocalService;
4075            @BeanReference(type = ClusterGroupPersistence.class)
4076            protected ClusterGroupPersistence clusterGroupPersistence;
4077            @BeanReference(type = com.liferay.portal.service.CMISRepositoryLocalService.class)
4078            protected com.liferay.portal.service.CMISRepositoryLocalService cmisRepositoryLocalService;
4079            @BeanReference(type = com.liferay.portal.service.CompanyLocalService.class)
4080            protected com.liferay.portal.service.CompanyLocalService companyLocalService;
4081            @BeanReference(type = com.liferay.portal.service.CompanyService.class)
4082            protected com.liferay.portal.service.CompanyService companyService;
4083            @BeanReference(type = CompanyPersistence.class)
4084            protected CompanyPersistence companyPersistence;
4085            @BeanReference(type = com.liferay.portal.service.ContactLocalService.class)
4086            protected com.liferay.portal.service.ContactLocalService contactLocalService;
4087            @BeanReference(type = com.liferay.portal.service.ContactService.class)
4088            protected com.liferay.portal.service.ContactService contactService;
4089            @BeanReference(type = ContactPersistence.class)
4090            protected ContactPersistence contactPersistence;
4091            @BeanReference(type = com.liferay.portal.service.CountryService.class)
4092            protected com.liferay.portal.service.CountryService countryService;
4093            @BeanReference(type = CountryPersistence.class)
4094            protected CountryPersistence countryPersistence;
4095            @BeanReference(type = com.liferay.portal.service.EmailAddressLocalService.class)
4096            protected com.liferay.portal.service.EmailAddressLocalService emailAddressLocalService;
4097            @BeanReference(type = com.liferay.portal.service.EmailAddressService.class)
4098            protected com.liferay.portal.service.EmailAddressService emailAddressService;
4099            @BeanReference(type = EmailAddressPersistence.class)
4100            protected EmailAddressPersistence emailAddressPersistence;
4101            @BeanReference(type = com.liferay.portal.service.GroupLocalService.class)
4102            protected com.liferay.portal.service.GroupLocalService groupLocalService;
4103            @BeanReference(type = com.liferay.portal.service.GroupService.class)
4104            protected com.liferay.portal.service.GroupService groupService;
4105            @BeanReference(type = GroupPersistence.class)
4106            protected GroupPersistence groupPersistence;
4107            @BeanReference(type = GroupFinder.class)
4108            protected GroupFinder groupFinder;
4109            @BeanReference(type = com.liferay.portal.service.ImageLocalService.class)
4110            protected com.liferay.portal.service.ImageLocalService imageLocalService;
4111            @BeanReference(type = com.liferay.portal.service.ImageService.class)
4112            protected com.liferay.portal.service.ImageService imageService;
4113            @BeanReference(type = ImagePersistence.class)
4114            protected ImagePersistence imagePersistence;
4115            @BeanReference(type = com.liferay.portal.service.LayoutLocalService.class)
4116            protected com.liferay.portal.service.LayoutLocalService layoutLocalService;
4117            @BeanReference(type = com.liferay.portal.service.LayoutService.class)
4118            protected com.liferay.portal.service.LayoutService layoutService;
4119            @BeanReference(type = LayoutPersistence.class)
4120            protected LayoutPersistence layoutPersistence;
4121            @BeanReference(type = LayoutFinder.class)
4122            protected LayoutFinder layoutFinder;
4123            @BeanReference(type = com.liferay.portal.service.LayoutBranchLocalService.class)
4124            protected com.liferay.portal.service.LayoutBranchLocalService layoutBranchLocalService;
4125            @BeanReference(type = com.liferay.portal.service.LayoutBranchService.class)
4126            protected com.liferay.portal.service.LayoutBranchService layoutBranchService;
4127            @BeanReference(type = LayoutBranchPersistence.class)
4128            protected LayoutBranchPersistence layoutBranchPersistence;
4129            @BeanReference(type = com.liferay.portal.service.LayoutFriendlyURLLocalService.class)
4130            protected com.liferay.portal.service.LayoutFriendlyURLLocalService layoutFriendlyURLLocalService;
4131            @BeanReference(type = LayoutFriendlyURLPersistence.class)
4132            protected LayoutFriendlyURLPersistence layoutFriendlyURLPersistence;
4133            @BeanReference(type = com.liferay.portal.service.LayoutPrototypeLocalService.class)
4134            protected com.liferay.portal.service.LayoutPrototypeLocalService layoutPrototypeLocalService;
4135            @BeanReference(type = com.liferay.portal.service.LayoutPrototypeService.class)
4136            protected com.liferay.portal.service.LayoutPrototypeService layoutPrototypeService;
4137            @BeanReference(type = LayoutPrototypePersistence.class)
4138            protected LayoutPrototypePersistence layoutPrototypePersistence;
4139            @BeanReference(type = com.liferay.portal.service.LayoutRevisionLocalService.class)
4140            protected com.liferay.portal.service.LayoutRevisionLocalService layoutRevisionLocalService;
4141            @BeanReference(type = com.liferay.portal.service.LayoutRevisionService.class)
4142            protected com.liferay.portal.service.LayoutRevisionService layoutRevisionService;
4143            @BeanReference(type = LayoutRevisionPersistence.class)
4144            protected LayoutRevisionPersistence layoutRevisionPersistence;
4145            @BeanReference(type = com.liferay.portal.service.LayoutSetLocalService.class)
4146            protected com.liferay.portal.service.LayoutSetLocalService layoutSetLocalService;
4147            @BeanReference(type = com.liferay.portal.service.LayoutSetService.class)
4148            protected com.liferay.portal.service.LayoutSetService layoutSetService;
4149            @BeanReference(type = LayoutSetPersistence.class)
4150            protected LayoutSetPersistence layoutSetPersistence;
4151            @BeanReference(type = com.liferay.portal.service.LayoutSetBranchLocalService.class)
4152            protected com.liferay.portal.service.LayoutSetBranchLocalService layoutSetBranchLocalService;
4153            @BeanReference(type = com.liferay.portal.service.LayoutSetBranchService.class)
4154            protected com.liferay.portal.service.LayoutSetBranchService layoutSetBranchService;
4155            @BeanReference(type = LayoutSetBranchPersistence.class)
4156            protected LayoutSetBranchPersistence layoutSetBranchPersistence;
4157            @BeanReference(type = com.liferay.portal.service.LayoutSetPrototypeLocalService.class)
4158            protected com.liferay.portal.service.LayoutSetPrototypeLocalService layoutSetPrototypeLocalService;
4159            @BeanReference(type = com.liferay.portal.service.LayoutSetPrototypeService.class)
4160            protected com.liferay.portal.service.LayoutSetPrototypeService layoutSetPrototypeService;
4161            @BeanReference(type = LayoutSetPrototypePersistence.class)
4162            protected LayoutSetPrototypePersistence layoutSetPrototypePersistence;
4163            @BeanReference(type = com.liferay.portal.service.LayoutTemplateLocalService.class)
4164            protected com.liferay.portal.service.LayoutTemplateLocalService layoutTemplateLocalService;
4165            @BeanReference(type = com.liferay.portal.service.ListTypeService.class)
4166            protected com.liferay.portal.service.ListTypeService listTypeService;
4167            @BeanReference(type = ListTypePersistence.class)
4168            protected ListTypePersistence listTypePersistence;
4169            @BeanReference(type = com.liferay.portal.service.LockLocalService.class)
4170            protected com.liferay.portal.service.LockLocalService lockLocalService;
4171            @BeanReference(type = LockPersistence.class)
4172            protected LockPersistence lockPersistence;
4173            @BeanReference(type = LockFinder.class)
4174            protected LockFinder lockFinder;
4175            @BeanReference(type = com.liferay.portal.service.MembershipRequestLocalService.class)
4176            protected com.liferay.portal.service.MembershipRequestLocalService membershipRequestLocalService;
4177            @BeanReference(type = com.liferay.portal.service.MembershipRequestService.class)
4178            protected com.liferay.portal.service.MembershipRequestService membershipRequestService;
4179            @BeanReference(type = MembershipRequestPersistence.class)
4180            protected MembershipRequestPersistence membershipRequestPersistence;
4181            @BeanReference(type = com.liferay.portal.service.OrganizationLocalService.class)
4182            protected com.liferay.portal.service.OrganizationLocalService organizationLocalService;
4183            @BeanReference(type = com.liferay.portal.service.OrganizationService.class)
4184            protected com.liferay.portal.service.OrganizationService organizationService;
4185            @BeanReference(type = OrganizationPersistence.class)
4186            protected OrganizationPersistence organizationPersistence;
4187            @BeanReference(type = OrganizationFinder.class)
4188            protected OrganizationFinder organizationFinder;
4189            @BeanReference(type = OrgGroupRolePersistence.class)
4190            protected OrgGroupRolePersistence orgGroupRolePersistence;
4191            @BeanReference(type = com.liferay.portal.service.OrgLaborLocalService.class)
4192            protected com.liferay.portal.service.OrgLaborLocalService orgLaborLocalService;
4193            @BeanReference(type = com.liferay.portal.service.OrgLaborService.class)
4194            protected com.liferay.portal.service.OrgLaborService orgLaborService;
4195            @BeanReference(type = OrgLaborPersistence.class)
4196            protected OrgLaborPersistence orgLaborPersistence;
4197            @BeanReference(type = com.liferay.portal.service.PasswordPolicyLocalService.class)
4198            protected com.liferay.portal.service.PasswordPolicyLocalService passwordPolicyLocalService;
4199            @BeanReference(type = com.liferay.portal.service.PasswordPolicyService.class)
4200            protected com.liferay.portal.service.PasswordPolicyService passwordPolicyService;
4201            @BeanReference(type = PasswordPolicyPersistence.class)
4202            protected PasswordPolicyPersistence passwordPolicyPersistence;
4203            @BeanReference(type = PasswordPolicyFinder.class)
4204            protected PasswordPolicyFinder passwordPolicyFinder;
4205            @BeanReference(type = com.liferay.portal.service.PasswordPolicyRelLocalService.class)
4206            protected com.liferay.portal.service.PasswordPolicyRelLocalService passwordPolicyRelLocalService;
4207            @BeanReference(type = PasswordPolicyRelPersistence.class)
4208            protected PasswordPolicyRelPersistence passwordPolicyRelPersistence;
4209            @BeanReference(type = com.liferay.portal.service.PasswordTrackerLocalService.class)
4210            protected com.liferay.portal.service.PasswordTrackerLocalService passwordTrackerLocalService;
4211            @BeanReference(type = PasswordTrackerPersistence.class)
4212            protected PasswordTrackerPersistence passwordTrackerPersistence;
4213            @BeanReference(type = com.liferay.portal.service.PermissionService.class)
4214            protected com.liferay.portal.service.PermissionService permissionService;
4215            @BeanReference(type = com.liferay.portal.service.PhoneLocalService.class)
4216            protected com.liferay.portal.service.PhoneLocalService phoneLocalService;
4217            @BeanReference(type = com.liferay.portal.service.PhoneService.class)
4218            protected com.liferay.portal.service.PhoneService phoneService;
4219            @BeanReference(type = PhonePersistence.class)
4220            protected PhonePersistence phonePersistence;
4221            @BeanReference(type = com.liferay.portal.service.PluginSettingLocalService.class)
4222            protected com.liferay.portal.service.PluginSettingLocalService pluginSettingLocalService;
4223            @BeanReference(type = com.liferay.portal.service.PluginSettingService.class)
4224            protected com.liferay.portal.service.PluginSettingService pluginSettingService;
4225            @BeanReference(type = PluginSettingPersistence.class)
4226            protected PluginSettingPersistence pluginSettingPersistence;
4227            @BeanReference(type = com.liferay.portal.service.PortalLocalService.class)
4228            protected com.liferay.portal.service.PortalLocalService portalLocalService;
4229            @BeanReference(type = com.liferay.portal.service.PortalService.class)
4230            protected com.liferay.portal.service.PortalService portalService;
4231            @BeanReference(type = com.liferay.portal.service.PortalPreferencesLocalService.class)
4232            protected com.liferay.portal.service.PortalPreferencesLocalService portalPreferencesLocalService;
4233            @BeanReference(type = PortalPreferencesPersistence.class)
4234            protected PortalPreferencesPersistence portalPreferencesPersistence;
4235            @BeanReference(type = com.liferay.portal.service.PortletLocalService.class)
4236            protected com.liferay.portal.service.PortletLocalService portletLocalService;
4237            @BeanReference(type = com.liferay.portal.service.PortletService.class)
4238            protected com.liferay.portal.service.PortletService portletService;
4239            @BeanReference(type = PortletPersistence.class)
4240            protected PortletPersistence portletPersistence;
4241            @BeanReference(type = com.liferay.portal.service.PortletItemLocalService.class)
4242            protected com.liferay.portal.service.PortletItemLocalService portletItemLocalService;
4243            @BeanReference(type = PortletItemPersistence.class)
4244            protected PortletItemPersistence portletItemPersistence;
4245            @BeanReference(type = com.liferay.portal.service.PortletPreferencesLocalService.class)
4246            protected com.liferay.portal.service.PortletPreferencesLocalService portletPreferencesLocalService;
4247            @BeanReference(type = com.liferay.portal.service.PortletPreferencesService.class)
4248            protected com.liferay.portal.service.PortletPreferencesService portletPreferencesService;
4249            @BeanReference(type = PortletPreferencesPersistence.class)
4250            protected PortletPreferencesPersistence portletPreferencesPersistence;
4251            @BeanReference(type = PortletPreferencesFinder.class)
4252            protected PortletPreferencesFinder portletPreferencesFinder;
4253            @BeanReference(type = com.liferay.portal.service.QuartzLocalService.class)
4254            protected com.liferay.portal.service.QuartzLocalService quartzLocalService;
4255            @BeanReference(type = com.liferay.portal.service.RegionService.class)
4256            protected com.liferay.portal.service.RegionService regionService;
4257            @BeanReference(type = RegionPersistence.class)
4258            protected RegionPersistence regionPersistence;
4259            @BeanReference(type = com.liferay.portal.service.ReleaseLocalService.class)
4260            protected com.liferay.portal.service.ReleaseLocalService releaseLocalService;
4261            @BeanReference(type = ReleasePersistence.class)
4262            protected ReleasePersistence releasePersistence;
4263            @BeanReference(type = com.liferay.portal.service.RepositoryLocalService.class)
4264            protected com.liferay.portal.service.RepositoryLocalService repositoryLocalService;
4265            @BeanReference(type = com.liferay.portal.service.RepositoryService.class)
4266            protected com.liferay.portal.service.RepositoryService repositoryService;
4267            @BeanReference(type = RepositoryPersistence.class)
4268            protected RepositoryPersistence repositoryPersistence;
4269            @BeanReference(type = com.liferay.portal.service.RepositoryEntryLocalService.class)
4270            protected com.liferay.portal.service.RepositoryEntryLocalService repositoryEntryLocalService;
4271            @BeanReference(type = RepositoryEntryPersistence.class)
4272            protected RepositoryEntryPersistence repositoryEntryPersistence;
4273            @BeanReference(type = com.liferay.portal.service.ResourceLocalService.class)
4274            protected com.liferay.portal.service.ResourceLocalService resourceLocalService;
4275            @BeanReference(type = com.liferay.portal.service.ResourceActionLocalService.class)
4276            protected com.liferay.portal.service.ResourceActionLocalService resourceActionLocalService;
4277            @BeanReference(type = ResourceActionPersistence.class)
4278            protected ResourceActionPersistence resourceActionPersistence;
4279            @BeanReference(type = com.liferay.portal.service.ResourceBlockLocalService.class)
4280            protected com.liferay.portal.service.ResourceBlockLocalService resourceBlockLocalService;
4281            @BeanReference(type = com.liferay.portal.service.ResourceBlockService.class)
4282            protected com.liferay.portal.service.ResourceBlockService resourceBlockService;
4283            @BeanReference(type = ResourceBlockPersistence.class)
4284            protected ResourceBlockPersistence resourceBlockPersistence;
4285            @BeanReference(type = ResourceBlockFinder.class)
4286            protected ResourceBlockFinder resourceBlockFinder;
4287            @BeanReference(type = com.liferay.portal.service.ResourceBlockPermissionLocalService.class)
4288            protected com.liferay.portal.service.ResourceBlockPermissionLocalService resourceBlockPermissionLocalService;
4289            @BeanReference(type = ResourceBlockPermissionPersistence.class)
4290            protected ResourceBlockPermissionPersistence resourceBlockPermissionPersistence;
4291            @BeanReference(type = com.liferay.portal.service.ResourcePermissionLocalService.class)
4292            protected com.liferay.portal.service.ResourcePermissionLocalService resourcePermissionLocalService;
4293            @BeanReference(type = com.liferay.portal.service.ResourcePermissionService.class)
4294            protected com.liferay.portal.service.ResourcePermissionService resourcePermissionService;
4295            @BeanReference(type = ResourcePermissionPersistence.class)
4296            protected ResourcePermissionPersistence resourcePermissionPersistence;
4297            @BeanReference(type = ResourcePermissionFinder.class)
4298            protected ResourcePermissionFinder resourcePermissionFinder;
4299            @BeanReference(type = com.liferay.portal.service.ResourceTypePermissionLocalService.class)
4300            protected com.liferay.portal.service.ResourceTypePermissionLocalService resourceTypePermissionLocalService;
4301            @BeanReference(type = ResourceTypePermissionPersistence.class)
4302            protected ResourceTypePermissionPersistence resourceTypePermissionPersistence;
4303            @BeanReference(type = ResourceTypePermissionFinder.class)
4304            protected ResourceTypePermissionFinder resourceTypePermissionFinder;
4305            @BeanReference(type = com.liferay.portal.service.RoleLocalService.class)
4306            protected com.liferay.portal.service.RoleLocalService roleLocalService;
4307            @BeanReference(type = com.liferay.portal.service.RoleService.class)
4308            protected com.liferay.portal.service.RoleService roleService;
4309            @BeanReference(type = RolePersistence.class)
4310            protected RolePersistence rolePersistence;
4311            @BeanReference(type = RoleFinder.class)
4312            protected RoleFinder roleFinder;
4313            @BeanReference(type = com.liferay.portal.service.ServiceComponentLocalService.class)
4314            protected com.liferay.portal.service.ServiceComponentLocalService serviceComponentLocalService;
4315            @BeanReference(type = ServiceComponentPersistence.class)
4316            protected ServiceComponentPersistence serviceComponentPersistence;
4317            @BeanReference(type = com.liferay.portal.service.ShardLocalService.class)
4318            protected com.liferay.portal.service.ShardLocalService shardLocalService;
4319            @BeanReference(type = ShardPersistence.class)
4320            protected ShardPersistence shardPersistence;
4321            @BeanReference(type = com.liferay.portal.service.StagingLocalService.class)
4322            protected com.liferay.portal.service.StagingLocalService stagingLocalService;
4323            @BeanReference(type = com.liferay.portal.service.StagingService.class)
4324            protected com.liferay.portal.service.StagingService stagingService;
4325            @BeanReference(type = com.liferay.portal.service.SubscriptionLocalService.class)
4326            protected com.liferay.portal.service.SubscriptionLocalService subscriptionLocalService;
4327            @BeanReference(type = SubscriptionPersistence.class)
4328            protected SubscriptionPersistence subscriptionPersistence;
4329            @BeanReference(type = com.liferay.portal.service.SystemEventLocalService.class)
4330            protected com.liferay.portal.service.SystemEventLocalService systemEventLocalService;
4331            @BeanReference(type = SystemEventPersistence.class)
4332            protected SystemEventPersistence systemEventPersistence;
4333            @BeanReference(type = com.liferay.portal.service.TeamLocalService.class)
4334            protected com.liferay.portal.service.TeamLocalService teamLocalService;
4335            @BeanReference(type = com.liferay.portal.service.TeamService.class)
4336            protected com.liferay.portal.service.TeamService teamService;
4337            @BeanReference(type = TeamPersistence.class)
4338            protected TeamPersistence teamPersistence;
4339            @BeanReference(type = TeamFinder.class)
4340            protected TeamFinder teamFinder;
4341            @BeanReference(type = com.liferay.portal.service.ThemeLocalService.class)
4342            protected com.liferay.portal.service.ThemeLocalService themeLocalService;
4343            @BeanReference(type = com.liferay.portal.service.ThemeService.class)
4344            protected com.liferay.portal.service.ThemeService themeService;
4345            @BeanReference(type = com.liferay.portal.service.TicketLocalService.class)
4346            protected com.liferay.portal.service.TicketLocalService ticketLocalService;
4347            @BeanReference(type = TicketPersistence.class)
4348            protected TicketPersistence ticketPersistence;
4349            @BeanReference(type = com.liferay.portal.service.UserLocalService.class)
4350            protected com.liferay.portal.service.UserLocalService userLocalService;
4351            @BeanReference(type = com.liferay.portal.service.UserService.class)
4352            protected com.liferay.portal.service.UserService userService;
4353            @BeanReference(type = UserPersistence.class)
4354            protected UserPersistence userPersistence;
4355            @BeanReference(type = UserFinder.class)
4356            protected UserFinder userFinder;
4357            @BeanReference(type = com.liferay.portal.service.UserGroupLocalService.class)
4358            protected com.liferay.portal.service.UserGroupLocalService userGroupLocalService;
4359            @BeanReference(type = com.liferay.portal.service.UserGroupService.class)
4360            protected com.liferay.portal.service.UserGroupService userGroupService;
4361            @BeanReference(type = UserGroupPersistence.class)
4362            protected UserGroupPersistence userGroupPersistence;
4363            @BeanReference(type = UserGroupFinder.class)
4364            protected UserGroupFinder userGroupFinder;
4365            @BeanReference(type = com.liferay.portal.service.UserGroupGroupRoleLocalService.class)
4366            protected com.liferay.portal.service.UserGroupGroupRoleLocalService userGroupGroupRoleLocalService;
4367            @BeanReference(type = com.liferay.portal.service.UserGroupGroupRoleService.class)
4368            protected com.liferay.portal.service.UserGroupGroupRoleService userGroupGroupRoleService;
4369            @BeanReference(type = UserGroupGroupRolePersistence.class)
4370            protected UserGroupGroupRolePersistence userGroupGroupRolePersistence;
4371            @BeanReference(type = com.liferay.portal.service.UserGroupRoleLocalService.class)
4372            protected com.liferay.portal.service.UserGroupRoleLocalService userGroupRoleLocalService;
4373            @BeanReference(type = com.liferay.portal.service.UserGroupRoleService.class)
4374            protected com.liferay.portal.service.UserGroupRoleService userGroupRoleService;
4375            @BeanReference(type = UserGroupRolePersistence.class)
4376            protected UserGroupRolePersistence userGroupRolePersistence;
4377            @BeanReference(type = UserGroupRoleFinder.class)
4378            protected UserGroupRoleFinder userGroupRoleFinder;
4379            @BeanReference(type = com.liferay.portal.service.UserIdMapperLocalService.class)
4380            protected com.liferay.portal.service.UserIdMapperLocalService userIdMapperLocalService;
4381            @BeanReference(type = UserIdMapperPersistence.class)
4382            protected UserIdMapperPersistence userIdMapperPersistence;
4383            @BeanReference(type = com.liferay.portal.service.UserNotificationDeliveryLocalService.class)
4384            protected com.liferay.portal.service.UserNotificationDeliveryLocalService userNotificationDeliveryLocalService;
4385            @BeanReference(type = UserNotificationDeliveryPersistence.class)
4386            protected UserNotificationDeliveryPersistence userNotificationDeliveryPersistence;
4387            @BeanReference(type = com.liferay.portal.service.UserNotificationEventLocalService.class)
4388            protected com.liferay.portal.service.UserNotificationEventLocalService userNotificationEventLocalService;
4389            @BeanReference(type = UserNotificationEventPersistence.class)
4390            protected UserNotificationEventPersistence userNotificationEventPersistence;
4391            @BeanReference(type = com.liferay.portal.service.UserTrackerLocalService.class)
4392            protected com.liferay.portal.service.UserTrackerLocalService userTrackerLocalService;
4393            @BeanReference(type = UserTrackerPersistence.class)
4394            protected UserTrackerPersistence userTrackerPersistence;
4395            @BeanReference(type = com.liferay.portal.service.UserTrackerPathLocalService.class)
4396            protected com.liferay.portal.service.UserTrackerPathLocalService userTrackerPathLocalService;
4397            @BeanReference(type = UserTrackerPathPersistence.class)
4398            protected UserTrackerPathPersistence userTrackerPathPersistence;
4399            @BeanReference(type = com.liferay.portal.service.VirtualHostLocalService.class)
4400            protected com.liferay.portal.service.VirtualHostLocalService virtualHostLocalService;
4401            @BeanReference(type = VirtualHostPersistence.class)
4402            protected VirtualHostPersistence virtualHostPersistence;
4403            @BeanReference(type = com.liferay.portal.service.WebDAVPropsLocalService.class)
4404            protected com.liferay.portal.service.WebDAVPropsLocalService webDAVPropsLocalService;
4405            @BeanReference(type = WebDAVPropsPersistence.class)
4406            protected WebDAVPropsPersistence webDAVPropsPersistence;
4407            @BeanReference(type = com.liferay.portal.service.WebsiteLocalService.class)
4408            protected com.liferay.portal.service.WebsiteLocalService websiteLocalService;
4409            @BeanReference(type = com.liferay.portal.service.WebsiteService.class)
4410            protected com.liferay.portal.service.WebsiteService websiteService;
4411            @BeanReference(type = WebsitePersistence.class)
4412            protected WebsitePersistence websitePersistence;
4413            @BeanReference(type = com.liferay.portal.service.WorkflowDefinitionLinkLocalService.class)
4414            protected com.liferay.portal.service.WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService;
4415            @BeanReference(type = WorkflowDefinitionLinkPersistence.class)
4416            protected WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence;
4417            @BeanReference(type = com.liferay.portal.service.WorkflowInstanceLinkLocalService.class)
4418            protected com.liferay.portal.service.WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService;
4419            @BeanReference(type = WorkflowInstanceLinkPersistence.class)
4420            protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence;
4421            @BeanReference(type = com.liferay.counter.service.CounterLocalService.class)
4422            protected com.liferay.counter.service.CounterLocalService counterLocalService;
4423            @BeanReference(type = com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService.class)
4424            protected com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService dlFileEntryLocalService;
4425            @BeanReference(type = com.liferay.portlet.documentlibrary.service.DLFileEntryService.class)
4426            protected com.liferay.portlet.documentlibrary.service.DLFileEntryService dlFileEntryService;
4427            @BeanReference(type = DLFileEntryPersistence.class)
4428            protected DLFileEntryPersistence dlFileEntryPersistence;
4429            @BeanReference(type = DLFileEntryFinder.class)
4430            protected DLFileEntryFinder dlFileEntryFinder;
4431            @BeanReference(type = PersistedModelLocalServiceRegistry.class)
4432            protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry;
4433            private String _beanIdentifier;
4434    }