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