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