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