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