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