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