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