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