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