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