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