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