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