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.Group;
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.asset.service.AssetEntryLocalService;
214    import com.liferay.portlet.asset.service.AssetEntryService;
215    import com.liferay.portlet.asset.service.AssetVocabularyLocalService;
216    import com.liferay.portlet.asset.service.AssetVocabularyService;
217    import com.liferay.portlet.asset.service.persistence.AssetEntryFinder;
218    import com.liferay.portlet.asset.service.persistence.AssetEntryPersistence;
219    import com.liferay.portlet.asset.service.persistence.AssetVocabularyFinder;
220    import com.liferay.portlet.asset.service.persistence.AssetVocabularyPersistence;
221    import com.liferay.portlet.blogs.service.BlogsEntryLocalService;
222    import com.liferay.portlet.blogs.service.BlogsEntryService;
223    import com.liferay.portlet.blogs.service.BlogsStatsUserLocalService;
224    import com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder;
225    import com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence;
226    import com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder;
227    import com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence;
228    import com.liferay.portlet.bookmarks.service.BookmarksFolderLocalService;
229    import com.liferay.portlet.bookmarks.service.BookmarksFolderService;
230    import com.liferay.portlet.bookmarks.service.persistence.BookmarksFolderFinder;
231    import com.liferay.portlet.bookmarks.service.persistence.BookmarksFolderPersistence;
232    import com.liferay.portlet.calendar.service.CalEventLocalService;
233    import com.liferay.portlet.calendar.service.CalEventService;
234    import com.liferay.portlet.calendar.service.persistence.CalEventFinder;
235    import com.liferay.portlet.calendar.service.persistence.CalEventPersistence;
236    import com.liferay.portlet.documentlibrary.service.DLAppLocalService;
237    import com.liferay.portlet.documentlibrary.service.DLAppService;
238    import com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService;
239    import com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService;
240    import com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder;
241    import com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence;
242    import com.liferay.portlet.journal.service.JournalArticleLocalService;
243    import com.liferay.portlet.journal.service.JournalArticleService;
244    import com.liferay.portlet.journal.service.JournalStructureLocalService;
245    import com.liferay.portlet.journal.service.JournalStructureService;
246    import com.liferay.portlet.journal.service.JournalTemplateLocalService;
247    import com.liferay.portlet.journal.service.JournalTemplateService;
248    import com.liferay.portlet.journal.service.persistence.JournalArticleFinder;
249    import com.liferay.portlet.journal.service.persistence.JournalArticlePersistence;
250    import com.liferay.portlet.journal.service.persistence.JournalStructureFinder;
251    import com.liferay.portlet.journal.service.persistence.JournalStructurePersistence;
252    import com.liferay.portlet.journal.service.persistence.JournalTemplateFinder;
253    import com.liferay.portlet.journal.service.persistence.JournalTemplatePersistence;
254    import com.liferay.portlet.messageboards.service.MBBanLocalService;
255    import com.liferay.portlet.messageboards.service.MBBanService;
256    import com.liferay.portlet.messageboards.service.MBCategoryLocalService;
257    import com.liferay.portlet.messageboards.service.MBCategoryService;
258    import com.liferay.portlet.messageboards.service.MBStatsUserLocalService;
259    import com.liferay.portlet.messageboards.service.MBThreadLocalService;
260    import com.liferay.portlet.messageboards.service.MBThreadService;
261    import com.liferay.portlet.messageboards.service.persistence.MBBanPersistence;
262    import com.liferay.portlet.messageboards.service.persistence.MBCategoryFinder;
263    import com.liferay.portlet.messageboards.service.persistence.MBCategoryPersistence;
264    import com.liferay.portlet.messageboards.service.persistence.MBStatsUserPersistence;
265    import com.liferay.portlet.messageboards.service.persistence.MBThreadFinder;
266    import com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence;
267    import com.liferay.portlet.polls.service.PollsQuestionLocalService;
268    import com.liferay.portlet.polls.service.PollsQuestionService;
269    import com.liferay.portlet.polls.service.persistence.PollsQuestionPersistence;
270    import com.liferay.portlet.shopping.service.ShoppingCartLocalService;
271    import com.liferay.portlet.shopping.service.ShoppingCategoryLocalService;
272    import com.liferay.portlet.shopping.service.ShoppingCategoryService;
273    import com.liferay.portlet.shopping.service.ShoppingCouponLocalService;
274    import com.liferay.portlet.shopping.service.ShoppingCouponService;
275    import com.liferay.portlet.shopping.service.ShoppingOrderLocalService;
276    import com.liferay.portlet.shopping.service.ShoppingOrderService;
277    import com.liferay.portlet.shopping.service.persistence.ShoppingCartPersistence;
278    import com.liferay.portlet.shopping.service.persistence.ShoppingCategoryPersistence;
279    import com.liferay.portlet.shopping.service.persistence.ShoppingCouponFinder;
280    import com.liferay.portlet.shopping.service.persistence.ShoppingCouponPersistence;
281    import com.liferay.portlet.shopping.service.persistence.ShoppingOrderFinder;
282    import com.liferay.portlet.shopping.service.persistence.ShoppingOrderPersistence;
283    import com.liferay.portlet.social.service.SocialActivitySettingLocalService;
284    import com.liferay.portlet.social.service.SocialActivitySettingService;
285    import com.liferay.portlet.social.service.persistence.SocialActivitySettingPersistence;
286    import com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService;
287    import com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService;
288    import com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService;
289    import com.liferay.portlet.softwarecatalog.service.SCProductEntryService;
290    import com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistence;
291    import com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence;
292    import com.liferay.portlet.wiki.service.WikiNodeLocalService;
293    import com.liferay.portlet.wiki.service.WikiNodeService;
294    import com.liferay.portlet.wiki.service.persistence.WikiNodePersistence;
295    
296    import java.io.Serializable;
297    
298    import java.util.List;
299    
300    import javax.sql.DataSource;
301    
302    /**
303     * The base implementation of the group local service.
304     *
305     * <p>
306     * 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.GroupLocalServiceImpl}.
307     * </p>
308     *
309     * @author Brian Wing Shun Chan
310     * @see com.liferay.portal.service.impl.GroupLocalServiceImpl
311     * @see com.liferay.portal.service.GroupLocalServiceUtil
312     * @generated
313     */
314    public abstract class GroupLocalServiceBaseImpl extends BaseLocalServiceImpl
315            implements GroupLocalService, IdentifiableBean {
316            /*
317             * NOTE FOR DEVELOPERS:
318             *
319             * Never modify or reference this class directly. Always use {@link com.liferay.portal.service.GroupLocalServiceUtil} to access the group local service.
320             */
321    
322            /**
323             * Adds the group to the database. Also notifies the appropriate model listeners.
324             *
325             * @param group the group
326             * @return the group that was added
327             * @throws SystemException if a system exception occurred
328             */
329            @Indexable(type = IndexableType.REINDEX)
330            public Group addGroup(Group group) throws SystemException {
331                    group.setNew(true);
332    
333                    return groupPersistence.update(group);
334            }
335    
336            /**
337             * Creates a new group with the primary key. Does not add the group to the database.
338             *
339             * @param groupId the primary key for the new group
340             * @return the new group
341             */
342            public Group createGroup(long groupId) {
343                    return groupPersistence.create(groupId);
344            }
345    
346            /**
347             * Deletes the group with the primary key from the database. Also notifies the appropriate model listeners.
348             *
349             * @param groupId the primary key of the group
350             * @return the group that was removed
351             * @throws PortalException if a group with the primary key could not be found
352             * @throws SystemException if a system exception occurred
353             */
354            @Indexable(type = IndexableType.DELETE)
355            public Group deleteGroup(long groupId)
356                    throws PortalException, SystemException {
357                    return groupPersistence.remove(groupId);
358            }
359    
360            /**
361             * Deletes the group from the database. Also notifies the appropriate model listeners.
362             *
363             * @param group the group
364             * @return the group that was removed
365             * @throws PortalException
366             * @throws SystemException if a system exception occurred
367             */
368            @Indexable(type = IndexableType.DELETE)
369            public Group deleteGroup(Group group)
370                    throws PortalException, SystemException {
371                    return groupPersistence.remove(group);
372            }
373    
374            public DynamicQuery dynamicQuery() {
375                    Class<?> clazz = getClass();
376    
377                    return DynamicQueryFactoryUtil.forClass(Group.class,
378                            clazz.getClassLoader());
379            }
380    
381            /**
382             * Performs a dynamic query on the database and returns the matching rows.
383             *
384             * @param dynamicQuery the dynamic query
385             * @return the matching rows
386             * @throws SystemException if a system exception occurred
387             */
388            @SuppressWarnings("rawtypes")
389            public List dynamicQuery(DynamicQuery dynamicQuery)
390                    throws SystemException {
391                    return groupPersistence.findWithDynamicQuery(dynamicQuery);
392            }
393    
394            /**
395             * Performs a dynamic query on the database and returns a range of the matching rows.
396             *
397             * <p>
398             * 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.GroupModelImpl}. 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.
399             * </p>
400             *
401             * @param dynamicQuery the dynamic query
402             * @param start the lower bound of the range of model instances
403             * @param end the upper bound of the range of model instances (not inclusive)
404             * @return the range of matching rows
405             * @throws SystemException if a system exception occurred
406             */
407            @SuppressWarnings("rawtypes")
408            public List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
409                    throws SystemException {
410                    return groupPersistence.findWithDynamicQuery(dynamicQuery, start, end);
411            }
412    
413            /**
414             * Performs a dynamic query on the database and returns an ordered range of the matching rows.
415             *
416             * <p>
417             * Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. 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.GroupModelImpl}. 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.
418             * </p>
419             *
420             * @param dynamicQuery the dynamic query
421             * @param start the lower bound of the range of model instances
422             * @param end the upper bound of the range of model instances (not inclusive)
423             * @param orderByComparator the comparator to order the results by (optionally <code>null</code>)
424             * @return the ordered range of matching rows
425             * @throws SystemException if a system exception occurred
426             */
427            @SuppressWarnings("rawtypes")
428            public List dynamicQuery(DynamicQuery dynamicQuery, int start, int end,
429                    OrderByComparator orderByComparator) throws SystemException {
430                    return groupPersistence.findWithDynamicQuery(dynamicQuery, start, end,
431                            orderByComparator);
432            }
433    
434            /**
435             * Returns the number of rows that match the dynamic query.
436             *
437             * @param dynamicQuery the dynamic query
438             * @return the number of rows that match the dynamic query
439             * @throws SystemException if a system exception occurred
440             */
441            public long dynamicQueryCount(DynamicQuery dynamicQuery)
442                    throws SystemException {
443                    return groupPersistence.countWithDynamicQuery(dynamicQuery);
444            }
445    
446            public Group fetchGroup(long groupId) throws SystemException {
447                    return groupPersistence.fetchByPrimaryKey(groupId);
448            }
449    
450            /**
451             * Returns the group with the primary key.
452             *
453             * @param groupId the primary key of the group
454             * @return the group
455             * @throws PortalException if a group with the primary key could not be found
456             * @throws SystemException if a system exception occurred
457             */
458            public Group getGroup(long groupId) throws PortalException, SystemException {
459                    return groupPersistence.findByPrimaryKey(groupId);
460            }
461    
462            public PersistedModel getPersistedModel(Serializable primaryKeyObj)
463                    throws PortalException, SystemException {
464                    return groupPersistence.findByPrimaryKey(primaryKeyObj);
465            }
466    
467            /**
468             * Returns a range of all the groups.
469             *
470             * <p>
471             * 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.GroupModelImpl}. 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.
472             * </p>
473             *
474             * @param start the lower bound of the range of groups
475             * @param end the upper bound of the range of groups (not inclusive)
476             * @return the range of groups
477             * @throws SystemException if a system exception occurred
478             */
479            public List<Group> getGroups(int start, int end) throws SystemException {
480                    return groupPersistence.findAll(start, end);
481            }
482    
483            /**
484             * Returns the number of groups.
485             *
486             * @return the number of groups
487             * @throws SystemException if a system exception occurred
488             */
489            public int getGroupsCount() throws SystemException {
490                    return groupPersistence.countAll();
491            }
492    
493            /**
494             * Updates the group in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.
495             *
496             * @param group the group
497             * @return the group that was updated
498             * @throws SystemException if a system exception occurred
499             */
500            @Indexable(type = IndexableType.REINDEX)
501            public Group updateGroup(Group group) throws SystemException {
502                    return groupPersistence.update(group);
503            }
504    
505            /**
506             * Returns the account local service.
507             *
508             * @return the account local service
509             */
510            public AccountLocalService getAccountLocalService() {
511                    return accountLocalService;
512            }
513    
514            /**
515             * Sets the account local service.
516             *
517             * @param accountLocalService the account local service
518             */
519            public void setAccountLocalService(AccountLocalService accountLocalService) {
520                    this.accountLocalService = accountLocalService;
521            }
522    
523            /**
524             * Returns the account remote service.
525             *
526             * @return the account remote service
527             */
528            public AccountService getAccountService() {
529                    return accountService;
530            }
531    
532            /**
533             * Sets the account remote service.
534             *
535             * @param accountService the account remote service
536             */
537            public void setAccountService(AccountService accountService) {
538                    this.accountService = accountService;
539            }
540    
541            /**
542             * Returns the account persistence.
543             *
544             * @return the account persistence
545             */
546            public AccountPersistence getAccountPersistence() {
547                    return accountPersistence;
548            }
549    
550            /**
551             * Sets the account persistence.
552             *
553             * @param accountPersistence the account persistence
554             */
555            public void setAccountPersistence(AccountPersistence accountPersistence) {
556                    this.accountPersistence = accountPersistence;
557            }
558    
559            /**
560             * Returns the address local service.
561             *
562             * @return the address local service
563             */
564            public AddressLocalService getAddressLocalService() {
565                    return addressLocalService;
566            }
567    
568            /**
569             * Sets the address local service.
570             *
571             * @param addressLocalService the address local service
572             */
573            public void setAddressLocalService(AddressLocalService addressLocalService) {
574                    this.addressLocalService = addressLocalService;
575            }
576    
577            /**
578             * Returns the address remote service.
579             *
580             * @return the address remote service
581             */
582            public AddressService getAddressService() {
583                    return addressService;
584            }
585    
586            /**
587             * Sets the address remote service.
588             *
589             * @param addressService the address remote service
590             */
591            public void setAddressService(AddressService addressService) {
592                    this.addressService = addressService;
593            }
594    
595            /**
596             * Returns the address persistence.
597             *
598             * @return the address persistence
599             */
600            public AddressPersistence getAddressPersistence() {
601                    return addressPersistence;
602            }
603    
604            /**
605             * Sets the address persistence.
606             *
607             * @param addressPersistence the address persistence
608             */
609            public void setAddressPersistence(AddressPersistence addressPersistence) {
610                    this.addressPersistence = addressPersistence;
611            }
612    
613            /**
614             * Returns the browser tracker local service.
615             *
616             * @return the browser tracker local service
617             */
618            public BrowserTrackerLocalService getBrowserTrackerLocalService() {
619                    return browserTrackerLocalService;
620            }
621    
622            /**
623             * Sets the browser tracker local service.
624             *
625             * @param browserTrackerLocalService the browser tracker local service
626             */
627            public void setBrowserTrackerLocalService(
628                    BrowserTrackerLocalService browserTrackerLocalService) {
629                    this.browserTrackerLocalService = browserTrackerLocalService;
630            }
631    
632            /**
633             * Returns the browser tracker persistence.
634             *
635             * @return the browser tracker persistence
636             */
637            public BrowserTrackerPersistence getBrowserTrackerPersistence() {
638                    return browserTrackerPersistence;
639            }
640    
641            /**
642             * Sets the browser tracker persistence.
643             *
644             * @param browserTrackerPersistence the browser tracker persistence
645             */
646            public void setBrowserTrackerPersistence(
647                    BrowserTrackerPersistence browserTrackerPersistence) {
648                    this.browserTrackerPersistence = browserTrackerPersistence;
649            }
650    
651            /**
652             * Returns the class name local service.
653             *
654             * @return the class name local service
655             */
656            public ClassNameLocalService getClassNameLocalService() {
657                    return classNameLocalService;
658            }
659    
660            /**
661             * Sets the class name local service.
662             *
663             * @param classNameLocalService the class name local service
664             */
665            public void setClassNameLocalService(
666                    ClassNameLocalService classNameLocalService) {
667                    this.classNameLocalService = classNameLocalService;
668            }
669    
670            /**
671             * Returns the class name remote service.
672             *
673             * @return the class name remote service
674             */
675            public ClassNameService getClassNameService() {
676                    return classNameService;
677            }
678    
679            /**
680             * Sets the class name remote service.
681             *
682             * @param classNameService the class name remote service
683             */
684            public void setClassNameService(ClassNameService classNameService) {
685                    this.classNameService = classNameService;
686            }
687    
688            /**
689             * Returns the class name persistence.
690             *
691             * @return the class name persistence
692             */
693            public ClassNamePersistence getClassNamePersistence() {
694                    return classNamePersistence;
695            }
696    
697            /**
698             * Sets the class name persistence.
699             *
700             * @param classNamePersistence the class name persistence
701             */
702            public void setClassNamePersistence(
703                    ClassNamePersistence classNamePersistence) {
704                    this.classNamePersistence = classNamePersistence;
705            }
706    
707            /**
708             * Returns the cluster group local service.
709             *
710             * @return the cluster group local service
711             */
712            public ClusterGroupLocalService getClusterGroupLocalService() {
713                    return clusterGroupLocalService;
714            }
715    
716            /**
717             * Sets the cluster group local service.
718             *
719             * @param clusterGroupLocalService the cluster group local service
720             */
721            public void setClusterGroupLocalService(
722                    ClusterGroupLocalService clusterGroupLocalService) {
723                    this.clusterGroupLocalService = clusterGroupLocalService;
724            }
725    
726            /**
727             * Returns the cluster group persistence.
728             *
729             * @return the cluster group persistence
730             */
731            public ClusterGroupPersistence getClusterGroupPersistence() {
732                    return clusterGroupPersistence;
733            }
734    
735            /**
736             * Sets the cluster group persistence.
737             *
738             * @param clusterGroupPersistence the cluster group persistence
739             */
740            public void setClusterGroupPersistence(
741                    ClusterGroupPersistence clusterGroupPersistence) {
742                    this.clusterGroupPersistence = clusterGroupPersistence;
743            }
744    
745            /**
746             * Returns the c m i s repository local service.
747             *
748             * @return the c m i s repository local service
749             */
750            public CMISRepositoryLocalService getCMISRepositoryLocalService() {
751                    return cmisRepositoryLocalService;
752            }
753    
754            /**
755             * Sets the c m i s repository local service.
756             *
757             * @param cmisRepositoryLocalService the c m i s repository local service
758             */
759            public void setCMISRepositoryLocalService(
760                    CMISRepositoryLocalService cmisRepositoryLocalService) {
761                    this.cmisRepositoryLocalService = cmisRepositoryLocalService;
762            }
763    
764            /**
765             * Returns the company local service.
766             *
767             * @return the company local service
768             */
769            public CompanyLocalService getCompanyLocalService() {
770                    return companyLocalService;
771            }
772    
773            /**
774             * Sets the company local service.
775             *
776             * @param companyLocalService the company local service
777             */
778            public void setCompanyLocalService(CompanyLocalService companyLocalService) {
779                    this.companyLocalService = companyLocalService;
780            }
781    
782            /**
783             * Returns the company remote service.
784             *
785             * @return the company remote service
786             */
787            public CompanyService getCompanyService() {
788                    return companyService;
789            }
790    
791            /**
792             * Sets the company remote service.
793             *
794             * @param companyService the company remote service
795             */
796            public void setCompanyService(CompanyService companyService) {
797                    this.companyService = companyService;
798            }
799    
800            /**
801             * Returns the company persistence.
802             *
803             * @return the company persistence
804             */
805            public CompanyPersistence getCompanyPersistence() {
806                    return companyPersistence;
807            }
808    
809            /**
810             * Sets the company persistence.
811             *
812             * @param companyPersistence the company persistence
813             */
814            public void setCompanyPersistence(CompanyPersistence companyPersistence) {
815                    this.companyPersistence = companyPersistence;
816            }
817    
818            /**
819             * Returns the contact local service.
820             *
821             * @return the contact local service
822             */
823            public ContactLocalService getContactLocalService() {
824                    return contactLocalService;
825            }
826    
827            /**
828             * Sets the contact local service.
829             *
830             * @param contactLocalService the contact local service
831             */
832            public void setContactLocalService(ContactLocalService contactLocalService) {
833                    this.contactLocalService = contactLocalService;
834            }
835    
836            /**
837             * Returns the contact remote service.
838             *
839             * @return the contact remote service
840             */
841            public ContactService getContactService() {
842                    return contactService;
843            }
844    
845            /**
846             * Sets the contact remote service.
847             *
848             * @param contactService the contact remote service
849             */
850            public void setContactService(ContactService contactService) {
851                    this.contactService = contactService;
852            }
853    
854            /**
855             * Returns the contact persistence.
856             *
857             * @return the contact persistence
858             */
859            public ContactPersistence getContactPersistence() {
860                    return contactPersistence;
861            }
862    
863            /**
864             * Sets the contact persistence.
865             *
866             * @param contactPersistence the contact persistence
867             */
868            public void setContactPersistence(ContactPersistence contactPersistence) {
869                    this.contactPersistence = contactPersistence;
870            }
871    
872            /**
873             * Returns the country remote service.
874             *
875             * @return the country remote service
876             */
877            public CountryService getCountryService() {
878                    return countryService;
879            }
880    
881            /**
882             * Sets the country remote service.
883             *
884             * @param countryService the country remote service
885             */
886            public void setCountryService(CountryService countryService) {
887                    this.countryService = countryService;
888            }
889    
890            /**
891             * Returns the country persistence.
892             *
893             * @return the country persistence
894             */
895            public CountryPersistence getCountryPersistence() {
896                    return countryPersistence;
897            }
898    
899            /**
900             * Sets the country persistence.
901             *
902             * @param countryPersistence the country persistence
903             */
904            public void setCountryPersistence(CountryPersistence countryPersistence) {
905                    this.countryPersistence = countryPersistence;
906            }
907    
908            /**
909             * Returns the email address local service.
910             *
911             * @return the email address local service
912             */
913            public EmailAddressLocalService getEmailAddressLocalService() {
914                    return emailAddressLocalService;
915            }
916    
917            /**
918             * Sets the email address local service.
919             *
920             * @param emailAddressLocalService the email address local service
921             */
922            public void setEmailAddressLocalService(
923                    EmailAddressLocalService emailAddressLocalService) {
924                    this.emailAddressLocalService = emailAddressLocalService;
925            }
926    
927            /**
928             * Returns the email address remote service.
929             *
930             * @return the email address remote service
931             */
932            public EmailAddressService getEmailAddressService() {
933                    return emailAddressService;
934            }
935    
936            /**
937             * Sets the email address remote service.
938             *
939             * @param emailAddressService the email address remote service
940             */
941            public void setEmailAddressService(EmailAddressService emailAddressService) {
942                    this.emailAddressService = emailAddressService;
943            }
944    
945            /**
946             * Returns the email address persistence.
947             *
948             * @return the email address persistence
949             */
950            public EmailAddressPersistence getEmailAddressPersistence() {
951                    return emailAddressPersistence;
952            }
953    
954            /**
955             * Sets the email address persistence.
956             *
957             * @param emailAddressPersistence the email address persistence
958             */
959            public void setEmailAddressPersistence(
960                    EmailAddressPersistence emailAddressPersistence) {
961                    this.emailAddressPersistence = emailAddressPersistence;
962            }
963    
964            /**
965             * Returns the group local service.
966             *
967             * @return the group local service
968             */
969            public GroupLocalService getGroupLocalService() {
970                    return groupLocalService;
971            }
972    
973            /**
974             * Sets the group local service.
975             *
976             * @param groupLocalService the group local service
977             */
978            public void setGroupLocalService(GroupLocalService groupLocalService) {
979                    this.groupLocalService = groupLocalService;
980            }
981    
982            /**
983             * Returns the group remote service.
984             *
985             * @return the group remote service
986             */
987            public GroupService getGroupService() {
988                    return groupService;
989            }
990    
991            /**
992             * Sets the group remote service.
993             *
994             * @param groupService the group remote service
995             */
996            public void setGroupService(GroupService groupService) {
997                    this.groupService = groupService;
998            }
999    
1000            /**
1001             * Returns the group persistence.
1002             *
1003             * @return the group persistence
1004             */
1005            public GroupPersistence getGroupPersistence() {
1006                    return groupPersistence;
1007            }
1008    
1009            /**
1010             * Sets the group persistence.
1011             *
1012             * @param groupPersistence the group persistence
1013             */
1014            public void setGroupPersistence(GroupPersistence groupPersistence) {
1015                    this.groupPersistence = groupPersistence;
1016            }
1017    
1018            /**
1019             * Returns the group finder.
1020             *
1021             * @return the group finder
1022             */
1023            public GroupFinder getGroupFinder() {
1024                    return groupFinder;
1025            }
1026    
1027            /**
1028             * Sets the group finder.
1029             *
1030             * @param groupFinder the group finder
1031             */
1032            public void setGroupFinder(GroupFinder groupFinder) {
1033                    this.groupFinder = groupFinder;
1034            }
1035    
1036            /**
1037             * Returns the image local service.
1038             *
1039             * @return the image local service
1040             */
1041            public ImageLocalService getImageLocalService() {
1042                    return imageLocalService;
1043            }
1044    
1045            /**
1046             * Sets the image local service.
1047             *
1048             * @param imageLocalService the image local service
1049             */
1050            public void setImageLocalService(ImageLocalService imageLocalService) {
1051                    this.imageLocalService = imageLocalService;
1052            }
1053    
1054            /**
1055             * Returns the image remote service.
1056             *
1057             * @return the image remote service
1058             */
1059            public ImageService getImageService() {
1060                    return imageService;
1061            }
1062    
1063            /**
1064             * Sets the image remote service.
1065             *
1066             * @param imageService the image remote service
1067             */
1068            public void setImageService(ImageService imageService) {
1069                    this.imageService = imageService;
1070            }
1071    
1072            /**
1073             * Returns the image persistence.
1074             *
1075             * @return the image persistence
1076             */
1077            public ImagePersistence getImagePersistence() {
1078                    return imagePersistence;
1079            }
1080    
1081            /**
1082             * Sets the image persistence.
1083             *
1084             * @param imagePersistence the image persistence
1085             */
1086            public void setImagePersistence(ImagePersistence imagePersistence) {
1087                    this.imagePersistence = imagePersistence;
1088            }
1089    
1090            /**
1091             * Returns the layout local service.
1092             *
1093             * @return the layout local service
1094             */
1095            public LayoutLocalService getLayoutLocalService() {
1096                    return layoutLocalService;
1097            }
1098    
1099            /**
1100             * Sets the layout local service.
1101             *
1102             * @param layoutLocalService the layout local service
1103             */
1104            public void setLayoutLocalService(LayoutLocalService layoutLocalService) {
1105                    this.layoutLocalService = layoutLocalService;
1106            }
1107    
1108            /**
1109             * Returns the layout remote service.
1110             *
1111             * @return the layout remote service
1112             */
1113            public LayoutService getLayoutService() {
1114                    return layoutService;
1115            }
1116    
1117            /**
1118             * Sets the layout remote service.
1119             *
1120             * @param layoutService the layout remote service
1121             */
1122            public void setLayoutService(LayoutService layoutService) {
1123                    this.layoutService = layoutService;
1124            }
1125    
1126            /**
1127             * Returns the layout persistence.
1128             *
1129             * @return the layout persistence
1130             */
1131            public LayoutPersistence getLayoutPersistence() {
1132                    return layoutPersistence;
1133            }
1134    
1135            /**
1136             * Sets the layout persistence.
1137             *
1138             * @param layoutPersistence the layout persistence
1139             */
1140            public void setLayoutPersistence(LayoutPersistence layoutPersistence) {
1141                    this.layoutPersistence = layoutPersistence;
1142            }
1143    
1144            /**
1145             * Returns the layout finder.
1146             *
1147             * @return the layout finder
1148             */
1149            public LayoutFinder getLayoutFinder() {
1150                    return layoutFinder;
1151            }
1152    
1153            /**
1154             * Sets the layout finder.
1155             *
1156             * @param layoutFinder the layout finder
1157             */
1158            public void setLayoutFinder(LayoutFinder layoutFinder) {
1159                    this.layoutFinder = layoutFinder;
1160            }
1161    
1162            /**
1163             * Returns the layout branch local service.
1164             *
1165             * @return the layout branch local service
1166             */
1167            public LayoutBranchLocalService getLayoutBranchLocalService() {
1168                    return layoutBranchLocalService;
1169            }
1170    
1171            /**
1172             * Sets the layout branch local service.
1173             *
1174             * @param layoutBranchLocalService the layout branch local service
1175             */
1176            public void setLayoutBranchLocalService(
1177                    LayoutBranchLocalService layoutBranchLocalService) {
1178                    this.layoutBranchLocalService = layoutBranchLocalService;
1179            }
1180    
1181            /**
1182             * Returns the layout branch remote service.
1183             *
1184             * @return the layout branch remote service
1185             */
1186            public LayoutBranchService getLayoutBranchService() {
1187                    return layoutBranchService;
1188            }
1189    
1190            /**
1191             * Sets the layout branch remote service.
1192             *
1193             * @param layoutBranchService the layout branch remote service
1194             */
1195            public void setLayoutBranchService(LayoutBranchService layoutBranchService) {
1196                    this.layoutBranchService = layoutBranchService;
1197            }
1198    
1199            /**
1200             * Returns the layout branch persistence.
1201             *
1202             * @return the layout branch persistence
1203             */
1204            public LayoutBranchPersistence getLayoutBranchPersistence() {
1205                    return layoutBranchPersistence;
1206            }
1207    
1208            /**
1209             * Sets the layout branch persistence.
1210             *
1211             * @param layoutBranchPersistence the layout branch persistence
1212             */
1213            public void setLayoutBranchPersistence(
1214                    LayoutBranchPersistence layoutBranchPersistence) {
1215                    this.layoutBranchPersistence = layoutBranchPersistence;
1216            }
1217    
1218            /**
1219             * Returns the layout prototype local service.
1220             *
1221             * @return the layout prototype local service
1222             */
1223            public LayoutPrototypeLocalService getLayoutPrototypeLocalService() {
1224                    return layoutPrototypeLocalService;
1225            }
1226    
1227            /**
1228             * Sets the layout prototype local service.
1229             *
1230             * @param layoutPrototypeLocalService the layout prototype local service
1231             */
1232            public void setLayoutPrototypeLocalService(
1233                    LayoutPrototypeLocalService layoutPrototypeLocalService) {
1234                    this.layoutPrototypeLocalService = layoutPrototypeLocalService;
1235            }
1236    
1237            /**
1238             * Returns the layout prototype remote service.
1239             *
1240             * @return the layout prototype remote service
1241             */
1242            public LayoutPrototypeService getLayoutPrototypeService() {
1243                    return layoutPrototypeService;
1244            }
1245    
1246            /**
1247             * Sets the layout prototype remote service.
1248             *
1249             * @param layoutPrototypeService the layout prototype remote service
1250             */
1251            public void setLayoutPrototypeService(
1252                    LayoutPrototypeService layoutPrototypeService) {
1253                    this.layoutPrototypeService = layoutPrototypeService;
1254            }
1255    
1256            /**
1257             * Returns the layout prototype persistence.
1258             *
1259             * @return the layout prototype persistence
1260             */
1261            public LayoutPrototypePersistence getLayoutPrototypePersistence() {
1262                    return layoutPrototypePersistence;
1263            }
1264    
1265            /**
1266             * Sets the layout prototype persistence.
1267             *
1268             * @param layoutPrototypePersistence the layout prototype persistence
1269             */
1270            public void setLayoutPrototypePersistence(
1271                    LayoutPrototypePersistence layoutPrototypePersistence) {
1272                    this.layoutPrototypePersistence = layoutPrototypePersistence;
1273            }
1274    
1275            /**
1276             * Returns the layout revision local service.
1277             *
1278             * @return the layout revision local service
1279             */
1280            public LayoutRevisionLocalService getLayoutRevisionLocalService() {
1281                    return layoutRevisionLocalService;
1282            }
1283    
1284            /**
1285             * Sets the layout revision local service.
1286             *
1287             * @param layoutRevisionLocalService the layout revision local service
1288             */
1289            public void setLayoutRevisionLocalService(
1290                    LayoutRevisionLocalService layoutRevisionLocalService) {
1291                    this.layoutRevisionLocalService = layoutRevisionLocalService;
1292            }
1293    
1294            /**
1295             * Returns the layout revision remote service.
1296             *
1297             * @return the layout revision remote service
1298             */
1299            public LayoutRevisionService getLayoutRevisionService() {
1300                    return layoutRevisionService;
1301            }
1302    
1303            /**
1304             * Sets the layout revision remote service.
1305             *
1306             * @param layoutRevisionService the layout revision remote service
1307             */
1308            public void setLayoutRevisionService(
1309                    LayoutRevisionService layoutRevisionService) {
1310                    this.layoutRevisionService = layoutRevisionService;
1311            }
1312    
1313            /**
1314             * Returns the layout revision persistence.
1315             *
1316             * @return the layout revision persistence
1317             */
1318            public LayoutRevisionPersistence getLayoutRevisionPersistence() {
1319                    return layoutRevisionPersistence;
1320            }
1321    
1322            /**
1323             * Sets the layout revision persistence.
1324             *
1325             * @param layoutRevisionPersistence the layout revision persistence
1326             */
1327            public void setLayoutRevisionPersistence(
1328                    LayoutRevisionPersistence layoutRevisionPersistence) {
1329                    this.layoutRevisionPersistence = layoutRevisionPersistence;
1330            }
1331    
1332            /**
1333             * Returns the layout set local service.
1334             *
1335             * @return the layout set local service
1336             */
1337            public LayoutSetLocalService getLayoutSetLocalService() {
1338                    return layoutSetLocalService;
1339            }
1340    
1341            /**
1342             * Sets the layout set local service.
1343             *
1344             * @param layoutSetLocalService the layout set local service
1345             */
1346            public void setLayoutSetLocalService(
1347                    LayoutSetLocalService layoutSetLocalService) {
1348                    this.layoutSetLocalService = layoutSetLocalService;
1349            }
1350    
1351            /**
1352             * Returns the layout set remote service.
1353             *
1354             * @return the layout set remote service
1355             */
1356            public LayoutSetService getLayoutSetService() {
1357                    return layoutSetService;
1358            }
1359    
1360            /**
1361             * Sets the layout set remote service.
1362             *
1363             * @param layoutSetService the layout set remote service
1364             */
1365            public void setLayoutSetService(LayoutSetService layoutSetService) {
1366                    this.layoutSetService = layoutSetService;
1367            }
1368    
1369            /**
1370             * Returns the layout set persistence.
1371             *
1372             * @return the layout set persistence
1373             */
1374            public LayoutSetPersistence getLayoutSetPersistence() {
1375                    return layoutSetPersistence;
1376            }
1377    
1378            /**
1379             * Sets the layout set persistence.
1380             *
1381             * @param layoutSetPersistence the layout set persistence
1382             */
1383            public void setLayoutSetPersistence(
1384                    LayoutSetPersistence layoutSetPersistence) {
1385                    this.layoutSetPersistence = layoutSetPersistence;
1386            }
1387    
1388            /**
1389             * Returns the layout set branch local service.
1390             *
1391             * @return the layout set branch local service
1392             */
1393            public LayoutSetBranchLocalService getLayoutSetBranchLocalService() {
1394                    return layoutSetBranchLocalService;
1395            }
1396    
1397            /**
1398             * Sets the layout set branch local service.
1399             *
1400             * @param layoutSetBranchLocalService the layout set branch local service
1401             */
1402            public void setLayoutSetBranchLocalService(
1403                    LayoutSetBranchLocalService layoutSetBranchLocalService) {
1404                    this.layoutSetBranchLocalService = layoutSetBranchLocalService;
1405            }
1406    
1407            /**
1408             * Returns the layout set branch remote service.
1409             *
1410             * @return the layout set branch remote service
1411             */
1412            public LayoutSetBranchService getLayoutSetBranchService() {
1413                    return layoutSetBranchService;
1414            }
1415    
1416            /**
1417             * Sets the layout set branch remote service.
1418             *
1419             * @param layoutSetBranchService the layout set branch remote service
1420             */
1421            public void setLayoutSetBranchService(
1422                    LayoutSetBranchService layoutSetBranchService) {
1423                    this.layoutSetBranchService = layoutSetBranchService;
1424            }
1425    
1426            /**
1427             * Returns the layout set branch persistence.
1428             *
1429             * @return the layout set branch persistence
1430             */
1431            public LayoutSetBranchPersistence getLayoutSetBranchPersistence() {
1432                    return layoutSetBranchPersistence;
1433            }
1434    
1435            /**
1436             * Sets the layout set branch persistence.
1437             *
1438             * @param layoutSetBranchPersistence the layout set branch persistence
1439             */
1440            public void setLayoutSetBranchPersistence(
1441                    LayoutSetBranchPersistence layoutSetBranchPersistence) {
1442                    this.layoutSetBranchPersistence = layoutSetBranchPersistence;
1443            }
1444    
1445            /**
1446             * Returns the layout set branch finder.
1447             *
1448             * @return the layout set branch finder
1449             */
1450            public LayoutSetBranchFinder getLayoutSetBranchFinder() {
1451                    return layoutSetBranchFinder;
1452            }
1453    
1454            /**
1455             * Sets the layout set branch finder.
1456             *
1457             * @param layoutSetBranchFinder the layout set branch finder
1458             */
1459            public void setLayoutSetBranchFinder(
1460                    LayoutSetBranchFinder layoutSetBranchFinder) {
1461                    this.layoutSetBranchFinder = layoutSetBranchFinder;
1462            }
1463    
1464            /**
1465             * Returns the layout set prototype local service.
1466             *
1467             * @return the layout set prototype local service
1468             */
1469            public LayoutSetPrototypeLocalService getLayoutSetPrototypeLocalService() {
1470                    return layoutSetPrototypeLocalService;
1471            }
1472    
1473            /**
1474             * Sets the layout set prototype local service.
1475             *
1476             * @param layoutSetPrototypeLocalService the layout set prototype local service
1477             */
1478            public void setLayoutSetPrototypeLocalService(
1479                    LayoutSetPrototypeLocalService layoutSetPrototypeLocalService) {
1480                    this.layoutSetPrototypeLocalService = layoutSetPrototypeLocalService;
1481            }
1482    
1483            /**
1484             * Returns the layout set prototype remote service.
1485             *
1486             * @return the layout set prototype remote service
1487             */
1488            public LayoutSetPrototypeService getLayoutSetPrototypeService() {
1489                    return layoutSetPrototypeService;
1490            }
1491    
1492            /**
1493             * Sets the layout set prototype remote service.
1494             *
1495             * @param layoutSetPrototypeService the layout set prototype remote service
1496             */
1497            public void setLayoutSetPrototypeService(
1498                    LayoutSetPrototypeService layoutSetPrototypeService) {
1499                    this.layoutSetPrototypeService = layoutSetPrototypeService;
1500            }
1501    
1502            /**
1503             * Returns the layout set prototype persistence.
1504             *
1505             * @return the layout set prototype persistence
1506             */
1507            public LayoutSetPrototypePersistence getLayoutSetPrototypePersistence() {
1508                    return layoutSetPrototypePersistence;
1509            }
1510    
1511            /**
1512             * Sets the layout set prototype persistence.
1513             *
1514             * @param layoutSetPrototypePersistence the layout set prototype persistence
1515             */
1516            public void setLayoutSetPrototypePersistence(
1517                    LayoutSetPrototypePersistence layoutSetPrototypePersistence) {
1518                    this.layoutSetPrototypePersistence = layoutSetPrototypePersistence;
1519            }
1520    
1521            /**
1522             * Returns the layout template local service.
1523             *
1524             * @return the layout template local service
1525             */
1526            public LayoutTemplateLocalService getLayoutTemplateLocalService() {
1527                    return layoutTemplateLocalService;
1528            }
1529    
1530            /**
1531             * Sets the layout template local service.
1532             *
1533             * @param layoutTemplateLocalService the layout template local service
1534             */
1535            public void setLayoutTemplateLocalService(
1536                    LayoutTemplateLocalService layoutTemplateLocalService) {
1537                    this.layoutTemplateLocalService = layoutTemplateLocalService;
1538            }
1539    
1540            /**
1541             * Returns the list type remote service.
1542             *
1543             * @return the list type remote service
1544             */
1545            public ListTypeService getListTypeService() {
1546                    return listTypeService;
1547            }
1548    
1549            /**
1550             * Sets the list type remote service.
1551             *
1552             * @param listTypeService the list type remote service
1553             */
1554            public void setListTypeService(ListTypeService listTypeService) {
1555                    this.listTypeService = listTypeService;
1556            }
1557    
1558            /**
1559             * Returns the list type persistence.
1560             *
1561             * @return the list type persistence
1562             */
1563            public ListTypePersistence getListTypePersistence() {
1564                    return listTypePersistence;
1565            }
1566    
1567            /**
1568             * Sets the list type persistence.
1569             *
1570             * @param listTypePersistence the list type persistence
1571             */
1572            public void setListTypePersistence(ListTypePersistence listTypePersistence) {
1573                    this.listTypePersistence = listTypePersistence;
1574            }
1575    
1576            /**
1577             * Returns the lock local service.
1578             *
1579             * @return the lock local service
1580             */
1581            public LockLocalService getLockLocalService() {
1582                    return lockLocalService;
1583            }
1584    
1585            /**
1586             * Sets the lock local service.
1587             *
1588             * @param lockLocalService the lock local service
1589             */
1590            public void setLockLocalService(LockLocalService lockLocalService) {
1591                    this.lockLocalService = lockLocalService;
1592            }
1593    
1594            /**
1595             * Returns the lock persistence.
1596             *
1597             * @return the lock persistence
1598             */
1599            public LockPersistence getLockPersistence() {
1600                    return lockPersistence;
1601            }
1602    
1603            /**
1604             * Sets the lock persistence.
1605             *
1606             * @param lockPersistence the lock persistence
1607             */
1608            public void setLockPersistence(LockPersistence lockPersistence) {
1609                    this.lockPersistence = lockPersistence;
1610            }
1611    
1612            /**
1613             * Returns the lock finder.
1614             *
1615             * @return the lock finder
1616             */
1617            public LockFinder getLockFinder() {
1618                    return lockFinder;
1619            }
1620    
1621            /**
1622             * Sets the lock finder.
1623             *
1624             * @param lockFinder the lock finder
1625             */
1626            public void setLockFinder(LockFinder lockFinder) {
1627                    this.lockFinder = lockFinder;
1628            }
1629    
1630            /**
1631             * Returns the membership request local service.
1632             *
1633             * @return the membership request local service
1634             */
1635            public MembershipRequestLocalService getMembershipRequestLocalService() {
1636                    return membershipRequestLocalService;
1637            }
1638    
1639            /**
1640             * Sets the membership request local service.
1641             *
1642             * @param membershipRequestLocalService the membership request local service
1643             */
1644            public void setMembershipRequestLocalService(
1645                    MembershipRequestLocalService membershipRequestLocalService) {
1646                    this.membershipRequestLocalService = membershipRequestLocalService;
1647            }
1648    
1649            /**
1650             * Returns the membership request remote service.
1651             *
1652             * @return the membership request remote service
1653             */
1654            public MembershipRequestService getMembershipRequestService() {
1655                    return membershipRequestService;
1656            }
1657    
1658            /**
1659             * Sets the membership request remote service.
1660             *
1661             * @param membershipRequestService the membership request remote service
1662             */
1663            public void setMembershipRequestService(
1664                    MembershipRequestService membershipRequestService) {
1665                    this.membershipRequestService = membershipRequestService;
1666            }
1667    
1668            /**
1669             * Returns the membership request persistence.
1670             *
1671             * @return the membership request persistence
1672             */
1673            public MembershipRequestPersistence getMembershipRequestPersistence() {
1674                    return membershipRequestPersistence;
1675            }
1676    
1677            /**
1678             * Sets the membership request persistence.
1679             *
1680             * @param membershipRequestPersistence the membership request persistence
1681             */
1682            public void setMembershipRequestPersistence(
1683                    MembershipRequestPersistence membershipRequestPersistence) {
1684                    this.membershipRequestPersistence = membershipRequestPersistence;
1685            }
1686    
1687            /**
1688             * Returns the organization local service.
1689             *
1690             * @return the organization local service
1691             */
1692            public OrganizationLocalService getOrganizationLocalService() {
1693                    return organizationLocalService;
1694            }
1695    
1696            /**
1697             * Sets the organization local service.
1698             *
1699             * @param organizationLocalService the organization local service
1700             */
1701            public void setOrganizationLocalService(
1702                    OrganizationLocalService organizationLocalService) {
1703                    this.organizationLocalService = organizationLocalService;
1704            }
1705    
1706            /**
1707             * Returns the organization remote service.
1708             *
1709             * @return the organization remote service
1710             */
1711            public OrganizationService getOrganizationService() {
1712                    return organizationService;
1713            }
1714    
1715            /**
1716             * Sets the organization remote service.
1717             *
1718             * @param organizationService the organization remote service
1719             */
1720            public void setOrganizationService(OrganizationService organizationService) {
1721                    this.organizationService = organizationService;
1722            }
1723    
1724            /**
1725             * Returns the organization persistence.
1726             *
1727             * @return the organization persistence
1728             */
1729            public OrganizationPersistence getOrganizationPersistence() {
1730                    return organizationPersistence;
1731            }
1732    
1733            /**
1734             * Sets the organization persistence.
1735             *
1736             * @param organizationPersistence the organization persistence
1737             */
1738            public void setOrganizationPersistence(
1739                    OrganizationPersistence organizationPersistence) {
1740                    this.organizationPersistence = organizationPersistence;
1741            }
1742    
1743            /**
1744             * Returns the organization finder.
1745             *
1746             * @return the organization finder
1747             */
1748            public OrganizationFinder getOrganizationFinder() {
1749                    return organizationFinder;
1750            }
1751    
1752            /**
1753             * Sets the organization finder.
1754             *
1755             * @param organizationFinder the organization finder
1756             */
1757            public void setOrganizationFinder(OrganizationFinder organizationFinder) {
1758                    this.organizationFinder = organizationFinder;
1759            }
1760    
1761            /**
1762             * Returns the org group role persistence.
1763             *
1764             * @return the org group role persistence
1765             */
1766            public OrgGroupRolePersistence getOrgGroupRolePersistence() {
1767                    return orgGroupRolePersistence;
1768            }
1769    
1770            /**
1771             * Sets the org group role persistence.
1772             *
1773             * @param orgGroupRolePersistence the org group role persistence
1774             */
1775            public void setOrgGroupRolePersistence(
1776                    OrgGroupRolePersistence orgGroupRolePersistence) {
1777                    this.orgGroupRolePersistence = orgGroupRolePersistence;
1778            }
1779    
1780            /**
1781             * Returns the org labor local service.
1782             *
1783             * @return the org labor local service
1784             */
1785            public OrgLaborLocalService getOrgLaborLocalService() {
1786                    return orgLaborLocalService;
1787            }
1788    
1789            /**
1790             * Sets the org labor local service.
1791             *
1792             * @param orgLaborLocalService the org labor local service
1793             */
1794            public void setOrgLaborLocalService(
1795                    OrgLaborLocalService orgLaborLocalService) {
1796                    this.orgLaborLocalService = orgLaborLocalService;
1797            }
1798    
1799            /**
1800             * Returns the org labor remote service.
1801             *
1802             * @return the org labor remote service
1803             */
1804            public OrgLaborService getOrgLaborService() {
1805                    return orgLaborService;
1806            }
1807    
1808            /**
1809             * Sets the org labor remote service.
1810             *
1811             * @param orgLaborService the org labor remote service
1812             */
1813            public void setOrgLaborService(OrgLaborService orgLaborService) {
1814                    this.orgLaborService = orgLaborService;
1815            }
1816    
1817            /**
1818             * Returns the org labor persistence.
1819             *
1820             * @return the org labor persistence
1821             */
1822            public OrgLaborPersistence getOrgLaborPersistence() {
1823                    return orgLaborPersistence;
1824            }
1825    
1826            /**
1827             * Sets the org labor persistence.
1828             *
1829             * @param orgLaborPersistence the org labor persistence
1830             */
1831            public void setOrgLaborPersistence(OrgLaborPersistence orgLaborPersistence) {
1832                    this.orgLaborPersistence = orgLaborPersistence;
1833            }
1834    
1835            /**
1836             * Returns the password policy local service.
1837             *
1838             * @return the password policy local service
1839             */
1840            public PasswordPolicyLocalService getPasswordPolicyLocalService() {
1841                    return passwordPolicyLocalService;
1842            }
1843    
1844            /**
1845             * Sets the password policy local service.
1846             *
1847             * @param passwordPolicyLocalService the password policy local service
1848             */
1849            public void setPasswordPolicyLocalService(
1850                    PasswordPolicyLocalService passwordPolicyLocalService) {
1851                    this.passwordPolicyLocalService = passwordPolicyLocalService;
1852            }
1853    
1854            /**
1855             * Returns the password policy remote service.
1856             *
1857             * @return the password policy remote service
1858             */
1859            public PasswordPolicyService getPasswordPolicyService() {
1860                    return passwordPolicyService;
1861            }
1862    
1863            /**
1864             * Sets the password policy remote service.
1865             *
1866             * @param passwordPolicyService the password policy remote service
1867             */
1868            public void setPasswordPolicyService(
1869                    PasswordPolicyService passwordPolicyService) {
1870                    this.passwordPolicyService = passwordPolicyService;
1871            }
1872    
1873            /**
1874             * Returns the password policy persistence.
1875             *
1876             * @return the password policy persistence
1877             */
1878            public PasswordPolicyPersistence getPasswordPolicyPersistence() {
1879                    return passwordPolicyPersistence;
1880            }
1881    
1882            /**
1883             * Sets the password policy persistence.
1884             *
1885             * @param passwordPolicyPersistence the password policy persistence
1886             */
1887            public void setPasswordPolicyPersistence(
1888                    PasswordPolicyPersistence passwordPolicyPersistence) {
1889                    this.passwordPolicyPersistence = passwordPolicyPersistence;
1890            }
1891    
1892            /**
1893             * Returns the password policy finder.
1894             *
1895             * @return the password policy finder
1896             */
1897            public PasswordPolicyFinder getPasswordPolicyFinder() {
1898                    return passwordPolicyFinder;
1899            }
1900    
1901            /**
1902             * Sets the password policy finder.
1903             *
1904             * @param passwordPolicyFinder the password policy finder
1905             */
1906            public void setPasswordPolicyFinder(
1907                    PasswordPolicyFinder passwordPolicyFinder) {
1908                    this.passwordPolicyFinder = passwordPolicyFinder;
1909            }
1910    
1911            /**
1912             * Returns the password policy rel local service.
1913             *
1914             * @return the password policy rel local service
1915             */
1916            public PasswordPolicyRelLocalService getPasswordPolicyRelLocalService() {
1917                    return passwordPolicyRelLocalService;
1918            }
1919    
1920            /**
1921             * Sets the password policy rel local service.
1922             *
1923             * @param passwordPolicyRelLocalService the password policy rel local service
1924             */
1925            public void setPasswordPolicyRelLocalService(
1926                    PasswordPolicyRelLocalService passwordPolicyRelLocalService) {
1927                    this.passwordPolicyRelLocalService = passwordPolicyRelLocalService;
1928            }
1929    
1930            /**
1931             * Returns the password policy rel persistence.
1932             *
1933             * @return the password policy rel persistence
1934             */
1935            public PasswordPolicyRelPersistence getPasswordPolicyRelPersistence() {
1936                    return passwordPolicyRelPersistence;
1937            }
1938    
1939            /**
1940             * Sets the password policy rel persistence.
1941             *
1942             * @param passwordPolicyRelPersistence the password policy rel persistence
1943             */
1944            public void setPasswordPolicyRelPersistence(
1945                    PasswordPolicyRelPersistence passwordPolicyRelPersistence) {
1946                    this.passwordPolicyRelPersistence = passwordPolicyRelPersistence;
1947            }
1948    
1949            /**
1950             * Returns the password tracker local service.
1951             *
1952             * @return the password tracker local service
1953             */
1954            public PasswordTrackerLocalService getPasswordTrackerLocalService() {
1955                    return passwordTrackerLocalService;
1956            }
1957    
1958            /**
1959             * Sets the password tracker local service.
1960             *
1961             * @param passwordTrackerLocalService the password tracker local service
1962             */
1963            public void setPasswordTrackerLocalService(
1964                    PasswordTrackerLocalService passwordTrackerLocalService) {
1965                    this.passwordTrackerLocalService = passwordTrackerLocalService;
1966            }
1967    
1968            /**
1969             * Returns the password tracker persistence.
1970             *
1971             * @return the password tracker persistence
1972             */
1973            public PasswordTrackerPersistence getPasswordTrackerPersistence() {
1974                    return passwordTrackerPersistence;
1975            }
1976    
1977            /**
1978             * Sets the password tracker persistence.
1979             *
1980             * @param passwordTrackerPersistence the password tracker persistence
1981             */
1982            public void setPasswordTrackerPersistence(
1983                    PasswordTrackerPersistence passwordTrackerPersistence) {
1984                    this.passwordTrackerPersistence = passwordTrackerPersistence;
1985            }
1986    
1987            /**
1988             * Returns the permission remote service.
1989             *
1990             * @return the permission remote service
1991             */
1992            public PermissionService getPermissionService() {
1993                    return permissionService;
1994            }
1995    
1996            /**
1997             * Sets the permission remote service.
1998             *
1999             * @param permissionService the permission remote service
2000             */
2001            public void setPermissionService(PermissionService permissionService) {
2002                    this.permissionService = permissionService;
2003            }
2004    
2005            /**
2006             * Returns the phone local service.
2007             *
2008             * @return the phone local service
2009             */
2010            public PhoneLocalService getPhoneLocalService() {
2011                    return phoneLocalService;
2012            }
2013    
2014            /**
2015             * Sets the phone local service.
2016             *
2017             * @param phoneLocalService the phone local service
2018             */
2019            public void setPhoneLocalService(PhoneLocalService phoneLocalService) {
2020                    this.phoneLocalService = phoneLocalService;
2021            }
2022    
2023            /**
2024             * Returns the phone remote service.
2025             *
2026             * @return the phone remote service
2027             */
2028            public PhoneService getPhoneService() {
2029                    return phoneService;
2030            }
2031    
2032            /**
2033             * Sets the phone remote service.
2034             *
2035             * @param phoneService the phone remote service
2036             */
2037            public void setPhoneService(PhoneService phoneService) {
2038                    this.phoneService = phoneService;
2039            }
2040    
2041            /**
2042             * Returns the phone persistence.
2043             *
2044             * @return the phone persistence
2045             */
2046            public PhonePersistence getPhonePersistence() {
2047                    return phonePersistence;
2048            }
2049    
2050            /**
2051             * Sets the phone persistence.
2052             *
2053             * @param phonePersistence the phone persistence
2054             */
2055            public void setPhonePersistence(PhonePersistence phonePersistence) {
2056                    this.phonePersistence = phonePersistence;
2057            }
2058    
2059            /**
2060             * Returns the plugin setting local service.
2061             *
2062             * @return the plugin setting local service
2063             */
2064            public PluginSettingLocalService getPluginSettingLocalService() {
2065                    return pluginSettingLocalService;
2066            }
2067    
2068            /**
2069             * Sets the plugin setting local service.
2070             *
2071             * @param pluginSettingLocalService the plugin setting local service
2072             */
2073            public void setPluginSettingLocalService(
2074                    PluginSettingLocalService pluginSettingLocalService) {
2075                    this.pluginSettingLocalService = pluginSettingLocalService;
2076            }
2077    
2078            /**
2079             * Returns the plugin setting remote service.
2080             *
2081             * @return the plugin setting remote service
2082             */
2083            public PluginSettingService getPluginSettingService() {
2084                    return pluginSettingService;
2085            }
2086    
2087            /**
2088             * Sets the plugin setting remote service.
2089             *
2090             * @param pluginSettingService the plugin setting remote service
2091             */
2092            public void setPluginSettingService(
2093                    PluginSettingService pluginSettingService) {
2094                    this.pluginSettingService = pluginSettingService;
2095            }
2096    
2097            /**
2098             * Returns the plugin setting persistence.
2099             *
2100             * @return the plugin setting persistence
2101             */
2102            public PluginSettingPersistence getPluginSettingPersistence() {
2103                    return pluginSettingPersistence;
2104            }
2105    
2106            /**
2107             * Sets the plugin setting persistence.
2108             *
2109             * @param pluginSettingPersistence the plugin setting persistence
2110             */
2111            public void setPluginSettingPersistence(
2112                    PluginSettingPersistence pluginSettingPersistence) {
2113                    this.pluginSettingPersistence = pluginSettingPersistence;
2114            }
2115    
2116            /**
2117             * Returns the portal local service.
2118             *
2119             * @return the portal local service
2120             */
2121            public PortalLocalService getPortalLocalService() {
2122                    return portalLocalService;
2123            }
2124    
2125            /**
2126             * Sets the portal local service.
2127             *
2128             * @param portalLocalService the portal local service
2129             */
2130            public void setPortalLocalService(PortalLocalService portalLocalService) {
2131                    this.portalLocalService = portalLocalService;
2132            }
2133    
2134            /**
2135             * Returns the portal remote service.
2136             *
2137             * @return the portal remote service
2138             */
2139            public PortalService getPortalService() {
2140                    return portalService;
2141            }
2142    
2143            /**
2144             * Sets the portal remote service.
2145             *
2146             * @param portalService the portal remote service
2147             */
2148            public void setPortalService(PortalService portalService) {
2149                    this.portalService = portalService;
2150            }
2151    
2152            /**
2153             * Returns the portal preferences local service.
2154             *
2155             * @return the portal preferences local service
2156             */
2157            public PortalPreferencesLocalService getPortalPreferencesLocalService() {
2158                    return portalPreferencesLocalService;
2159            }
2160    
2161            /**
2162             * Sets the portal preferences local service.
2163             *
2164             * @param portalPreferencesLocalService the portal preferences local service
2165             */
2166            public void setPortalPreferencesLocalService(
2167                    PortalPreferencesLocalService portalPreferencesLocalService) {
2168                    this.portalPreferencesLocalService = portalPreferencesLocalService;
2169            }
2170    
2171            /**
2172             * Returns the portal preferences persistence.
2173             *
2174             * @return the portal preferences persistence
2175             */
2176            public PortalPreferencesPersistence getPortalPreferencesPersistence() {
2177                    return portalPreferencesPersistence;
2178            }
2179    
2180            /**
2181             * Sets the portal preferences persistence.
2182             *
2183             * @param portalPreferencesPersistence the portal preferences persistence
2184             */
2185            public void setPortalPreferencesPersistence(
2186                    PortalPreferencesPersistence portalPreferencesPersistence) {
2187                    this.portalPreferencesPersistence = portalPreferencesPersistence;
2188            }
2189    
2190            /**
2191             * Returns the portlet local service.
2192             *
2193             * @return the portlet local service
2194             */
2195            public PortletLocalService getPortletLocalService() {
2196                    return portletLocalService;
2197            }
2198    
2199            /**
2200             * Sets the portlet local service.
2201             *
2202             * @param portletLocalService the portlet local service
2203             */
2204            public void setPortletLocalService(PortletLocalService portletLocalService) {
2205                    this.portletLocalService = portletLocalService;
2206            }
2207    
2208            /**
2209             * Returns the portlet remote service.
2210             *
2211             * @return the portlet remote service
2212             */
2213            public PortletService getPortletService() {
2214                    return portletService;
2215            }
2216    
2217            /**
2218             * Sets the portlet remote service.
2219             *
2220             * @param portletService the portlet remote service
2221             */
2222            public void setPortletService(PortletService portletService) {
2223                    this.portletService = portletService;
2224            }
2225    
2226            /**
2227             * Returns the portlet persistence.
2228             *
2229             * @return the portlet persistence
2230             */
2231            public PortletPersistence getPortletPersistence() {
2232                    return portletPersistence;
2233            }
2234    
2235            /**
2236             * Sets the portlet persistence.
2237             *
2238             * @param portletPersistence the portlet persistence
2239             */
2240            public void setPortletPersistence(PortletPersistence portletPersistence) {
2241                    this.portletPersistence = portletPersistence;
2242            }
2243    
2244            /**
2245             * Returns the portlet item local service.
2246             *
2247             * @return the portlet item local service
2248             */
2249            public PortletItemLocalService getPortletItemLocalService() {
2250                    return portletItemLocalService;
2251            }
2252    
2253            /**
2254             * Sets the portlet item local service.
2255             *
2256             * @param portletItemLocalService the portlet item local service
2257             */
2258            public void setPortletItemLocalService(
2259                    PortletItemLocalService portletItemLocalService) {
2260                    this.portletItemLocalService = portletItemLocalService;
2261            }
2262    
2263            /**
2264             * Returns the portlet item persistence.
2265             *
2266             * @return the portlet item persistence
2267             */
2268            public PortletItemPersistence getPortletItemPersistence() {
2269                    return portletItemPersistence;
2270            }
2271    
2272            /**
2273             * Sets the portlet item persistence.
2274             *
2275             * @param portletItemPersistence the portlet item persistence
2276             */
2277            public void setPortletItemPersistence(
2278                    PortletItemPersistence portletItemPersistence) {
2279                    this.portletItemPersistence = portletItemPersistence;
2280            }
2281    
2282            /**
2283             * Returns the portlet preferences local service.
2284             *
2285             * @return the portlet preferences local service
2286             */
2287            public PortletPreferencesLocalService getPortletPreferencesLocalService() {
2288                    return portletPreferencesLocalService;
2289            }
2290    
2291            /**
2292             * Sets the portlet preferences local service.
2293             *
2294             * @param portletPreferencesLocalService the portlet preferences local service
2295             */
2296            public void setPortletPreferencesLocalService(
2297                    PortletPreferencesLocalService portletPreferencesLocalService) {
2298                    this.portletPreferencesLocalService = portletPreferencesLocalService;
2299            }
2300    
2301            /**
2302             * Returns the portlet preferences remote service.
2303             *
2304             * @return the portlet preferences remote service
2305             */
2306            public PortletPreferencesService getPortletPreferencesService() {
2307                    return portletPreferencesService;
2308            }
2309    
2310            /**
2311             * Sets the portlet preferences remote service.
2312             *
2313             * @param portletPreferencesService the portlet preferences remote service
2314             */
2315            public void setPortletPreferencesService(
2316                    PortletPreferencesService portletPreferencesService) {
2317                    this.portletPreferencesService = portletPreferencesService;
2318            }
2319    
2320            /**
2321             * Returns the portlet preferences persistence.
2322             *
2323             * @return the portlet preferences persistence
2324             */
2325            public PortletPreferencesPersistence getPortletPreferencesPersistence() {
2326                    return portletPreferencesPersistence;
2327            }
2328    
2329            /**
2330             * Sets the portlet preferences persistence.
2331             *
2332             * @param portletPreferencesPersistence the portlet preferences persistence
2333             */
2334            public void setPortletPreferencesPersistence(
2335                    PortletPreferencesPersistence portletPreferencesPersistence) {
2336                    this.portletPreferencesPersistence = portletPreferencesPersistence;
2337            }
2338    
2339            /**
2340             * Returns the portlet preferences finder.
2341             *
2342             * @return the portlet preferences finder
2343             */
2344            public PortletPreferencesFinder getPortletPreferencesFinder() {
2345                    return portletPreferencesFinder;
2346            }
2347    
2348            /**
2349             * Sets the portlet preferences finder.
2350             *
2351             * @param portletPreferencesFinder the portlet preferences finder
2352             */
2353            public void setPortletPreferencesFinder(
2354                    PortletPreferencesFinder portletPreferencesFinder) {
2355                    this.portletPreferencesFinder = portletPreferencesFinder;
2356            }
2357    
2358            /**
2359             * Returns the quartz local service.
2360             *
2361             * @return the quartz local service
2362             */
2363            public QuartzLocalService getQuartzLocalService() {
2364                    return quartzLocalService;
2365            }
2366    
2367            /**
2368             * Sets the quartz local service.
2369             *
2370             * @param quartzLocalService the quartz local service
2371             */
2372            public void setQuartzLocalService(QuartzLocalService quartzLocalService) {
2373                    this.quartzLocalService = quartzLocalService;
2374            }
2375    
2376            /**
2377             * Returns the region remote service.
2378             *
2379             * @return the region remote service
2380             */
2381            public RegionService getRegionService() {
2382                    return regionService;
2383            }
2384    
2385            /**
2386             * Sets the region remote service.
2387             *
2388             * @param regionService the region remote service
2389             */
2390            public void setRegionService(RegionService regionService) {
2391                    this.regionService = regionService;
2392            }
2393    
2394            /**
2395             * Returns the region persistence.
2396             *
2397             * @return the region persistence
2398             */
2399            public RegionPersistence getRegionPersistence() {
2400                    return regionPersistence;
2401            }
2402    
2403            /**
2404             * Sets the region persistence.
2405             *
2406             * @param regionPersistence the region persistence
2407             */
2408            public void setRegionPersistence(RegionPersistence regionPersistence) {
2409                    this.regionPersistence = regionPersistence;
2410            }
2411    
2412            /**
2413             * Returns the release local service.
2414             *
2415             * @return the release local service
2416             */
2417            public ReleaseLocalService getReleaseLocalService() {
2418                    return releaseLocalService;
2419            }
2420    
2421            /**
2422             * Sets the release local service.
2423             *
2424             * @param releaseLocalService the release local service
2425             */
2426            public void setReleaseLocalService(ReleaseLocalService releaseLocalService) {
2427                    this.releaseLocalService = releaseLocalService;
2428            }
2429    
2430            /**
2431             * Returns the release persistence.
2432             *
2433             * @return the release persistence
2434             */
2435            public ReleasePersistence getReleasePersistence() {
2436                    return releasePersistence;
2437            }
2438    
2439            /**
2440             * Sets the release persistence.
2441             *
2442             * @param releasePersistence the release persistence
2443             */
2444            public void setReleasePersistence(ReleasePersistence releasePersistence) {
2445                    this.releasePersistence = releasePersistence;
2446            }
2447    
2448            /**
2449             * Returns the repository local service.
2450             *
2451             * @return the repository local service
2452             */
2453            public RepositoryLocalService getRepositoryLocalService() {
2454                    return repositoryLocalService;
2455            }
2456    
2457            /**
2458             * Sets the repository local service.
2459             *
2460             * @param repositoryLocalService the repository local service
2461             */
2462            public void setRepositoryLocalService(
2463                    RepositoryLocalService repositoryLocalService) {
2464                    this.repositoryLocalService = repositoryLocalService;
2465            }
2466    
2467            /**
2468             * Returns the repository remote service.
2469             *
2470             * @return the repository remote service
2471             */
2472            public RepositoryService getRepositoryService() {
2473                    return repositoryService;
2474            }
2475    
2476            /**
2477             * Sets the repository remote service.
2478             *
2479             * @param repositoryService the repository remote service
2480             */
2481            public void setRepositoryService(RepositoryService repositoryService) {
2482                    this.repositoryService = repositoryService;
2483            }
2484    
2485            /**
2486             * Returns the repository persistence.
2487             *
2488             * @return the repository persistence
2489             */
2490            public RepositoryPersistence getRepositoryPersistence() {
2491                    return repositoryPersistence;
2492            }
2493    
2494            /**
2495             * Sets the repository persistence.
2496             *
2497             * @param repositoryPersistence the repository persistence
2498             */
2499            public void setRepositoryPersistence(
2500                    RepositoryPersistence repositoryPersistence) {
2501                    this.repositoryPersistence = repositoryPersistence;
2502            }
2503    
2504            /**
2505             * Returns the repository entry local service.
2506             *
2507             * @return the repository entry local service
2508             */
2509            public RepositoryEntryLocalService getRepositoryEntryLocalService() {
2510                    return repositoryEntryLocalService;
2511            }
2512    
2513            /**
2514             * Sets the repository entry local service.
2515             *
2516             * @param repositoryEntryLocalService the repository entry local service
2517             */
2518            public void setRepositoryEntryLocalService(
2519                    RepositoryEntryLocalService repositoryEntryLocalService) {
2520                    this.repositoryEntryLocalService = repositoryEntryLocalService;
2521            }
2522    
2523            /**
2524             * Returns the repository entry persistence.
2525             *
2526             * @return the repository entry persistence
2527             */
2528            public RepositoryEntryPersistence getRepositoryEntryPersistence() {
2529                    return repositoryEntryPersistence;
2530            }
2531    
2532            /**
2533             * Sets the repository entry persistence.
2534             *
2535             * @param repositoryEntryPersistence the repository entry persistence
2536             */
2537            public void setRepositoryEntryPersistence(
2538                    RepositoryEntryPersistence repositoryEntryPersistence) {
2539                    this.repositoryEntryPersistence = repositoryEntryPersistence;
2540            }
2541    
2542            /**
2543             * Returns the resource local service.
2544             *
2545             * @return the resource local service
2546             */
2547            public ResourceLocalService getResourceLocalService() {
2548                    return resourceLocalService;
2549            }
2550    
2551            /**
2552             * Sets the resource local service.
2553             *
2554             * @param resourceLocalService the resource local service
2555             */
2556            public void setResourceLocalService(
2557                    ResourceLocalService resourceLocalService) {
2558                    this.resourceLocalService = resourceLocalService;
2559            }
2560    
2561            /**
2562             * Returns the resource action local service.
2563             *
2564             * @return the resource action local service
2565             */
2566            public ResourceActionLocalService getResourceActionLocalService() {
2567                    return resourceActionLocalService;
2568            }
2569    
2570            /**
2571             * Sets the resource action local service.
2572             *
2573             * @param resourceActionLocalService the resource action local service
2574             */
2575            public void setResourceActionLocalService(
2576                    ResourceActionLocalService resourceActionLocalService) {
2577                    this.resourceActionLocalService = resourceActionLocalService;
2578            }
2579    
2580            /**
2581             * Returns the resource action persistence.
2582             *
2583             * @return the resource action persistence
2584             */
2585            public ResourceActionPersistence getResourceActionPersistence() {
2586                    return resourceActionPersistence;
2587            }
2588    
2589            /**
2590             * Sets the resource action persistence.
2591             *
2592             * @param resourceActionPersistence the resource action persistence
2593             */
2594            public void setResourceActionPersistence(
2595                    ResourceActionPersistence resourceActionPersistence) {
2596                    this.resourceActionPersistence = resourceActionPersistence;
2597            }
2598    
2599            /**
2600             * Returns the resource block local service.
2601             *
2602             * @return the resource block local service
2603             */
2604            public ResourceBlockLocalService getResourceBlockLocalService() {
2605                    return resourceBlockLocalService;
2606            }
2607    
2608            /**
2609             * Sets the resource block local service.
2610             *
2611             * @param resourceBlockLocalService the resource block local service
2612             */
2613            public void setResourceBlockLocalService(
2614                    ResourceBlockLocalService resourceBlockLocalService) {
2615                    this.resourceBlockLocalService = resourceBlockLocalService;
2616            }
2617    
2618            /**
2619             * Returns the resource block remote service.
2620             *
2621             * @return the resource block remote service
2622             */
2623            public ResourceBlockService getResourceBlockService() {
2624                    return resourceBlockService;
2625            }
2626    
2627            /**
2628             * Sets the resource block remote service.
2629             *
2630             * @param resourceBlockService the resource block remote service
2631             */
2632            public void setResourceBlockService(
2633                    ResourceBlockService resourceBlockService) {
2634                    this.resourceBlockService = resourceBlockService;
2635            }
2636    
2637            /**
2638             * Returns the resource block persistence.
2639             *
2640             * @return the resource block persistence
2641             */
2642            public ResourceBlockPersistence getResourceBlockPersistence() {
2643                    return resourceBlockPersistence;
2644            }
2645    
2646            /**
2647             * Sets the resource block persistence.
2648             *
2649             * @param resourceBlockPersistence the resource block persistence
2650             */
2651            public void setResourceBlockPersistence(
2652                    ResourceBlockPersistence resourceBlockPersistence) {
2653                    this.resourceBlockPersistence = resourceBlockPersistence;
2654            }
2655    
2656            /**
2657             * Returns the resource block finder.
2658             *
2659             * @return the resource block finder
2660             */
2661            public ResourceBlockFinder getResourceBlockFinder() {
2662                    return resourceBlockFinder;
2663            }
2664    
2665            /**
2666             * Sets the resource block finder.
2667             *
2668             * @param resourceBlockFinder the resource block finder
2669             */
2670            public void setResourceBlockFinder(ResourceBlockFinder resourceBlockFinder) {
2671                    this.resourceBlockFinder = resourceBlockFinder;
2672            }
2673    
2674            /**
2675             * Returns the resource block permission local service.
2676             *
2677             * @return the resource block permission local service
2678             */
2679            public ResourceBlockPermissionLocalService getResourceBlockPermissionLocalService() {
2680                    return resourceBlockPermissionLocalService;
2681            }
2682    
2683            /**
2684             * Sets the resource block permission local service.
2685             *
2686             * @param resourceBlockPermissionLocalService the resource block permission local service
2687             */
2688            public void setResourceBlockPermissionLocalService(
2689                    ResourceBlockPermissionLocalService resourceBlockPermissionLocalService) {
2690                    this.resourceBlockPermissionLocalService = resourceBlockPermissionLocalService;
2691            }
2692    
2693            /**
2694             * Returns the resource block permission persistence.
2695             *
2696             * @return the resource block permission persistence
2697             */
2698            public ResourceBlockPermissionPersistence getResourceBlockPermissionPersistence() {
2699                    return resourceBlockPermissionPersistence;
2700            }
2701    
2702            /**
2703             * Sets the resource block permission persistence.
2704             *
2705             * @param resourceBlockPermissionPersistence the resource block permission persistence
2706             */
2707            public void setResourceBlockPermissionPersistence(
2708                    ResourceBlockPermissionPersistence resourceBlockPermissionPersistence) {
2709                    this.resourceBlockPermissionPersistence = resourceBlockPermissionPersistence;
2710            }
2711    
2712            /**
2713             * Returns the resource permission local service.
2714             *
2715             * @return the resource permission local service
2716             */
2717            public ResourcePermissionLocalService getResourcePermissionLocalService() {
2718                    return resourcePermissionLocalService;
2719            }
2720    
2721            /**
2722             * Sets the resource permission local service.
2723             *
2724             * @param resourcePermissionLocalService the resource permission local service
2725             */
2726            public void setResourcePermissionLocalService(
2727                    ResourcePermissionLocalService resourcePermissionLocalService) {
2728                    this.resourcePermissionLocalService = resourcePermissionLocalService;
2729            }
2730    
2731            /**
2732             * Returns the resource permission remote service.
2733             *
2734             * @return the resource permission remote service
2735             */
2736            public ResourcePermissionService getResourcePermissionService() {
2737                    return resourcePermissionService;
2738            }
2739    
2740            /**
2741             * Sets the resource permission remote service.
2742             *
2743             * @param resourcePermissionService the resource permission remote service
2744             */
2745            public void setResourcePermissionService(
2746                    ResourcePermissionService resourcePermissionService) {
2747                    this.resourcePermissionService = resourcePermissionService;
2748            }
2749    
2750            /**
2751             * Returns the resource permission persistence.
2752             *
2753             * @return the resource permission persistence
2754             */
2755            public ResourcePermissionPersistence getResourcePermissionPersistence() {
2756                    return resourcePermissionPersistence;
2757            }
2758    
2759            /**
2760             * Sets the resource permission persistence.
2761             *
2762             * @param resourcePermissionPersistence the resource permission persistence
2763             */
2764            public void setResourcePermissionPersistence(
2765                    ResourcePermissionPersistence resourcePermissionPersistence) {
2766                    this.resourcePermissionPersistence = resourcePermissionPersistence;
2767            }
2768    
2769            /**
2770             * Returns the resource permission finder.
2771             *
2772             * @return the resource permission finder
2773             */
2774            public ResourcePermissionFinder getResourcePermissionFinder() {
2775                    return resourcePermissionFinder;
2776            }
2777    
2778            /**
2779             * Sets the resource permission finder.
2780             *
2781             * @param resourcePermissionFinder the resource permission finder
2782             */
2783            public void setResourcePermissionFinder(
2784                    ResourcePermissionFinder resourcePermissionFinder) {
2785                    this.resourcePermissionFinder = resourcePermissionFinder;
2786            }
2787    
2788            /**
2789             * Returns the resource type permission local service.
2790             *
2791             * @return the resource type permission local service
2792             */
2793            public ResourceTypePermissionLocalService getResourceTypePermissionLocalService() {
2794                    return resourceTypePermissionLocalService;
2795            }
2796    
2797            /**
2798             * Sets the resource type permission local service.
2799             *
2800             * @param resourceTypePermissionLocalService the resource type permission local service
2801             */
2802            public void setResourceTypePermissionLocalService(
2803                    ResourceTypePermissionLocalService resourceTypePermissionLocalService) {
2804                    this.resourceTypePermissionLocalService = resourceTypePermissionLocalService;
2805            }
2806    
2807            /**
2808             * Returns the resource type permission persistence.
2809             *
2810             * @return the resource type permission persistence
2811             */
2812            public ResourceTypePermissionPersistence getResourceTypePermissionPersistence() {
2813                    return resourceTypePermissionPersistence;
2814            }
2815    
2816            /**
2817             * Sets the resource type permission persistence.
2818             *
2819             * @param resourceTypePermissionPersistence the resource type permission persistence
2820             */
2821            public void setResourceTypePermissionPersistence(
2822                    ResourceTypePermissionPersistence resourceTypePermissionPersistence) {
2823                    this.resourceTypePermissionPersistence = resourceTypePermissionPersistence;
2824            }
2825    
2826            /**
2827             * Returns the resource type permission finder.
2828             *
2829             * @return the resource type permission finder
2830             */
2831            public ResourceTypePermissionFinder getResourceTypePermissionFinder() {
2832                    return resourceTypePermissionFinder;
2833            }
2834    
2835            /**
2836             * Sets the resource type permission finder.
2837             *
2838             * @param resourceTypePermissionFinder the resource type permission finder
2839             */
2840            public void setResourceTypePermissionFinder(
2841                    ResourceTypePermissionFinder resourceTypePermissionFinder) {
2842                    this.resourceTypePermissionFinder = resourceTypePermissionFinder;
2843            }
2844    
2845            /**
2846             * Returns the role local service.
2847             *
2848             * @return the role local service
2849             */
2850            public RoleLocalService getRoleLocalService() {
2851                    return roleLocalService;
2852            }
2853    
2854            /**
2855             * Sets the role local service.
2856             *
2857             * @param roleLocalService the role local service
2858             */
2859            public void setRoleLocalService(RoleLocalService roleLocalService) {
2860                    this.roleLocalService = roleLocalService;
2861            }
2862    
2863            /**
2864             * Returns the role remote service.
2865             *
2866             * @return the role remote service
2867             */
2868            public RoleService getRoleService() {
2869                    return roleService;
2870            }
2871    
2872            /**
2873             * Sets the role remote service.
2874             *
2875             * @param roleService the role remote service
2876             */
2877            public void setRoleService(RoleService roleService) {
2878                    this.roleService = roleService;
2879            }
2880    
2881            /**
2882             * Returns the role persistence.
2883             *
2884             * @return the role persistence
2885             */
2886            public RolePersistence getRolePersistence() {
2887                    return rolePersistence;
2888            }
2889    
2890            /**
2891             * Sets the role persistence.
2892             *
2893             * @param rolePersistence the role persistence
2894             */
2895            public void setRolePersistence(RolePersistence rolePersistence) {
2896                    this.rolePersistence = rolePersistence;
2897            }
2898    
2899            /**
2900             * Returns the role finder.
2901             *
2902             * @return the role finder
2903             */
2904            public RoleFinder getRoleFinder() {
2905                    return roleFinder;
2906            }
2907    
2908            /**
2909             * Sets the role finder.
2910             *
2911             * @param roleFinder the role finder
2912             */
2913            public void setRoleFinder(RoleFinder roleFinder) {
2914                    this.roleFinder = roleFinder;
2915            }
2916    
2917            /**
2918             * Returns the service component local service.
2919             *
2920             * @return the service component local service
2921             */
2922            public ServiceComponentLocalService getServiceComponentLocalService() {
2923                    return serviceComponentLocalService;
2924            }
2925    
2926            /**
2927             * Sets the service component local service.
2928             *
2929             * @param serviceComponentLocalService the service component local service
2930             */
2931            public void setServiceComponentLocalService(
2932                    ServiceComponentLocalService serviceComponentLocalService) {
2933                    this.serviceComponentLocalService = serviceComponentLocalService;
2934            }
2935    
2936            /**
2937             * Returns the service component persistence.
2938             *
2939             * @return the service component persistence
2940             */
2941            public ServiceComponentPersistence getServiceComponentPersistence() {
2942                    return serviceComponentPersistence;
2943            }
2944    
2945            /**
2946             * Sets the service component persistence.
2947             *
2948             * @param serviceComponentPersistence the service component persistence
2949             */
2950            public void setServiceComponentPersistence(
2951                    ServiceComponentPersistence serviceComponentPersistence) {
2952                    this.serviceComponentPersistence = serviceComponentPersistence;
2953            }
2954    
2955            /**
2956             * Returns the shard local service.
2957             *
2958             * @return the shard local service
2959             */
2960            public ShardLocalService getShardLocalService() {
2961                    return shardLocalService;
2962            }
2963    
2964            /**
2965             * Sets the shard local service.
2966             *
2967             * @param shardLocalService the shard local service
2968             */
2969            public void setShardLocalService(ShardLocalService shardLocalService) {
2970                    this.shardLocalService = shardLocalService;
2971            }
2972    
2973            /**
2974             * Returns the shard persistence.
2975             *
2976             * @return the shard persistence
2977             */
2978            public ShardPersistence getShardPersistence() {
2979                    return shardPersistence;
2980            }
2981    
2982            /**
2983             * Sets the shard persistence.
2984             *
2985             * @param shardPersistence the shard persistence
2986             */
2987            public void setShardPersistence(ShardPersistence shardPersistence) {
2988                    this.shardPersistence = shardPersistence;
2989            }
2990    
2991            /**
2992             * Returns the subscription local service.
2993             *
2994             * @return the subscription local service
2995             */
2996            public SubscriptionLocalService getSubscriptionLocalService() {
2997                    return subscriptionLocalService;
2998            }
2999    
3000            /**
3001             * Sets the subscription local service.
3002             *
3003             * @param subscriptionLocalService the subscription local service
3004             */
3005            public void setSubscriptionLocalService(
3006                    SubscriptionLocalService subscriptionLocalService) {
3007                    this.subscriptionLocalService = subscriptionLocalService;
3008            }
3009    
3010            /**
3011             * Returns the subscription persistence.
3012             *
3013             * @return the subscription persistence
3014             */
3015            public SubscriptionPersistence getSubscriptionPersistence() {
3016                    return subscriptionPersistence;
3017            }
3018    
3019            /**
3020             * Sets the subscription persistence.
3021             *
3022             * @param subscriptionPersistence the subscription persistence
3023             */
3024            public void setSubscriptionPersistence(
3025                    SubscriptionPersistence subscriptionPersistence) {
3026                    this.subscriptionPersistence = subscriptionPersistence;
3027            }
3028    
3029            /**
3030             * Returns the team local service.
3031             *
3032             * @return the team local service
3033             */
3034            public TeamLocalService getTeamLocalService() {
3035                    return teamLocalService;
3036            }
3037    
3038            /**
3039             * Sets the team local service.
3040             *
3041             * @param teamLocalService the team local service
3042             */
3043            public void setTeamLocalService(TeamLocalService teamLocalService) {
3044                    this.teamLocalService = teamLocalService;
3045            }
3046    
3047            /**
3048             * Returns the team remote service.
3049             *
3050             * @return the team remote service
3051             */
3052            public TeamService getTeamService() {
3053                    return teamService;
3054            }
3055    
3056            /**
3057             * Sets the team remote service.
3058             *
3059             * @param teamService the team remote service
3060             */
3061            public void setTeamService(TeamService teamService) {
3062                    this.teamService = teamService;
3063            }
3064    
3065            /**
3066             * Returns the team persistence.
3067             *
3068             * @return the team persistence
3069             */
3070            public TeamPersistence getTeamPersistence() {
3071                    return teamPersistence;
3072            }
3073    
3074            /**
3075             * Sets the team persistence.
3076             *
3077             * @param teamPersistence the team persistence
3078             */
3079            public void setTeamPersistence(TeamPersistence teamPersistence) {
3080                    this.teamPersistence = teamPersistence;
3081            }
3082    
3083            /**
3084             * Returns the team finder.
3085             *
3086             * @return the team finder
3087             */
3088            public TeamFinder getTeamFinder() {
3089                    return teamFinder;
3090            }
3091    
3092            /**
3093             * Sets the team finder.
3094             *
3095             * @param teamFinder the team finder
3096             */
3097            public void setTeamFinder(TeamFinder teamFinder) {
3098                    this.teamFinder = teamFinder;
3099            }
3100    
3101            /**
3102             * Returns the theme local service.
3103             *
3104             * @return the theme local service
3105             */
3106            public ThemeLocalService getThemeLocalService() {
3107                    return themeLocalService;
3108            }
3109    
3110            /**
3111             * Sets the theme local service.
3112             *
3113             * @param themeLocalService the theme local service
3114             */
3115            public void setThemeLocalService(ThemeLocalService themeLocalService) {
3116                    this.themeLocalService = themeLocalService;
3117            }
3118    
3119            /**
3120             * Returns the theme remote service.
3121             *
3122             * @return the theme remote service
3123             */
3124            public ThemeService getThemeService() {
3125                    return themeService;
3126            }
3127    
3128            /**
3129             * Sets the theme remote service.
3130             *
3131             * @param themeService the theme remote service
3132             */
3133            public void setThemeService(ThemeService themeService) {
3134                    this.themeService = themeService;
3135            }
3136    
3137            /**
3138             * Returns the ticket local service.
3139             *
3140             * @return the ticket local service
3141             */
3142            public TicketLocalService getTicketLocalService() {
3143                    return ticketLocalService;
3144            }
3145    
3146            /**
3147             * Sets the ticket local service.
3148             *
3149             * @param ticketLocalService the ticket local service
3150             */
3151            public void setTicketLocalService(TicketLocalService ticketLocalService) {
3152                    this.ticketLocalService = ticketLocalService;
3153            }
3154    
3155            /**
3156             * Returns the ticket persistence.
3157             *
3158             * @return the ticket persistence
3159             */
3160            public TicketPersistence getTicketPersistence() {
3161                    return ticketPersistence;
3162            }
3163    
3164            /**
3165             * Sets the ticket persistence.
3166             *
3167             * @param ticketPersistence the ticket persistence
3168             */
3169            public void setTicketPersistence(TicketPersistence ticketPersistence) {
3170                    this.ticketPersistence = ticketPersistence;
3171            }
3172    
3173            /**
3174             * Returns the user local service.
3175             *
3176             * @return the user local service
3177             */
3178            public UserLocalService getUserLocalService() {
3179                    return userLocalService;
3180            }
3181    
3182            /**
3183             * Sets the user local service.
3184             *
3185             * @param userLocalService the user local service
3186             */
3187            public void setUserLocalService(UserLocalService userLocalService) {
3188                    this.userLocalService = userLocalService;
3189            }
3190    
3191            /**
3192             * Returns the user remote service.
3193             *
3194             * @return the user remote service
3195             */
3196            public UserService getUserService() {
3197                    return userService;
3198            }
3199    
3200            /**
3201             * Sets the user remote service.
3202             *
3203             * @param userService the user remote service
3204             */
3205            public void setUserService(UserService userService) {
3206                    this.userService = userService;
3207            }
3208    
3209            /**
3210             * Returns the user persistence.
3211             *
3212             * @return the user persistence
3213             */
3214            public UserPersistence getUserPersistence() {
3215                    return userPersistence;
3216            }
3217    
3218            /**
3219             * Sets the user persistence.
3220             *
3221             * @param userPersistence the user persistence
3222             */
3223            public void setUserPersistence(UserPersistence userPersistence) {
3224                    this.userPersistence = userPersistence;
3225            }
3226    
3227            /**
3228             * Returns the user finder.
3229             *
3230             * @return the user finder
3231             */
3232            public UserFinder getUserFinder() {
3233                    return userFinder;
3234            }
3235    
3236            /**
3237             * Sets the user finder.
3238             *
3239             * @param userFinder the user finder
3240             */
3241            public void setUserFinder(UserFinder userFinder) {
3242                    this.userFinder = userFinder;
3243            }
3244    
3245            /**
3246             * Returns the user group local service.
3247             *
3248             * @return the user group local service
3249             */
3250            public UserGroupLocalService getUserGroupLocalService() {
3251                    return userGroupLocalService;
3252            }
3253    
3254            /**
3255             * Sets the user group local service.
3256             *
3257             * @param userGroupLocalService the user group local service
3258             */
3259            public void setUserGroupLocalService(
3260                    UserGroupLocalService userGroupLocalService) {
3261                    this.userGroupLocalService = userGroupLocalService;
3262            }
3263    
3264            /**
3265             * Returns the user group remote service.
3266             *
3267             * @return the user group remote service
3268             */
3269            public UserGroupService getUserGroupService() {
3270                    return userGroupService;
3271            }
3272    
3273            /**
3274             * Sets the user group remote service.
3275             *
3276             * @param userGroupService the user group remote service
3277             */
3278            public void setUserGroupService(UserGroupService userGroupService) {
3279                    this.userGroupService = userGroupService;
3280            }
3281    
3282            /**
3283             * Returns the user group persistence.
3284             *
3285             * @return the user group persistence
3286             */
3287            public UserGroupPersistence getUserGroupPersistence() {
3288                    return userGroupPersistence;
3289            }
3290    
3291            /**
3292             * Sets the user group persistence.
3293             *
3294             * @param userGroupPersistence the user group persistence
3295             */
3296            public void setUserGroupPersistence(
3297                    UserGroupPersistence userGroupPersistence) {
3298                    this.userGroupPersistence = userGroupPersistence;
3299            }
3300    
3301            /**
3302             * Returns the user group finder.
3303             *
3304             * @return the user group finder
3305             */
3306            public UserGroupFinder getUserGroupFinder() {
3307                    return userGroupFinder;
3308            }
3309    
3310            /**
3311             * Sets the user group finder.
3312             *
3313             * @param userGroupFinder the user group finder
3314             */
3315            public void setUserGroupFinder(UserGroupFinder userGroupFinder) {
3316                    this.userGroupFinder = userGroupFinder;
3317            }
3318    
3319            /**
3320             * Returns the user group group role local service.
3321             *
3322             * @return the user group group role local service
3323             */
3324            public UserGroupGroupRoleLocalService getUserGroupGroupRoleLocalService() {
3325                    return userGroupGroupRoleLocalService;
3326            }
3327    
3328            /**
3329             * Sets the user group group role local service.
3330             *
3331             * @param userGroupGroupRoleLocalService the user group group role local service
3332             */
3333            public void setUserGroupGroupRoleLocalService(
3334                    UserGroupGroupRoleLocalService userGroupGroupRoleLocalService) {
3335                    this.userGroupGroupRoleLocalService = userGroupGroupRoleLocalService;
3336            }
3337    
3338            /**
3339             * Returns the user group group role remote service.
3340             *
3341             * @return the user group group role remote service
3342             */
3343            public UserGroupGroupRoleService getUserGroupGroupRoleService() {
3344                    return userGroupGroupRoleService;
3345            }
3346    
3347            /**
3348             * Sets the user group group role remote service.
3349             *
3350             * @param userGroupGroupRoleService the user group group role remote service
3351             */
3352            public void setUserGroupGroupRoleService(
3353                    UserGroupGroupRoleService userGroupGroupRoleService) {
3354                    this.userGroupGroupRoleService = userGroupGroupRoleService;
3355            }
3356    
3357            /**
3358             * Returns the user group group role persistence.
3359             *
3360             * @return the user group group role persistence
3361             */
3362            public UserGroupGroupRolePersistence getUserGroupGroupRolePersistence() {
3363                    return userGroupGroupRolePersistence;
3364            }
3365    
3366            /**
3367             * Sets the user group group role persistence.
3368             *
3369             * @param userGroupGroupRolePersistence the user group group role persistence
3370             */
3371            public void setUserGroupGroupRolePersistence(
3372                    UserGroupGroupRolePersistence userGroupGroupRolePersistence) {
3373                    this.userGroupGroupRolePersistence = userGroupGroupRolePersistence;
3374            }
3375    
3376            /**
3377             * Returns the user group role local service.
3378             *
3379             * @return the user group role local service
3380             */
3381            public UserGroupRoleLocalService getUserGroupRoleLocalService() {
3382                    return userGroupRoleLocalService;
3383            }
3384    
3385            /**
3386             * Sets the user group role local service.
3387             *
3388             * @param userGroupRoleLocalService the user group role local service
3389             */
3390            public void setUserGroupRoleLocalService(
3391                    UserGroupRoleLocalService userGroupRoleLocalService) {
3392                    this.userGroupRoleLocalService = userGroupRoleLocalService;
3393            }
3394    
3395            /**
3396             * Returns the user group role remote service.
3397             *
3398             * @return the user group role remote service
3399             */
3400            public UserGroupRoleService getUserGroupRoleService() {
3401                    return userGroupRoleService;
3402            }
3403    
3404            /**
3405             * Sets the user group role remote service.
3406             *
3407             * @param userGroupRoleService the user group role remote service
3408             */
3409            public void setUserGroupRoleService(
3410                    UserGroupRoleService userGroupRoleService) {
3411                    this.userGroupRoleService = userGroupRoleService;
3412            }
3413    
3414            /**
3415             * Returns the user group role persistence.
3416             *
3417             * @return the user group role persistence
3418             */
3419            public UserGroupRolePersistence getUserGroupRolePersistence() {
3420                    return userGroupRolePersistence;
3421            }
3422    
3423            /**
3424             * Sets the user group role persistence.
3425             *
3426             * @param userGroupRolePersistence the user group role persistence
3427             */
3428            public void setUserGroupRolePersistence(
3429                    UserGroupRolePersistence userGroupRolePersistence) {
3430                    this.userGroupRolePersistence = userGroupRolePersistence;
3431            }
3432    
3433            /**
3434             * Returns the user group role finder.
3435             *
3436             * @return the user group role finder
3437             */
3438            public UserGroupRoleFinder getUserGroupRoleFinder() {
3439                    return userGroupRoleFinder;
3440            }
3441    
3442            /**
3443             * Sets the user group role finder.
3444             *
3445             * @param userGroupRoleFinder the user group role finder
3446             */
3447            public void setUserGroupRoleFinder(UserGroupRoleFinder userGroupRoleFinder) {
3448                    this.userGroupRoleFinder = userGroupRoleFinder;
3449            }
3450    
3451            /**
3452             * Returns the user ID mapper local service.
3453             *
3454             * @return the user ID mapper local service
3455             */
3456            public UserIdMapperLocalService getUserIdMapperLocalService() {
3457                    return userIdMapperLocalService;
3458            }
3459    
3460            /**
3461             * Sets the user ID mapper local service.
3462             *
3463             * @param userIdMapperLocalService the user ID mapper local service
3464             */
3465            public void setUserIdMapperLocalService(
3466                    UserIdMapperLocalService userIdMapperLocalService) {
3467                    this.userIdMapperLocalService = userIdMapperLocalService;
3468            }
3469    
3470            /**
3471             * Returns the user ID mapper persistence.
3472             *
3473             * @return the user ID mapper persistence
3474             */
3475            public UserIdMapperPersistence getUserIdMapperPersistence() {
3476                    return userIdMapperPersistence;
3477            }
3478    
3479            /**
3480             * Sets the user ID mapper persistence.
3481             *
3482             * @param userIdMapperPersistence the user ID mapper persistence
3483             */
3484            public void setUserIdMapperPersistence(
3485                    UserIdMapperPersistence userIdMapperPersistence) {
3486                    this.userIdMapperPersistence = userIdMapperPersistence;
3487            }
3488    
3489            /**
3490             * Returns the user notification event local service.
3491             *
3492             * @return the user notification event local service
3493             */
3494            public UserNotificationEventLocalService getUserNotificationEventLocalService() {
3495                    return userNotificationEventLocalService;
3496            }
3497    
3498            /**
3499             * Sets the user notification event local service.
3500             *
3501             * @param userNotificationEventLocalService the user notification event local service
3502             */
3503            public void setUserNotificationEventLocalService(
3504                    UserNotificationEventLocalService userNotificationEventLocalService) {
3505                    this.userNotificationEventLocalService = userNotificationEventLocalService;
3506            }
3507    
3508            /**
3509             * Returns the user notification event persistence.
3510             *
3511             * @return the user notification event persistence
3512             */
3513            public UserNotificationEventPersistence getUserNotificationEventPersistence() {
3514                    return userNotificationEventPersistence;
3515            }
3516    
3517            /**
3518             * Sets the user notification event persistence.
3519             *
3520             * @param userNotificationEventPersistence the user notification event persistence
3521             */
3522            public void setUserNotificationEventPersistence(
3523                    UserNotificationEventPersistence userNotificationEventPersistence) {
3524                    this.userNotificationEventPersistence = userNotificationEventPersistence;
3525            }
3526    
3527            /**
3528             * Returns the user tracker local service.
3529             *
3530             * @return the user tracker local service
3531             */
3532            public UserTrackerLocalService getUserTrackerLocalService() {
3533                    return userTrackerLocalService;
3534            }
3535    
3536            /**
3537             * Sets the user tracker local service.
3538             *
3539             * @param userTrackerLocalService the user tracker local service
3540             */
3541            public void setUserTrackerLocalService(
3542                    UserTrackerLocalService userTrackerLocalService) {
3543                    this.userTrackerLocalService = userTrackerLocalService;
3544            }
3545    
3546            /**
3547             * Returns the user tracker persistence.
3548             *
3549             * @return the user tracker persistence
3550             */
3551            public UserTrackerPersistence getUserTrackerPersistence() {
3552                    return userTrackerPersistence;
3553            }
3554    
3555            /**
3556             * Sets the user tracker persistence.
3557             *
3558             * @param userTrackerPersistence the user tracker persistence
3559             */
3560            public void setUserTrackerPersistence(
3561                    UserTrackerPersistence userTrackerPersistence) {
3562                    this.userTrackerPersistence = userTrackerPersistence;
3563            }
3564    
3565            /**
3566             * Returns the user tracker path local service.
3567             *
3568             * @return the user tracker path local service
3569             */
3570            public UserTrackerPathLocalService getUserTrackerPathLocalService() {
3571                    return userTrackerPathLocalService;
3572            }
3573    
3574            /**
3575             * Sets the user tracker path local service.
3576             *
3577             * @param userTrackerPathLocalService the user tracker path local service
3578             */
3579            public void setUserTrackerPathLocalService(
3580                    UserTrackerPathLocalService userTrackerPathLocalService) {
3581                    this.userTrackerPathLocalService = userTrackerPathLocalService;
3582            }
3583    
3584            /**
3585             * Returns the user tracker path persistence.
3586             *
3587             * @return the user tracker path persistence
3588             */
3589            public UserTrackerPathPersistence getUserTrackerPathPersistence() {
3590                    return userTrackerPathPersistence;
3591            }
3592    
3593            /**
3594             * Sets the user tracker path persistence.
3595             *
3596             * @param userTrackerPathPersistence the user tracker path persistence
3597             */
3598            public void setUserTrackerPathPersistence(
3599                    UserTrackerPathPersistence userTrackerPathPersistence) {
3600                    this.userTrackerPathPersistence = userTrackerPathPersistence;
3601            }
3602    
3603            /**
3604             * Returns the virtual host local service.
3605             *
3606             * @return the virtual host local service
3607             */
3608            public VirtualHostLocalService getVirtualHostLocalService() {
3609                    return virtualHostLocalService;
3610            }
3611    
3612            /**
3613             * Sets the virtual host local service.
3614             *
3615             * @param virtualHostLocalService the virtual host local service
3616             */
3617            public void setVirtualHostLocalService(
3618                    VirtualHostLocalService virtualHostLocalService) {
3619                    this.virtualHostLocalService = virtualHostLocalService;
3620            }
3621    
3622            /**
3623             * Returns the virtual host persistence.
3624             *
3625             * @return the virtual host persistence
3626             */
3627            public VirtualHostPersistence getVirtualHostPersistence() {
3628                    return virtualHostPersistence;
3629            }
3630    
3631            /**
3632             * Sets the virtual host persistence.
3633             *
3634             * @param virtualHostPersistence the virtual host persistence
3635             */
3636            public void setVirtualHostPersistence(
3637                    VirtualHostPersistence virtualHostPersistence) {
3638                    this.virtualHostPersistence = virtualHostPersistence;
3639            }
3640    
3641            /**
3642             * Returns the web d a v props local service.
3643             *
3644             * @return the web d a v props local service
3645             */
3646            public WebDAVPropsLocalService getWebDAVPropsLocalService() {
3647                    return webDAVPropsLocalService;
3648            }
3649    
3650            /**
3651             * Sets the web d a v props local service.
3652             *
3653             * @param webDAVPropsLocalService the web d a v props local service
3654             */
3655            public void setWebDAVPropsLocalService(
3656                    WebDAVPropsLocalService webDAVPropsLocalService) {
3657                    this.webDAVPropsLocalService = webDAVPropsLocalService;
3658            }
3659    
3660            /**
3661             * Returns the web d a v props persistence.
3662             *
3663             * @return the web d a v props persistence
3664             */
3665            public WebDAVPropsPersistence getWebDAVPropsPersistence() {
3666                    return webDAVPropsPersistence;
3667            }
3668    
3669            /**
3670             * Sets the web d a v props persistence.
3671             *
3672             * @param webDAVPropsPersistence the web d a v props persistence
3673             */
3674            public void setWebDAVPropsPersistence(
3675                    WebDAVPropsPersistence webDAVPropsPersistence) {
3676                    this.webDAVPropsPersistence = webDAVPropsPersistence;
3677            }
3678    
3679            /**
3680             * Returns the website local service.
3681             *
3682             * @return the website local service
3683             */
3684            public WebsiteLocalService getWebsiteLocalService() {
3685                    return websiteLocalService;
3686            }
3687    
3688            /**
3689             * Sets the website local service.
3690             *
3691             * @param websiteLocalService the website local service
3692             */
3693            public void setWebsiteLocalService(WebsiteLocalService websiteLocalService) {
3694                    this.websiteLocalService = websiteLocalService;
3695            }
3696    
3697            /**
3698             * Returns the website remote service.
3699             *
3700             * @return the website remote service
3701             */
3702            public WebsiteService getWebsiteService() {
3703                    return websiteService;
3704            }
3705    
3706            /**
3707             * Sets the website remote service.
3708             *
3709             * @param websiteService the website remote service
3710             */
3711            public void setWebsiteService(WebsiteService websiteService) {
3712                    this.websiteService = websiteService;
3713            }
3714    
3715            /**
3716             * Returns the website persistence.
3717             *
3718             * @return the website persistence
3719             */
3720            public WebsitePersistence getWebsitePersistence() {
3721                    return websitePersistence;
3722            }
3723    
3724            /**
3725             * Sets the website persistence.
3726             *
3727             * @param websitePersistence the website persistence
3728             */
3729            public void setWebsitePersistence(WebsitePersistence websitePersistence) {
3730                    this.websitePersistence = websitePersistence;
3731            }
3732    
3733            /**
3734             * Returns the workflow definition link local service.
3735             *
3736             * @return the workflow definition link local service
3737             */
3738            public WorkflowDefinitionLinkLocalService getWorkflowDefinitionLinkLocalService() {
3739                    return workflowDefinitionLinkLocalService;
3740            }
3741    
3742            /**
3743             * Sets the workflow definition link local service.
3744             *
3745             * @param workflowDefinitionLinkLocalService the workflow definition link local service
3746             */
3747            public void setWorkflowDefinitionLinkLocalService(
3748                    WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService) {
3749                    this.workflowDefinitionLinkLocalService = workflowDefinitionLinkLocalService;
3750            }
3751    
3752            /**
3753             * Returns the workflow definition link persistence.
3754             *
3755             * @return the workflow definition link persistence
3756             */
3757            public WorkflowDefinitionLinkPersistence getWorkflowDefinitionLinkPersistence() {
3758                    return workflowDefinitionLinkPersistence;
3759            }
3760    
3761            /**
3762             * Sets the workflow definition link persistence.
3763             *
3764             * @param workflowDefinitionLinkPersistence the workflow definition link persistence
3765             */
3766            public void setWorkflowDefinitionLinkPersistence(
3767                    WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence) {
3768                    this.workflowDefinitionLinkPersistence = workflowDefinitionLinkPersistence;
3769            }
3770    
3771            /**
3772             * Returns the workflow instance link local service.
3773             *
3774             * @return the workflow instance link local service
3775             */
3776            public WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService() {
3777                    return workflowInstanceLinkLocalService;
3778            }
3779    
3780            /**
3781             * Sets the workflow instance link local service.
3782             *
3783             * @param workflowInstanceLinkLocalService the workflow instance link local service
3784             */
3785            public void setWorkflowInstanceLinkLocalService(
3786                    WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService) {
3787                    this.workflowInstanceLinkLocalService = workflowInstanceLinkLocalService;
3788            }
3789    
3790            /**
3791             * Returns the workflow instance link persistence.
3792             *
3793             * @return the workflow instance link persistence
3794             */
3795            public WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence() {
3796                    return workflowInstanceLinkPersistence;
3797            }
3798    
3799            /**
3800             * Sets the workflow instance link persistence.
3801             *
3802             * @param workflowInstanceLinkPersistence the workflow instance link persistence
3803             */
3804            public void setWorkflowInstanceLinkPersistence(
3805                    WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence) {
3806                    this.workflowInstanceLinkPersistence = workflowInstanceLinkPersistence;
3807            }
3808    
3809            /**
3810             * Returns the counter local service.
3811             *
3812             * @return the counter local service
3813             */
3814            public CounterLocalService getCounterLocalService() {
3815                    return counterLocalService;
3816            }
3817    
3818            /**
3819             * Sets the counter local service.
3820             *
3821             * @param counterLocalService the counter local service
3822             */
3823            public void setCounterLocalService(CounterLocalService counterLocalService) {
3824                    this.counterLocalService = counterLocalService;
3825            }
3826    
3827            /**
3828             * Returns the asset entry local service.
3829             *
3830             * @return the asset entry local service
3831             */
3832            public AssetEntryLocalService getAssetEntryLocalService() {
3833                    return assetEntryLocalService;
3834            }
3835    
3836            /**
3837             * Sets the asset entry local service.
3838             *
3839             * @param assetEntryLocalService the asset entry local service
3840             */
3841            public void setAssetEntryLocalService(
3842                    AssetEntryLocalService assetEntryLocalService) {
3843                    this.assetEntryLocalService = assetEntryLocalService;
3844            }
3845    
3846            /**
3847             * Returns the asset entry remote service.
3848             *
3849             * @return the asset entry remote service
3850             */
3851            public AssetEntryService getAssetEntryService() {
3852                    return assetEntryService;
3853            }
3854    
3855            /**
3856             * Sets the asset entry remote service.
3857             *
3858             * @param assetEntryService the asset entry remote service
3859             */
3860            public void setAssetEntryService(AssetEntryService assetEntryService) {
3861                    this.assetEntryService = assetEntryService;
3862            }
3863    
3864            /**
3865             * Returns the asset entry persistence.
3866             *
3867             * @return the asset entry persistence
3868             */
3869            public AssetEntryPersistence getAssetEntryPersistence() {
3870                    return assetEntryPersistence;
3871            }
3872    
3873            /**
3874             * Sets the asset entry persistence.
3875             *
3876             * @param assetEntryPersistence the asset entry persistence
3877             */
3878            public void setAssetEntryPersistence(
3879                    AssetEntryPersistence assetEntryPersistence) {
3880                    this.assetEntryPersistence = assetEntryPersistence;
3881            }
3882    
3883            /**
3884             * Returns the asset entry finder.
3885             *
3886             * @return the asset entry finder
3887             */
3888            public AssetEntryFinder getAssetEntryFinder() {
3889                    return assetEntryFinder;
3890            }
3891    
3892            /**
3893             * Sets the asset entry finder.
3894             *
3895             * @param assetEntryFinder the asset entry finder
3896             */
3897            public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder) {
3898                    this.assetEntryFinder = assetEntryFinder;
3899            }
3900    
3901            /**
3902             * Returns the asset vocabulary local service.
3903             *
3904             * @return the asset vocabulary local service
3905             */
3906            public AssetVocabularyLocalService getAssetVocabularyLocalService() {
3907                    return assetVocabularyLocalService;
3908            }
3909    
3910            /**
3911             * Sets the asset vocabulary local service.
3912             *
3913             * @param assetVocabularyLocalService the asset vocabulary local service
3914             */
3915            public void setAssetVocabularyLocalService(
3916                    AssetVocabularyLocalService assetVocabularyLocalService) {
3917                    this.assetVocabularyLocalService = assetVocabularyLocalService;
3918            }
3919    
3920            /**
3921             * Returns the asset vocabulary remote service.
3922             *
3923             * @return the asset vocabulary remote service
3924             */
3925            public AssetVocabularyService getAssetVocabularyService() {
3926                    return assetVocabularyService;
3927            }
3928    
3929            /**
3930             * Sets the asset vocabulary remote service.
3931             *
3932             * @param assetVocabularyService the asset vocabulary remote service
3933             */
3934            public void setAssetVocabularyService(
3935                    AssetVocabularyService assetVocabularyService) {
3936                    this.assetVocabularyService = assetVocabularyService;
3937            }
3938    
3939            /**
3940             * Returns the asset vocabulary persistence.
3941             *
3942             * @return the asset vocabulary persistence
3943             */
3944            public AssetVocabularyPersistence getAssetVocabularyPersistence() {
3945                    return assetVocabularyPersistence;
3946            }
3947    
3948            /**
3949             * Sets the asset vocabulary persistence.
3950             *
3951             * @param assetVocabularyPersistence the asset vocabulary persistence
3952             */
3953            public void setAssetVocabularyPersistence(
3954                    AssetVocabularyPersistence assetVocabularyPersistence) {
3955                    this.assetVocabularyPersistence = assetVocabularyPersistence;
3956            }
3957    
3958            /**
3959             * Returns the asset vocabulary finder.
3960             *
3961             * @return the asset vocabulary finder
3962             */
3963            public AssetVocabularyFinder getAssetVocabularyFinder() {
3964                    return assetVocabularyFinder;
3965            }
3966    
3967            /**
3968             * Sets the asset vocabulary finder.
3969             *
3970             * @param assetVocabularyFinder the asset vocabulary finder
3971             */
3972            public void setAssetVocabularyFinder(
3973                    AssetVocabularyFinder assetVocabularyFinder) {
3974                    this.assetVocabularyFinder = assetVocabularyFinder;
3975            }
3976    
3977            /**
3978             * Returns the blogs entry local service.
3979             *
3980             * @return the blogs entry local service
3981             */
3982            public BlogsEntryLocalService getBlogsEntryLocalService() {
3983                    return blogsEntryLocalService;
3984            }
3985    
3986            /**
3987             * Sets the blogs entry local service.
3988             *
3989             * @param blogsEntryLocalService the blogs entry local service
3990             */
3991            public void setBlogsEntryLocalService(
3992                    BlogsEntryLocalService blogsEntryLocalService) {
3993                    this.blogsEntryLocalService = blogsEntryLocalService;
3994            }
3995    
3996            /**
3997             * Returns the blogs entry remote service.
3998             *
3999             * @return the blogs entry remote service
4000             */
4001            public BlogsEntryService getBlogsEntryService() {
4002                    return blogsEntryService;
4003            }
4004    
4005            /**
4006             * Sets the blogs entry remote service.
4007             *
4008             * @param blogsEntryService the blogs entry remote service
4009             */
4010            public void setBlogsEntryService(BlogsEntryService blogsEntryService) {
4011                    this.blogsEntryService = blogsEntryService;
4012            }
4013    
4014            /**
4015             * Returns the blogs entry persistence.
4016             *
4017             * @return the blogs entry persistence
4018             */
4019            public BlogsEntryPersistence getBlogsEntryPersistence() {
4020                    return blogsEntryPersistence;
4021            }
4022    
4023            /**
4024             * Sets the blogs entry persistence.
4025             *
4026             * @param blogsEntryPersistence the blogs entry persistence
4027             */
4028            public void setBlogsEntryPersistence(
4029                    BlogsEntryPersistence blogsEntryPersistence) {
4030                    this.blogsEntryPersistence = blogsEntryPersistence;
4031            }
4032    
4033            /**
4034             * Returns the blogs entry finder.
4035             *
4036             * @return the blogs entry finder
4037             */
4038            public BlogsEntryFinder getBlogsEntryFinder() {
4039                    return blogsEntryFinder;
4040            }
4041    
4042            /**
4043             * Sets the blogs entry finder.
4044             *
4045             * @param blogsEntryFinder the blogs entry finder
4046             */
4047            public void setBlogsEntryFinder(BlogsEntryFinder blogsEntryFinder) {
4048                    this.blogsEntryFinder = blogsEntryFinder;
4049            }
4050    
4051            /**
4052             * Returns the blogs stats user local service.
4053             *
4054             * @return the blogs stats user local service
4055             */
4056            public BlogsStatsUserLocalService getBlogsStatsUserLocalService() {
4057                    return blogsStatsUserLocalService;
4058            }
4059    
4060            /**
4061             * Sets the blogs stats user local service.
4062             *
4063             * @param blogsStatsUserLocalService the blogs stats user local service
4064             */
4065            public void setBlogsStatsUserLocalService(
4066                    BlogsStatsUserLocalService blogsStatsUserLocalService) {
4067                    this.blogsStatsUserLocalService = blogsStatsUserLocalService;
4068            }
4069    
4070            /**
4071             * Returns the blogs stats user persistence.
4072             *
4073             * @return the blogs stats user persistence
4074             */
4075            public BlogsStatsUserPersistence getBlogsStatsUserPersistence() {
4076                    return blogsStatsUserPersistence;
4077            }
4078    
4079            /**
4080             * Sets the blogs stats user persistence.
4081             *
4082             * @param blogsStatsUserPersistence the blogs stats user persistence
4083             */
4084            public void setBlogsStatsUserPersistence(
4085                    BlogsStatsUserPersistence blogsStatsUserPersistence) {
4086                    this.blogsStatsUserPersistence = blogsStatsUserPersistence;
4087            }
4088    
4089            /**
4090             * Returns the blogs stats user finder.
4091             *
4092             * @return the blogs stats user finder
4093             */
4094            public BlogsStatsUserFinder getBlogsStatsUserFinder() {
4095                    return blogsStatsUserFinder;
4096            }
4097    
4098            /**
4099             * Sets the blogs stats user finder.
4100             *
4101             * @param blogsStatsUserFinder the blogs stats user finder
4102             */
4103            public void setBlogsStatsUserFinder(
4104                    BlogsStatsUserFinder blogsStatsUserFinder) {
4105                    this.blogsStatsUserFinder = blogsStatsUserFinder;
4106            }
4107    
4108            /**
4109             * Returns the bookmarks folder local service.
4110             *
4111             * @return the bookmarks folder local service
4112             */
4113            public BookmarksFolderLocalService getBookmarksFolderLocalService() {
4114                    return bookmarksFolderLocalService;
4115            }
4116    
4117            /**
4118             * Sets the bookmarks folder local service.
4119             *
4120             * @param bookmarksFolderLocalService the bookmarks folder local service
4121             */
4122            public void setBookmarksFolderLocalService(
4123                    BookmarksFolderLocalService bookmarksFolderLocalService) {
4124                    this.bookmarksFolderLocalService = bookmarksFolderLocalService;
4125            }
4126    
4127            /**
4128             * Returns the bookmarks folder remote service.
4129             *
4130             * @return the bookmarks folder remote service
4131             */
4132            public BookmarksFolderService getBookmarksFolderService() {
4133                    return bookmarksFolderService;
4134            }
4135    
4136            /**
4137             * Sets the bookmarks folder remote service.
4138             *
4139             * @param bookmarksFolderService the bookmarks folder remote service
4140             */
4141            public void setBookmarksFolderService(
4142                    BookmarksFolderService bookmarksFolderService) {
4143                    this.bookmarksFolderService = bookmarksFolderService;
4144            }
4145    
4146            /**
4147             * Returns the bookmarks folder persistence.
4148             *
4149             * @return the bookmarks folder persistence
4150             */
4151            public BookmarksFolderPersistence getBookmarksFolderPersistence() {
4152                    return bookmarksFolderPersistence;
4153            }
4154    
4155            /**
4156             * Sets the bookmarks folder persistence.
4157             *
4158             * @param bookmarksFolderPersistence the bookmarks folder persistence
4159             */
4160            public void setBookmarksFolderPersistence(
4161                    BookmarksFolderPersistence bookmarksFolderPersistence) {
4162                    this.bookmarksFolderPersistence = bookmarksFolderPersistence;
4163            }
4164    
4165            /**
4166             * Returns the bookmarks folder finder.
4167             *
4168             * @return the bookmarks folder finder
4169             */
4170            public BookmarksFolderFinder getBookmarksFolderFinder() {
4171                    return bookmarksFolderFinder;
4172            }
4173    
4174            /**
4175             * Sets the bookmarks folder finder.
4176             *
4177             * @param bookmarksFolderFinder the bookmarks folder finder
4178             */
4179            public void setBookmarksFolderFinder(
4180                    BookmarksFolderFinder bookmarksFolderFinder) {
4181                    this.bookmarksFolderFinder = bookmarksFolderFinder;
4182            }
4183    
4184            /**
4185             * Returns the cal event local service.
4186             *
4187             * @return the cal event local service
4188             */
4189            public CalEventLocalService getCalEventLocalService() {
4190                    return calEventLocalService;
4191            }
4192    
4193            /**
4194             * Sets the cal event local service.
4195             *
4196             * @param calEventLocalService the cal event local service
4197             */
4198            public void setCalEventLocalService(
4199                    CalEventLocalService calEventLocalService) {
4200                    this.calEventLocalService = calEventLocalService;
4201            }
4202    
4203            /**
4204             * Returns the cal event remote service.
4205             *
4206             * @return the cal event remote service
4207             */
4208            public CalEventService getCalEventService() {
4209                    return calEventService;
4210            }
4211    
4212            /**
4213             * Sets the cal event remote service.
4214             *
4215             * @param calEventService the cal event remote service
4216             */
4217            public void setCalEventService(CalEventService calEventService) {
4218                    this.calEventService = calEventService;
4219            }
4220    
4221            /**
4222             * Returns the cal event persistence.
4223             *
4224             * @return the cal event persistence
4225             */
4226            public CalEventPersistence getCalEventPersistence() {
4227                    return calEventPersistence;
4228            }
4229    
4230            /**
4231             * Sets the cal event persistence.
4232             *
4233             * @param calEventPersistence the cal event persistence
4234             */
4235            public void setCalEventPersistence(CalEventPersistence calEventPersistence) {
4236                    this.calEventPersistence = calEventPersistence;
4237            }
4238    
4239            /**
4240             * Returns the cal event finder.
4241             *
4242             * @return the cal event finder
4243             */
4244            public CalEventFinder getCalEventFinder() {
4245                    return calEventFinder;
4246            }
4247    
4248            /**
4249             * Sets the cal event finder.
4250             *
4251             * @param calEventFinder the cal event finder
4252             */
4253            public void setCalEventFinder(CalEventFinder calEventFinder) {
4254                    this.calEventFinder = calEventFinder;
4255            }
4256    
4257            /**
4258             * Returns the d l app local service.
4259             *
4260             * @return the d l app local service
4261             */
4262            public DLAppLocalService getDLAppLocalService() {
4263                    return dlAppLocalService;
4264            }
4265    
4266            /**
4267             * Sets the d l app local service.
4268             *
4269             * @param dlAppLocalService the d l app local service
4270             */
4271            public void setDLAppLocalService(DLAppLocalService dlAppLocalService) {
4272                    this.dlAppLocalService = dlAppLocalService;
4273            }
4274    
4275            /**
4276             * Returns the d l app remote service.
4277             *
4278             * @return the d l app remote service
4279             */
4280            public DLAppService getDLAppService() {
4281                    return dlAppService;
4282            }
4283    
4284            /**
4285             * Sets the d l app remote service.
4286             *
4287             * @param dlAppService the d l app remote service
4288             */
4289            public void setDLAppService(DLAppService dlAppService) {
4290                    this.dlAppService = dlAppService;
4291            }
4292    
4293            /**
4294             * Returns the document library file entry type local service.
4295             *
4296             * @return the document library file entry type local service
4297             */
4298            public DLFileEntryTypeLocalService getDLFileEntryTypeLocalService() {
4299                    return dlFileEntryTypeLocalService;
4300            }
4301    
4302            /**
4303             * Sets the document library file entry type local service.
4304             *
4305             * @param dlFileEntryTypeLocalService the document library file entry type local service
4306             */
4307            public void setDLFileEntryTypeLocalService(
4308                    DLFileEntryTypeLocalService dlFileEntryTypeLocalService) {
4309                    this.dlFileEntryTypeLocalService = dlFileEntryTypeLocalService;
4310            }
4311    
4312            /**
4313             * Returns the document library file entry type remote service.
4314             *
4315             * @return the document library file entry type remote service
4316             */
4317            public DLFileEntryTypeService getDLFileEntryTypeService() {
4318                    return dlFileEntryTypeService;
4319            }
4320    
4321            /**
4322             * Sets the document library file entry type remote service.
4323             *
4324             * @param dlFileEntryTypeService the document library file entry type remote service
4325             */
4326            public void setDLFileEntryTypeService(
4327                    DLFileEntryTypeService dlFileEntryTypeService) {
4328                    this.dlFileEntryTypeService = dlFileEntryTypeService;
4329            }
4330    
4331            /**
4332             * Returns the document library file entry type persistence.
4333             *
4334             * @return the document library file entry type persistence
4335             */
4336            public DLFileEntryTypePersistence getDLFileEntryTypePersistence() {
4337                    return dlFileEntryTypePersistence;
4338            }
4339    
4340            /**
4341             * Sets the document library file entry type persistence.
4342             *
4343             * @param dlFileEntryTypePersistence the document library file entry type persistence
4344             */
4345            public void setDLFileEntryTypePersistence(
4346                    DLFileEntryTypePersistence dlFileEntryTypePersistence) {
4347                    this.dlFileEntryTypePersistence = dlFileEntryTypePersistence;
4348            }
4349    
4350            /**
4351             * Returns the document library file entry type finder.
4352             *
4353             * @return the document library file entry type finder
4354             */
4355            public DLFileEntryTypeFinder getDLFileEntryTypeFinder() {
4356                    return dlFileEntryTypeFinder;
4357            }
4358    
4359            /**
4360             * Sets the document library file entry type finder.
4361             *
4362             * @param dlFileEntryTypeFinder the document library file entry type finder
4363             */
4364            public void setDLFileEntryTypeFinder(
4365                    DLFileEntryTypeFinder dlFileEntryTypeFinder) {
4366                    this.dlFileEntryTypeFinder = dlFileEntryTypeFinder;
4367            }
4368    
4369            /**
4370             * Returns the journal article local service.
4371             *
4372             * @return the journal article local service
4373             */
4374            public JournalArticleLocalService getJournalArticleLocalService() {
4375                    return journalArticleLocalService;
4376            }
4377    
4378            /**
4379             * Sets the journal article local service.
4380             *
4381             * @param journalArticleLocalService the journal article local service
4382             */
4383            public void setJournalArticleLocalService(
4384                    JournalArticleLocalService journalArticleLocalService) {
4385                    this.journalArticleLocalService = journalArticleLocalService;
4386            }
4387    
4388            /**
4389             * Returns the journal article remote service.
4390             *
4391             * @return the journal article remote service
4392             */
4393            public JournalArticleService getJournalArticleService() {
4394                    return journalArticleService;
4395            }
4396    
4397            /**
4398             * Sets the journal article remote service.
4399             *
4400             * @param journalArticleService the journal article remote service
4401             */
4402            public void setJournalArticleService(
4403                    JournalArticleService journalArticleService) {
4404                    this.journalArticleService = journalArticleService;
4405            }
4406    
4407            /**
4408             * Returns the journal article persistence.
4409             *
4410             * @return the journal article persistence
4411             */
4412            public JournalArticlePersistence getJournalArticlePersistence() {
4413                    return journalArticlePersistence;
4414            }
4415    
4416            /**
4417             * Sets the journal article persistence.
4418             *
4419             * @param journalArticlePersistence the journal article persistence
4420             */
4421            public void setJournalArticlePersistence(
4422                    JournalArticlePersistence journalArticlePersistence) {
4423                    this.journalArticlePersistence = journalArticlePersistence;
4424            }
4425    
4426            /**
4427             * Returns the journal article finder.
4428             *
4429             * @return the journal article finder
4430             */
4431            public JournalArticleFinder getJournalArticleFinder() {
4432                    return journalArticleFinder;
4433            }
4434    
4435            /**
4436             * Sets the journal article finder.
4437             *
4438             * @param journalArticleFinder the journal article finder
4439             */
4440            public void setJournalArticleFinder(
4441                    JournalArticleFinder journalArticleFinder) {
4442                    this.journalArticleFinder = journalArticleFinder;
4443            }
4444    
4445            /**
4446             * Returns the journal structure local service.
4447             *
4448             * @return the journal structure local service
4449             */
4450            public JournalStructureLocalService getJournalStructureLocalService() {
4451                    return journalStructureLocalService;
4452            }
4453    
4454            /**
4455             * Sets the journal structure local service.
4456             *
4457             * @param journalStructureLocalService the journal structure local service
4458             */
4459            public void setJournalStructureLocalService(
4460                    JournalStructureLocalService journalStructureLocalService) {
4461                    this.journalStructureLocalService = journalStructureLocalService;
4462            }
4463    
4464            /**
4465             * Returns the journal structure remote service.
4466             *
4467             * @return the journal structure remote service
4468             */
4469            public JournalStructureService getJournalStructureService() {
4470                    return journalStructureService;
4471            }
4472    
4473            /**
4474             * Sets the journal structure remote service.
4475             *
4476             * @param journalStructureService the journal structure remote service
4477             */
4478            public void setJournalStructureService(
4479                    JournalStructureService journalStructureService) {
4480                    this.journalStructureService = journalStructureService;
4481            }
4482    
4483            /**
4484             * Returns the journal structure persistence.
4485             *
4486             * @return the journal structure persistence
4487             */
4488            public JournalStructurePersistence getJournalStructurePersistence() {
4489                    return journalStructurePersistence;
4490            }
4491    
4492            /**
4493             * Sets the journal structure persistence.
4494             *
4495             * @param journalStructurePersistence the journal structure persistence
4496             */
4497            public void setJournalStructurePersistence(
4498                    JournalStructurePersistence journalStructurePersistence) {
4499                    this.journalStructurePersistence = journalStructurePersistence;
4500            }
4501    
4502            /**
4503             * Returns the journal structure finder.
4504             *
4505             * @return the journal structure finder
4506             */
4507            public JournalStructureFinder getJournalStructureFinder() {
4508                    return journalStructureFinder;
4509            }
4510    
4511            /**
4512             * Sets the journal structure finder.
4513             *
4514             * @param journalStructureFinder the journal structure finder
4515             */
4516            public void setJournalStructureFinder(
4517                    JournalStructureFinder journalStructureFinder) {
4518                    this.journalStructureFinder = journalStructureFinder;
4519            }
4520    
4521            /**
4522             * Returns the journal template local service.
4523             *
4524             * @return the journal template local service
4525             */
4526            public JournalTemplateLocalService getJournalTemplateLocalService() {
4527                    return journalTemplateLocalService;
4528            }
4529    
4530            /**
4531             * Sets the journal template local service.
4532             *
4533             * @param journalTemplateLocalService the journal template local service
4534             */
4535            public void setJournalTemplateLocalService(
4536                    JournalTemplateLocalService journalTemplateLocalService) {
4537                    this.journalTemplateLocalService = journalTemplateLocalService;
4538            }
4539    
4540            /**
4541             * Returns the journal template remote service.
4542             *
4543             * @return the journal template remote service
4544             */
4545            public JournalTemplateService getJournalTemplateService() {
4546                    return journalTemplateService;
4547            }
4548    
4549            /**
4550             * Sets the journal template remote service.
4551             *
4552             * @param journalTemplateService the journal template remote service
4553             */
4554            public void setJournalTemplateService(
4555                    JournalTemplateService journalTemplateService) {
4556                    this.journalTemplateService = journalTemplateService;
4557            }
4558    
4559            /**
4560             * Returns the journal template persistence.
4561             *
4562             * @return the journal template persistence
4563             */
4564            public JournalTemplatePersistence getJournalTemplatePersistence() {
4565                    return journalTemplatePersistence;
4566            }
4567    
4568            /**
4569             * Sets the journal template persistence.
4570             *
4571             * @param journalTemplatePersistence the journal template persistence
4572             */
4573            public void setJournalTemplatePersistence(
4574                    JournalTemplatePersistence journalTemplatePersistence) {
4575                    this.journalTemplatePersistence = journalTemplatePersistence;
4576            }
4577    
4578            /**
4579             * Returns the journal template finder.
4580             *
4581             * @return the journal template finder
4582             */
4583            public JournalTemplateFinder getJournalTemplateFinder() {
4584                    return journalTemplateFinder;
4585            }
4586    
4587            /**
4588             * Sets the journal template finder.
4589             *
4590             * @param journalTemplateFinder the journal template finder
4591             */
4592            public void setJournalTemplateFinder(
4593                    JournalTemplateFinder journalTemplateFinder) {
4594                    this.journalTemplateFinder = journalTemplateFinder;
4595            }
4596    
4597            /**
4598             * Returns the message boards ban local service.
4599             *
4600             * @return the message boards ban local service
4601             */
4602            public MBBanLocalService getMBBanLocalService() {
4603                    return mbBanLocalService;
4604            }
4605    
4606            /**
4607             * Sets the message boards ban local service.
4608             *
4609             * @param mbBanLocalService the message boards ban local service
4610             */
4611            public void setMBBanLocalService(MBBanLocalService mbBanLocalService) {
4612                    this.mbBanLocalService = mbBanLocalService;
4613            }
4614    
4615            /**
4616             * Returns the message boards ban remote service.
4617             *
4618             * @return the message boards ban remote service
4619             */
4620            public MBBanService getMBBanService() {
4621                    return mbBanService;
4622            }
4623    
4624            /**
4625             * Sets the message boards ban remote service.
4626             *
4627             * @param mbBanService the message boards ban remote service
4628             */
4629            public void setMBBanService(MBBanService mbBanService) {
4630                    this.mbBanService = mbBanService;
4631            }
4632    
4633            /**
4634             * Returns the message boards ban persistence.
4635             *
4636             * @return the message boards ban persistence
4637             */
4638            public MBBanPersistence getMBBanPersistence() {
4639                    return mbBanPersistence;
4640            }
4641    
4642            /**
4643             * Sets the message boards ban persistence.
4644             *
4645             * @param mbBanPersistence the message boards ban persistence
4646             */
4647            public void setMBBanPersistence(MBBanPersistence mbBanPersistence) {
4648                    this.mbBanPersistence = mbBanPersistence;
4649            }
4650    
4651            /**
4652             * Returns the message boards category local service.
4653             *
4654             * @return the message boards category local service
4655             */
4656            public MBCategoryLocalService getMBCategoryLocalService() {
4657                    return mbCategoryLocalService;
4658            }
4659    
4660            /**
4661             * Sets the message boards category local service.
4662             *
4663             * @param mbCategoryLocalService the message boards category local service
4664             */
4665            public void setMBCategoryLocalService(
4666                    MBCategoryLocalService mbCategoryLocalService) {
4667                    this.mbCategoryLocalService = mbCategoryLocalService;
4668            }
4669    
4670            /**
4671             * Returns the message boards category remote service.
4672             *
4673             * @return the message boards category remote service
4674             */
4675            public MBCategoryService getMBCategoryService() {
4676                    return mbCategoryService;
4677            }
4678    
4679            /**
4680             * Sets the message boards category remote service.
4681             *
4682             * @param mbCategoryService the message boards category remote service
4683             */
4684            public void setMBCategoryService(MBCategoryService mbCategoryService) {
4685                    this.mbCategoryService = mbCategoryService;
4686            }
4687    
4688            /**
4689             * Returns the message boards category persistence.
4690             *
4691             * @return the message boards category persistence
4692             */
4693            public MBCategoryPersistence getMBCategoryPersistence() {
4694                    return mbCategoryPersistence;
4695            }
4696    
4697            /**
4698             * Sets the message boards category persistence.
4699             *
4700             * @param mbCategoryPersistence the message boards category persistence
4701             */
4702            public void setMBCategoryPersistence(
4703                    MBCategoryPersistence mbCategoryPersistence) {
4704                    this.mbCategoryPersistence = mbCategoryPersistence;
4705            }
4706    
4707            /**
4708             * Returns the message boards category finder.
4709             *
4710             * @return the message boards category finder
4711             */
4712            public MBCategoryFinder getMBCategoryFinder() {
4713                    return mbCategoryFinder;
4714            }
4715    
4716            /**
4717             * Sets the message boards category finder.
4718             *
4719             * @param mbCategoryFinder the message boards category finder
4720             */
4721            public void setMBCategoryFinder(MBCategoryFinder mbCategoryFinder) {
4722                    this.mbCategoryFinder = mbCategoryFinder;
4723            }
4724    
4725            /**
4726             * Returns the message boards stats user local service.
4727             *
4728             * @return the message boards stats user local service
4729             */
4730            public MBStatsUserLocalService getMBStatsUserLocalService() {
4731                    return mbStatsUserLocalService;
4732            }
4733    
4734            /**
4735             * Sets the message boards stats user local service.
4736             *
4737             * @param mbStatsUserLocalService the message boards stats user local service
4738             */
4739            public void setMBStatsUserLocalService(
4740                    MBStatsUserLocalService mbStatsUserLocalService) {
4741                    this.mbStatsUserLocalService = mbStatsUserLocalService;
4742            }
4743    
4744            /**
4745             * Returns the message boards stats user persistence.
4746             *
4747             * @return the message boards stats user persistence
4748             */
4749            public MBStatsUserPersistence getMBStatsUserPersistence() {
4750                    return mbStatsUserPersistence;
4751            }
4752    
4753            /**
4754             * Sets the message boards stats user persistence.
4755             *
4756             * @param mbStatsUserPersistence the message boards stats user persistence
4757             */
4758            public void setMBStatsUserPersistence(
4759                    MBStatsUserPersistence mbStatsUserPersistence) {
4760                    this.mbStatsUserPersistence = mbStatsUserPersistence;
4761            }
4762    
4763            /**
4764             * Returns the message boards thread local service.
4765             *
4766             * @return the message boards thread local service
4767             */
4768            public MBThreadLocalService getMBThreadLocalService() {
4769                    return mbThreadLocalService;
4770            }
4771    
4772            /**
4773             * Sets the message boards thread local service.
4774             *
4775             * @param mbThreadLocalService the message boards thread local service
4776             */
4777            public void setMBThreadLocalService(
4778                    MBThreadLocalService mbThreadLocalService) {
4779                    this.mbThreadLocalService = mbThreadLocalService;
4780            }
4781    
4782            /**
4783             * Returns the message boards thread remote service.
4784             *
4785             * @return the message boards thread remote service
4786             */
4787            public MBThreadService getMBThreadService() {
4788                    return mbThreadService;
4789            }
4790    
4791            /**
4792             * Sets the message boards thread remote service.
4793             *
4794             * @param mbThreadService the message boards thread remote service
4795             */
4796            public void setMBThreadService(MBThreadService mbThreadService) {
4797                    this.mbThreadService = mbThreadService;
4798            }
4799    
4800            /**
4801             * Returns the message boards thread persistence.
4802             *
4803             * @return the message boards thread persistence
4804             */
4805            public MBThreadPersistence getMBThreadPersistence() {
4806                    return mbThreadPersistence;
4807            }
4808    
4809            /**
4810             * Sets the message boards thread persistence.
4811             *
4812             * @param mbThreadPersistence the message boards thread persistence
4813             */
4814            public void setMBThreadPersistence(MBThreadPersistence mbThreadPersistence) {
4815                    this.mbThreadPersistence = mbThreadPersistence;
4816            }
4817    
4818            /**
4819             * Returns the message boards thread finder.
4820             *
4821             * @return the message boards thread finder
4822             */
4823            public MBThreadFinder getMBThreadFinder() {
4824                    return mbThreadFinder;
4825            }
4826    
4827            /**
4828             * Sets the message boards thread finder.
4829             *
4830             * @param mbThreadFinder the message boards thread finder
4831             */
4832            public void setMBThreadFinder(MBThreadFinder mbThreadFinder) {
4833                    this.mbThreadFinder = mbThreadFinder;
4834            }
4835    
4836            /**
4837             * Returns the polls question local service.
4838             *
4839             * @return the polls question local service
4840             */
4841            public PollsQuestionLocalService getPollsQuestionLocalService() {
4842                    return pollsQuestionLocalService;
4843            }
4844    
4845            /**
4846             * Sets the polls question local service.
4847             *
4848             * @param pollsQuestionLocalService the polls question local service
4849             */
4850            public void setPollsQuestionLocalService(
4851                    PollsQuestionLocalService pollsQuestionLocalService) {
4852                    this.pollsQuestionLocalService = pollsQuestionLocalService;
4853            }
4854    
4855            /**
4856             * Returns the polls question remote service.
4857             *
4858             * @return the polls question remote service
4859             */
4860            public PollsQuestionService getPollsQuestionService() {
4861                    return pollsQuestionService;
4862            }
4863    
4864            /**
4865             * Sets the polls question remote service.
4866             *
4867             * @param pollsQuestionService the polls question remote service
4868             */
4869            public void setPollsQuestionService(
4870                    PollsQuestionService pollsQuestionService) {
4871                    this.pollsQuestionService = pollsQuestionService;
4872            }
4873    
4874            /**
4875             * Returns the polls question persistence.
4876             *
4877             * @return the polls question persistence
4878             */
4879            public PollsQuestionPersistence getPollsQuestionPersistence() {
4880                    return pollsQuestionPersistence;
4881            }
4882    
4883            /**
4884             * Sets the polls question persistence.
4885             *
4886             * @param pollsQuestionPersistence the polls question persistence
4887             */
4888            public void setPollsQuestionPersistence(
4889                    PollsQuestionPersistence pollsQuestionPersistence) {
4890                    this.pollsQuestionPersistence = pollsQuestionPersistence;
4891            }
4892    
4893            /**
4894             * Returns the shopping cart local service.
4895             *
4896             * @return the shopping cart local service
4897             */
4898            public ShoppingCartLocalService getShoppingCartLocalService() {
4899                    return shoppingCartLocalService;
4900            }
4901    
4902            /**
4903             * Sets the shopping cart local service.
4904             *
4905             * @param shoppingCartLocalService the shopping cart local service
4906             */
4907            public void setShoppingCartLocalService(
4908                    ShoppingCartLocalService shoppingCartLocalService) {
4909                    this.shoppingCartLocalService = shoppingCartLocalService;
4910            }
4911    
4912            /**
4913             * Returns the shopping cart persistence.
4914             *
4915             * @return the shopping cart persistence
4916             */
4917            public ShoppingCartPersistence getShoppingCartPersistence() {
4918                    return shoppingCartPersistence;
4919            }
4920    
4921            /**
4922             * Sets the shopping cart persistence.
4923             *
4924             * @param shoppingCartPersistence the shopping cart persistence
4925             */
4926            public void setShoppingCartPersistence(
4927                    ShoppingCartPersistence shoppingCartPersistence) {
4928                    this.shoppingCartPersistence = shoppingCartPersistence;
4929            }
4930    
4931            /**
4932             * Returns the shopping category local service.
4933             *
4934             * @return the shopping category local service
4935             */
4936            public ShoppingCategoryLocalService getShoppingCategoryLocalService() {
4937                    return shoppingCategoryLocalService;
4938            }
4939    
4940            /**
4941             * Sets the shopping category local service.
4942             *
4943             * @param shoppingCategoryLocalService the shopping category local service
4944             */
4945            public void setShoppingCategoryLocalService(
4946                    ShoppingCategoryLocalService shoppingCategoryLocalService) {
4947                    this.shoppingCategoryLocalService = shoppingCategoryLocalService;
4948            }
4949    
4950            /**
4951             * Returns the shopping category remote service.
4952             *
4953             * @return the shopping category remote service
4954             */
4955            public ShoppingCategoryService getShoppingCategoryService() {
4956                    return shoppingCategoryService;
4957            }
4958    
4959            /**
4960             * Sets the shopping category remote service.
4961             *
4962             * @param shoppingCategoryService the shopping category remote service
4963             */
4964            public void setShoppingCategoryService(
4965                    ShoppingCategoryService shoppingCategoryService) {
4966                    this.shoppingCategoryService = shoppingCategoryService;
4967            }
4968    
4969            /**
4970             * Returns the shopping category persistence.
4971             *
4972             * @return the shopping category persistence
4973             */
4974            public ShoppingCategoryPersistence getShoppingCategoryPersistence() {
4975                    return shoppingCategoryPersistence;
4976            }
4977    
4978            /**
4979             * Sets the shopping category persistence.
4980             *
4981             * @param shoppingCategoryPersistence the shopping category persistence
4982             */
4983            public void setShoppingCategoryPersistence(
4984                    ShoppingCategoryPersistence shoppingCategoryPersistence) {
4985                    this.shoppingCategoryPersistence = shoppingCategoryPersistence;
4986            }
4987    
4988            /**
4989             * Returns the shopping coupon local service.
4990             *
4991             * @return the shopping coupon local service
4992             */
4993            public ShoppingCouponLocalService getShoppingCouponLocalService() {
4994                    return shoppingCouponLocalService;
4995            }
4996    
4997            /**
4998             * Sets the shopping coupon local service.
4999             *
5000             * @param shoppingCouponLocalService the shopping coupon local service
5001             */
5002            public void setShoppingCouponLocalService(
5003                    ShoppingCouponLocalService shoppingCouponLocalService) {
5004                    this.shoppingCouponLocalService = shoppingCouponLocalService;
5005            }
5006    
5007            /**
5008             * Returns the shopping coupon remote service.
5009             *
5010             * @return the shopping coupon remote service
5011             */
5012            public ShoppingCouponService getShoppingCouponService() {
5013                    return shoppingCouponService;
5014            }
5015    
5016            /**
5017             * Sets the shopping coupon remote service.
5018             *
5019             * @param shoppingCouponService the shopping coupon remote service
5020             */
5021            public void setShoppingCouponService(
5022                    ShoppingCouponService shoppingCouponService) {
5023                    this.shoppingCouponService = shoppingCouponService;
5024            }
5025    
5026            /**
5027             * Returns the shopping coupon persistence.
5028             *
5029             * @return the shopping coupon persistence
5030             */
5031            public ShoppingCouponPersistence getShoppingCouponPersistence() {
5032                    return shoppingCouponPersistence;
5033            }
5034    
5035            /**
5036             * Sets the shopping coupon persistence.
5037             *
5038             * @param shoppingCouponPersistence the shopping coupon persistence
5039             */
5040            public void setShoppingCouponPersistence(
5041                    ShoppingCouponPersistence shoppingCouponPersistence) {
5042                    this.shoppingCouponPersistence = shoppingCouponPersistence;
5043            }
5044    
5045            /**
5046             * Returns the shopping coupon finder.
5047             *
5048             * @return the shopping coupon finder
5049             */
5050            public ShoppingCouponFinder getShoppingCouponFinder() {
5051                    return shoppingCouponFinder;
5052            }
5053    
5054            /**
5055             * Sets the shopping coupon finder.
5056             *
5057             * @param shoppingCouponFinder the shopping coupon finder
5058             */
5059            public void setShoppingCouponFinder(
5060                    ShoppingCouponFinder shoppingCouponFinder) {
5061                    this.shoppingCouponFinder = shoppingCouponFinder;
5062            }
5063    
5064            /**
5065             * Returns the shopping order local service.
5066             *
5067             * @return the shopping order local service
5068             */
5069            public ShoppingOrderLocalService getShoppingOrderLocalService() {
5070                    return shoppingOrderLocalService;
5071            }
5072    
5073            /**
5074             * Sets the shopping order local service.
5075             *
5076             * @param shoppingOrderLocalService the shopping order local service
5077             */
5078            public void setShoppingOrderLocalService(
5079                    ShoppingOrderLocalService shoppingOrderLocalService) {
5080                    this.shoppingOrderLocalService = shoppingOrderLocalService;
5081            }
5082    
5083            /**
5084             * Returns the shopping order remote service.
5085             *
5086             * @return the shopping order remote service
5087             */
5088            public ShoppingOrderService getShoppingOrderService() {
5089                    return shoppingOrderService;
5090            }
5091    
5092            /**
5093             * Sets the shopping order remote service.
5094             *
5095             * @param shoppingOrderService the shopping order remote service
5096             */
5097            public void setShoppingOrderService(
5098                    ShoppingOrderService shoppingOrderService) {
5099                    this.shoppingOrderService = shoppingOrderService;
5100            }
5101    
5102            /**
5103             * Returns the shopping order persistence.
5104             *
5105             * @return the shopping order persistence
5106             */
5107            public ShoppingOrderPersistence getShoppingOrderPersistence() {
5108                    return shoppingOrderPersistence;
5109            }
5110    
5111            /**
5112             * Sets the shopping order persistence.
5113             *
5114             * @param shoppingOrderPersistence the shopping order persistence
5115             */
5116            public void setShoppingOrderPersistence(
5117                    ShoppingOrderPersistence shoppingOrderPersistence) {
5118                    this.shoppingOrderPersistence = shoppingOrderPersistence;
5119            }
5120    
5121            /**
5122             * Returns the shopping order finder.
5123             *
5124             * @return the shopping order finder
5125             */
5126            public ShoppingOrderFinder getShoppingOrderFinder() {
5127                    return shoppingOrderFinder;
5128            }
5129    
5130            /**
5131             * Sets the shopping order finder.
5132             *
5133             * @param shoppingOrderFinder the shopping order finder
5134             */
5135            public void setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder) {
5136                    this.shoppingOrderFinder = shoppingOrderFinder;
5137            }
5138    
5139            /**
5140             * Returns the social activity setting local service.
5141             *
5142             * @return the social activity setting local service
5143             */
5144            public SocialActivitySettingLocalService getSocialActivitySettingLocalService() {
5145                    return socialActivitySettingLocalService;
5146            }
5147    
5148            /**
5149             * Sets the social activity setting local service.
5150             *
5151             * @param socialActivitySettingLocalService the social activity setting local service
5152             */
5153            public void setSocialActivitySettingLocalService(
5154                    SocialActivitySettingLocalService socialActivitySettingLocalService) {
5155                    this.socialActivitySettingLocalService = socialActivitySettingLocalService;
5156            }
5157    
5158            /**
5159             * Returns the social activity setting remote service.
5160             *
5161             * @return the social activity setting remote service
5162             */
5163            public SocialActivitySettingService getSocialActivitySettingService() {
5164                    return socialActivitySettingService;
5165            }
5166    
5167            /**
5168             * Sets the social activity setting remote service.
5169             *
5170             * @param socialActivitySettingService the social activity setting remote service
5171             */
5172            public void setSocialActivitySettingService(
5173                    SocialActivitySettingService socialActivitySettingService) {
5174                    this.socialActivitySettingService = socialActivitySettingService;
5175            }
5176    
5177            /**
5178             * Returns the social activity setting persistence.
5179             *
5180             * @return the social activity setting persistence
5181             */
5182            public SocialActivitySettingPersistence getSocialActivitySettingPersistence() {
5183                    return socialActivitySettingPersistence;
5184            }
5185    
5186            /**
5187             * Sets the social activity setting persistence.
5188             *
5189             * @param socialActivitySettingPersistence the social activity setting persistence
5190             */
5191            public void setSocialActivitySettingPersistence(
5192                    SocialActivitySettingPersistence socialActivitySettingPersistence) {
5193                    this.socialActivitySettingPersistence = socialActivitySettingPersistence;
5194            }
5195    
5196            /**
5197             * Returns the s c framework version local service.
5198             *
5199             * @return the s c framework version local service
5200             */
5201            public SCFrameworkVersionLocalService getSCFrameworkVersionLocalService() {
5202                    return scFrameworkVersionLocalService;
5203            }
5204    
5205            /**
5206             * Sets the s c framework version local service.
5207             *
5208             * @param scFrameworkVersionLocalService the s c framework version local service
5209             */
5210            public void setSCFrameworkVersionLocalService(
5211                    SCFrameworkVersionLocalService scFrameworkVersionLocalService) {
5212                    this.scFrameworkVersionLocalService = scFrameworkVersionLocalService;
5213            }
5214    
5215            /**
5216             * Returns the s c framework version remote service.
5217             *
5218             * @return the s c framework version remote service
5219             */
5220            public SCFrameworkVersionService getSCFrameworkVersionService() {
5221                    return scFrameworkVersionService;
5222            }
5223    
5224            /**
5225             * Sets the s c framework version remote service.
5226             *
5227             * @param scFrameworkVersionService the s c framework version remote service
5228             */
5229            public void setSCFrameworkVersionService(
5230                    SCFrameworkVersionService scFrameworkVersionService) {
5231                    this.scFrameworkVersionService = scFrameworkVersionService;
5232            }
5233    
5234            /**
5235             * Returns the s c framework version persistence.
5236             *
5237             * @return the s c framework version persistence
5238             */
5239            public SCFrameworkVersionPersistence getSCFrameworkVersionPersistence() {
5240                    return scFrameworkVersionPersistence;
5241            }
5242    
5243            /**
5244             * Sets the s c framework version persistence.
5245             *
5246             * @param scFrameworkVersionPersistence the s c framework version persistence
5247             */
5248            public void setSCFrameworkVersionPersistence(
5249                    SCFrameworkVersionPersistence scFrameworkVersionPersistence) {
5250                    this.scFrameworkVersionPersistence = scFrameworkVersionPersistence;
5251            }
5252    
5253            /**
5254             * Returns the s c product entry local service.
5255             *
5256             * @return the s c product entry local service
5257             */
5258            public SCProductEntryLocalService getSCProductEntryLocalService() {
5259                    return scProductEntryLocalService;
5260            }
5261    
5262            /**
5263             * Sets the s c product entry local service.
5264             *
5265             * @param scProductEntryLocalService the s c product entry local service
5266             */
5267            public void setSCProductEntryLocalService(
5268                    SCProductEntryLocalService scProductEntryLocalService) {
5269                    this.scProductEntryLocalService = scProductEntryLocalService;
5270            }
5271    
5272            /**
5273             * Returns the s c product entry remote service.
5274             *
5275             * @return the s c product entry remote service
5276             */
5277            public SCProductEntryService getSCProductEntryService() {
5278                    return scProductEntryService;
5279            }
5280    
5281            /**
5282             * Sets the s c product entry remote service.
5283             *
5284             * @param scProductEntryService the s c product entry remote service
5285             */
5286            public void setSCProductEntryService(
5287                    SCProductEntryService scProductEntryService) {
5288                    this.scProductEntryService = scProductEntryService;
5289            }
5290    
5291            /**
5292             * Returns the s c product entry persistence.
5293             *
5294             * @return the s c product entry persistence
5295             */
5296            public SCProductEntryPersistence getSCProductEntryPersistence() {
5297                    return scProductEntryPersistence;
5298            }
5299    
5300            /**
5301             * Sets the s c product entry persistence.
5302             *
5303             * @param scProductEntryPersistence the s c product entry persistence
5304             */
5305            public void setSCProductEntryPersistence(
5306                    SCProductEntryPersistence scProductEntryPersistence) {
5307                    this.scProductEntryPersistence = scProductEntryPersistence;
5308            }
5309    
5310            /**
5311             * Returns the wiki node local service.
5312             *
5313             * @return the wiki node local service
5314             */
5315            public WikiNodeLocalService getWikiNodeLocalService() {
5316                    return wikiNodeLocalService;
5317            }
5318    
5319            /**
5320             * Sets the wiki node local service.
5321             *
5322             * @param wikiNodeLocalService the wiki node local service
5323             */
5324            public void setWikiNodeLocalService(
5325                    WikiNodeLocalService wikiNodeLocalService) {
5326                    this.wikiNodeLocalService = wikiNodeLocalService;
5327            }
5328    
5329            /**
5330             * Returns the wiki node remote service.
5331             *
5332             * @return the wiki node remote service
5333             */
5334            public WikiNodeService getWikiNodeService() {
5335                    return wikiNodeService;
5336            }
5337    
5338            /**
5339             * Sets the wiki node remote service.
5340             *
5341             * @param wikiNodeService the wiki node remote service
5342             */
5343            public void setWikiNodeService(WikiNodeService wikiNodeService) {
5344                    this.wikiNodeService = wikiNodeService;
5345            }
5346    
5347            /**
5348             * Returns the wiki node persistence.
5349             *
5350             * @return the wiki node persistence
5351             */
5352            public WikiNodePersistence getWikiNodePersistence() {
5353                    return wikiNodePersistence;
5354            }
5355    
5356            /**
5357             * Sets the wiki node persistence.
5358             *
5359             * @param wikiNodePersistence the wiki node persistence
5360             */
5361            public void setWikiNodePersistence(WikiNodePersistence wikiNodePersistence) {
5362                    this.wikiNodePersistence = wikiNodePersistence;
5363            }
5364    
5365            public void afterPropertiesSet() {
5366                    persistedModelLocalServiceRegistry.register("com.liferay.portal.model.Group",
5367                            groupLocalService);
5368            }
5369    
5370            public void destroy() {
5371                    persistedModelLocalServiceRegistry.unregister(
5372                            "com.liferay.portal.model.Group");
5373            }
5374    
5375            /**
5376             * Returns the Spring bean ID for this bean.
5377             *
5378             * @return the Spring bean ID for this bean
5379             */
5380            public String getBeanIdentifier() {
5381                    return _beanIdentifier;
5382            }
5383    
5384            /**
5385             * Sets the Spring bean ID for this bean.
5386             *
5387             * @param beanIdentifier the Spring bean ID for this bean
5388             */
5389            public void setBeanIdentifier(String beanIdentifier) {
5390                    _beanIdentifier = beanIdentifier;
5391            }
5392    
5393            protected Class<?> getModelClass() {
5394                    return Group.class;
5395            }
5396    
5397            protected String getModelClassName() {
5398                    return Group.class.getName();
5399            }
5400    
5401            /**
5402             * Performs an SQL query.
5403             *
5404             * @param sql the sql query
5405             */
5406            protected void runSQL(String sql) throws SystemException {
5407                    try {
5408                            DataSource dataSource = groupPersistence.getDataSource();
5409    
5410                            SqlUpdate sqlUpdate = SqlUpdateFactoryUtil.getSqlUpdate(dataSource,
5411                                            sql, new int[0]);
5412    
5413                            sqlUpdate.update();
5414                    }
5415                    catch (Exception e) {
5416                            throw new SystemException(e);
5417                    }
5418            }
5419    
5420            @BeanReference(type = AccountLocalService.class)
5421            protected AccountLocalService accountLocalService;
5422            @BeanReference(type = AccountService.class)
5423            protected AccountService accountService;
5424            @BeanReference(type = AccountPersistence.class)
5425            protected AccountPersistence accountPersistence;
5426            @BeanReference(type = AddressLocalService.class)
5427            protected AddressLocalService addressLocalService;
5428            @BeanReference(type = AddressService.class)
5429            protected AddressService addressService;
5430            @BeanReference(type = AddressPersistence.class)
5431            protected AddressPersistence addressPersistence;
5432            @BeanReference(type = BrowserTrackerLocalService.class)
5433            protected BrowserTrackerLocalService browserTrackerLocalService;
5434            @BeanReference(type = BrowserTrackerPersistence.class)
5435            protected BrowserTrackerPersistence browserTrackerPersistence;
5436            @BeanReference(type = ClassNameLocalService.class)
5437            protected ClassNameLocalService classNameLocalService;
5438            @BeanReference(type = ClassNameService.class)
5439            protected ClassNameService classNameService;
5440            @BeanReference(type = ClassNamePersistence.class)
5441            protected ClassNamePersistence classNamePersistence;
5442            @BeanReference(type = ClusterGroupLocalService.class)
5443            protected ClusterGroupLocalService clusterGroupLocalService;
5444            @BeanReference(type = ClusterGroupPersistence.class)
5445            protected ClusterGroupPersistence clusterGroupPersistence;
5446            @BeanReference(type = CMISRepositoryLocalService.class)
5447            protected CMISRepositoryLocalService cmisRepositoryLocalService;
5448            @BeanReference(type = CompanyLocalService.class)
5449            protected CompanyLocalService companyLocalService;
5450            @BeanReference(type = CompanyService.class)
5451            protected CompanyService companyService;
5452            @BeanReference(type = CompanyPersistence.class)
5453            protected CompanyPersistence companyPersistence;
5454            @BeanReference(type = ContactLocalService.class)
5455            protected ContactLocalService contactLocalService;
5456            @BeanReference(type = ContactService.class)
5457            protected ContactService contactService;
5458            @BeanReference(type = ContactPersistence.class)
5459            protected ContactPersistence contactPersistence;
5460            @BeanReference(type = CountryService.class)
5461            protected CountryService countryService;
5462            @BeanReference(type = CountryPersistence.class)
5463            protected CountryPersistence countryPersistence;
5464            @BeanReference(type = EmailAddressLocalService.class)
5465            protected EmailAddressLocalService emailAddressLocalService;
5466            @BeanReference(type = EmailAddressService.class)
5467            protected EmailAddressService emailAddressService;
5468            @BeanReference(type = EmailAddressPersistence.class)
5469            protected EmailAddressPersistence emailAddressPersistence;
5470            @BeanReference(type = GroupLocalService.class)
5471            protected GroupLocalService groupLocalService;
5472            @BeanReference(type = GroupService.class)
5473            protected GroupService groupService;
5474            @BeanReference(type = GroupPersistence.class)
5475            protected GroupPersistence groupPersistence;
5476            @BeanReference(type = GroupFinder.class)
5477            protected GroupFinder groupFinder;
5478            @BeanReference(type = ImageLocalService.class)
5479            protected ImageLocalService imageLocalService;
5480            @BeanReference(type = ImageService.class)
5481            protected ImageService imageService;
5482            @BeanReference(type = ImagePersistence.class)
5483            protected ImagePersistence imagePersistence;
5484            @BeanReference(type = LayoutLocalService.class)
5485            protected LayoutLocalService layoutLocalService;
5486            @BeanReference(type = LayoutService.class)
5487            protected LayoutService layoutService;
5488            @BeanReference(type = LayoutPersistence.class)
5489            protected LayoutPersistence layoutPersistence;
5490            @BeanReference(type = LayoutFinder.class)
5491            protected LayoutFinder layoutFinder;
5492            @BeanReference(type = LayoutBranchLocalService.class)
5493            protected LayoutBranchLocalService layoutBranchLocalService;
5494            @BeanReference(type = LayoutBranchService.class)
5495            protected LayoutBranchService layoutBranchService;
5496            @BeanReference(type = LayoutBranchPersistence.class)
5497            protected LayoutBranchPersistence layoutBranchPersistence;
5498            @BeanReference(type = LayoutPrototypeLocalService.class)
5499            protected LayoutPrototypeLocalService layoutPrototypeLocalService;
5500            @BeanReference(type = LayoutPrototypeService.class)
5501            protected LayoutPrototypeService layoutPrototypeService;
5502            @BeanReference(type = LayoutPrototypePersistence.class)
5503            protected LayoutPrototypePersistence layoutPrototypePersistence;
5504            @BeanReference(type = LayoutRevisionLocalService.class)
5505            protected LayoutRevisionLocalService layoutRevisionLocalService;
5506            @BeanReference(type = LayoutRevisionService.class)
5507            protected LayoutRevisionService layoutRevisionService;
5508            @BeanReference(type = LayoutRevisionPersistence.class)
5509            protected LayoutRevisionPersistence layoutRevisionPersistence;
5510            @BeanReference(type = LayoutSetLocalService.class)
5511            protected LayoutSetLocalService layoutSetLocalService;
5512            @BeanReference(type = LayoutSetService.class)
5513            protected LayoutSetService layoutSetService;
5514            @BeanReference(type = LayoutSetPersistence.class)
5515            protected LayoutSetPersistence layoutSetPersistence;
5516            @BeanReference(type = LayoutSetBranchLocalService.class)
5517            protected LayoutSetBranchLocalService layoutSetBranchLocalService;
5518            @BeanReference(type = LayoutSetBranchService.class)
5519            protected LayoutSetBranchService layoutSetBranchService;
5520            @BeanReference(type = LayoutSetBranchPersistence.class)
5521            protected LayoutSetBranchPersistence layoutSetBranchPersistence;
5522            @BeanReference(type = LayoutSetBranchFinder.class)
5523            protected LayoutSetBranchFinder layoutSetBranchFinder;
5524            @BeanReference(type = LayoutSetPrototypeLocalService.class)
5525            protected LayoutSetPrototypeLocalService layoutSetPrototypeLocalService;
5526            @BeanReference(type = LayoutSetPrototypeService.class)
5527            protected LayoutSetPrototypeService layoutSetPrototypeService;
5528            @BeanReference(type = LayoutSetPrototypePersistence.class)
5529            protected LayoutSetPrototypePersistence layoutSetPrototypePersistence;
5530            @BeanReference(type = LayoutTemplateLocalService.class)
5531            protected LayoutTemplateLocalService layoutTemplateLocalService;
5532            @BeanReference(type = ListTypeService.class)
5533            protected ListTypeService listTypeService;
5534            @BeanReference(type = ListTypePersistence.class)
5535            protected ListTypePersistence listTypePersistence;
5536            @BeanReference(type = LockLocalService.class)
5537            protected LockLocalService lockLocalService;
5538            @BeanReference(type = LockPersistence.class)
5539            protected LockPersistence lockPersistence;
5540            @BeanReference(type = LockFinder.class)
5541            protected LockFinder lockFinder;
5542            @BeanReference(type = MembershipRequestLocalService.class)
5543            protected MembershipRequestLocalService membershipRequestLocalService;
5544            @BeanReference(type = MembershipRequestService.class)
5545            protected MembershipRequestService membershipRequestService;
5546            @BeanReference(type = MembershipRequestPersistence.class)
5547            protected MembershipRequestPersistence membershipRequestPersistence;
5548            @BeanReference(type = OrganizationLocalService.class)
5549            protected OrganizationLocalService organizationLocalService;
5550            @BeanReference(type = OrganizationService.class)
5551            protected OrganizationService organizationService;
5552            @BeanReference(type = OrganizationPersistence.class)
5553            protected OrganizationPersistence organizationPersistence;
5554            @BeanReference(type = OrganizationFinder.class)
5555            protected OrganizationFinder organizationFinder;
5556            @BeanReference(type = OrgGroupRolePersistence.class)
5557            protected OrgGroupRolePersistence orgGroupRolePersistence;
5558            @BeanReference(type = OrgLaborLocalService.class)
5559            protected OrgLaborLocalService orgLaborLocalService;
5560            @BeanReference(type = OrgLaborService.class)
5561            protected OrgLaborService orgLaborService;
5562            @BeanReference(type = OrgLaborPersistence.class)
5563            protected OrgLaborPersistence orgLaborPersistence;
5564            @BeanReference(type = PasswordPolicyLocalService.class)
5565            protected PasswordPolicyLocalService passwordPolicyLocalService;
5566            @BeanReference(type = PasswordPolicyService.class)
5567            protected PasswordPolicyService passwordPolicyService;
5568            @BeanReference(type = PasswordPolicyPersistence.class)
5569            protected PasswordPolicyPersistence passwordPolicyPersistence;
5570            @BeanReference(type = PasswordPolicyFinder.class)
5571            protected PasswordPolicyFinder passwordPolicyFinder;
5572            @BeanReference(type = PasswordPolicyRelLocalService.class)
5573            protected PasswordPolicyRelLocalService passwordPolicyRelLocalService;
5574            @BeanReference(type = PasswordPolicyRelPersistence.class)
5575            protected PasswordPolicyRelPersistence passwordPolicyRelPersistence;
5576            @BeanReference(type = PasswordTrackerLocalService.class)
5577            protected PasswordTrackerLocalService passwordTrackerLocalService;
5578            @BeanReference(type = PasswordTrackerPersistence.class)
5579            protected PasswordTrackerPersistence passwordTrackerPersistence;
5580            @BeanReference(type = PermissionService.class)
5581            protected PermissionService permissionService;
5582            @BeanReference(type = PhoneLocalService.class)
5583            protected PhoneLocalService phoneLocalService;
5584            @BeanReference(type = PhoneService.class)
5585            protected PhoneService phoneService;
5586            @BeanReference(type = PhonePersistence.class)
5587            protected PhonePersistence phonePersistence;
5588            @BeanReference(type = PluginSettingLocalService.class)
5589            protected PluginSettingLocalService pluginSettingLocalService;
5590            @BeanReference(type = PluginSettingService.class)
5591            protected PluginSettingService pluginSettingService;
5592            @BeanReference(type = PluginSettingPersistence.class)
5593            protected PluginSettingPersistence pluginSettingPersistence;
5594            @BeanReference(type = PortalLocalService.class)
5595            protected PortalLocalService portalLocalService;
5596            @BeanReference(type = PortalService.class)
5597            protected PortalService portalService;
5598            @BeanReference(type = PortalPreferencesLocalService.class)
5599            protected PortalPreferencesLocalService portalPreferencesLocalService;
5600            @BeanReference(type = PortalPreferencesPersistence.class)
5601            protected PortalPreferencesPersistence portalPreferencesPersistence;
5602            @BeanReference(type = PortletLocalService.class)
5603            protected PortletLocalService portletLocalService;
5604            @BeanReference(type = PortletService.class)
5605            protected PortletService portletService;
5606            @BeanReference(type = PortletPersistence.class)
5607            protected PortletPersistence portletPersistence;
5608            @BeanReference(type = PortletItemLocalService.class)
5609            protected PortletItemLocalService portletItemLocalService;
5610            @BeanReference(type = PortletItemPersistence.class)
5611            protected PortletItemPersistence portletItemPersistence;
5612            @BeanReference(type = PortletPreferencesLocalService.class)
5613            protected PortletPreferencesLocalService portletPreferencesLocalService;
5614            @BeanReference(type = PortletPreferencesService.class)
5615            protected PortletPreferencesService portletPreferencesService;
5616            @BeanReference(type = PortletPreferencesPersistence.class)
5617            protected PortletPreferencesPersistence portletPreferencesPersistence;
5618            @BeanReference(type = PortletPreferencesFinder.class)
5619            protected PortletPreferencesFinder portletPreferencesFinder;
5620            @BeanReference(type = QuartzLocalService.class)
5621            protected QuartzLocalService quartzLocalService;
5622            @BeanReference(type = RegionService.class)
5623            protected RegionService regionService;
5624            @BeanReference(type = RegionPersistence.class)
5625            protected RegionPersistence regionPersistence;
5626            @BeanReference(type = ReleaseLocalService.class)
5627            protected ReleaseLocalService releaseLocalService;
5628            @BeanReference(type = ReleasePersistence.class)
5629            protected ReleasePersistence releasePersistence;
5630            @BeanReference(type = RepositoryLocalService.class)
5631            protected RepositoryLocalService repositoryLocalService;
5632            @BeanReference(type = RepositoryService.class)
5633            protected RepositoryService repositoryService;
5634            @BeanReference(type = RepositoryPersistence.class)
5635            protected RepositoryPersistence repositoryPersistence;
5636            @BeanReference(type = RepositoryEntryLocalService.class)
5637            protected RepositoryEntryLocalService repositoryEntryLocalService;
5638            @BeanReference(type = RepositoryEntryPersistence.class)
5639            protected RepositoryEntryPersistence repositoryEntryPersistence;
5640            @BeanReference(type = ResourceLocalService.class)
5641            protected ResourceLocalService resourceLocalService;
5642            @BeanReference(type = ResourceActionLocalService.class)
5643            protected ResourceActionLocalService resourceActionLocalService;
5644            @BeanReference(type = ResourceActionPersistence.class)
5645            protected ResourceActionPersistence resourceActionPersistence;
5646            @BeanReference(type = ResourceBlockLocalService.class)
5647            protected ResourceBlockLocalService resourceBlockLocalService;
5648            @BeanReference(type = ResourceBlockService.class)
5649            protected ResourceBlockService resourceBlockService;
5650            @BeanReference(type = ResourceBlockPersistence.class)
5651            protected ResourceBlockPersistence resourceBlockPersistence;
5652            @BeanReference(type = ResourceBlockFinder.class)
5653            protected ResourceBlockFinder resourceBlockFinder;
5654            @BeanReference(type = ResourceBlockPermissionLocalService.class)
5655            protected ResourceBlockPermissionLocalService resourceBlockPermissionLocalService;
5656            @BeanReference(type = ResourceBlockPermissionPersistence.class)
5657            protected ResourceBlockPermissionPersistence resourceBlockPermissionPersistence;
5658            @BeanReference(type = ResourcePermissionLocalService.class)
5659            protected ResourcePermissionLocalService resourcePermissionLocalService;
5660            @BeanReference(type = ResourcePermissionService.class)
5661            protected ResourcePermissionService resourcePermissionService;
5662            @BeanReference(type = ResourcePermissionPersistence.class)
5663            protected ResourcePermissionPersistence resourcePermissionPersistence;
5664            @BeanReference(type = ResourcePermissionFinder.class)
5665            protected ResourcePermissionFinder resourcePermissionFinder;
5666            @BeanReference(type = ResourceTypePermissionLocalService.class)
5667            protected ResourceTypePermissionLocalService resourceTypePermissionLocalService;
5668            @BeanReference(type = ResourceTypePermissionPersistence.class)
5669            protected ResourceTypePermissionPersistence resourceTypePermissionPersistence;
5670            @BeanReference(type = ResourceTypePermissionFinder.class)
5671            protected ResourceTypePermissionFinder resourceTypePermissionFinder;
5672            @BeanReference(type = RoleLocalService.class)
5673            protected RoleLocalService roleLocalService;
5674            @BeanReference(type = RoleService.class)
5675            protected RoleService roleService;
5676            @BeanReference(type = RolePersistence.class)
5677            protected RolePersistence rolePersistence;
5678            @BeanReference(type = RoleFinder.class)
5679            protected RoleFinder roleFinder;
5680            @BeanReference(type = ServiceComponentLocalService.class)
5681            protected ServiceComponentLocalService serviceComponentLocalService;
5682            @BeanReference(type = ServiceComponentPersistence.class)
5683            protected ServiceComponentPersistence serviceComponentPersistence;
5684            @BeanReference(type = ShardLocalService.class)
5685            protected ShardLocalService shardLocalService;
5686            @BeanReference(type = ShardPersistence.class)
5687            protected ShardPersistence shardPersistence;
5688            @BeanReference(type = SubscriptionLocalService.class)
5689            protected SubscriptionLocalService subscriptionLocalService;
5690            @BeanReference(type = SubscriptionPersistence.class)
5691            protected SubscriptionPersistence subscriptionPersistence;
5692            @BeanReference(type = TeamLocalService.class)
5693            protected TeamLocalService teamLocalService;
5694            @BeanReference(type = TeamService.class)
5695            protected TeamService teamService;
5696            @BeanReference(type = TeamPersistence.class)
5697            protected TeamPersistence teamPersistence;
5698            @BeanReference(type = TeamFinder.class)
5699            protected TeamFinder teamFinder;
5700            @BeanReference(type = ThemeLocalService.class)
5701            protected ThemeLocalService themeLocalService;
5702            @BeanReference(type = ThemeService.class)
5703            protected ThemeService themeService;
5704            @BeanReference(type = TicketLocalService.class)
5705            protected TicketLocalService ticketLocalService;
5706            @BeanReference(type = TicketPersistence.class)
5707            protected TicketPersistence ticketPersistence;
5708            @BeanReference(type = UserLocalService.class)
5709            protected UserLocalService userLocalService;
5710            @BeanReference(type = UserService.class)
5711            protected UserService userService;
5712            @BeanReference(type = UserPersistence.class)
5713            protected UserPersistence userPersistence;
5714            @BeanReference(type = UserFinder.class)
5715            protected UserFinder userFinder;
5716            @BeanReference(type = UserGroupLocalService.class)
5717            protected UserGroupLocalService userGroupLocalService;
5718            @BeanReference(type = UserGroupService.class)
5719            protected UserGroupService userGroupService;
5720            @BeanReference(type = UserGroupPersistence.class)
5721            protected UserGroupPersistence userGroupPersistence;
5722            @BeanReference(type = UserGroupFinder.class)
5723            protected UserGroupFinder userGroupFinder;
5724            @BeanReference(type = UserGroupGroupRoleLocalService.class)
5725            protected UserGroupGroupRoleLocalService userGroupGroupRoleLocalService;
5726            @BeanReference(type = UserGroupGroupRoleService.class)
5727            protected UserGroupGroupRoleService userGroupGroupRoleService;
5728            @BeanReference(type = UserGroupGroupRolePersistence.class)
5729            protected UserGroupGroupRolePersistence userGroupGroupRolePersistence;
5730            @BeanReference(type = UserGroupRoleLocalService.class)
5731            protected UserGroupRoleLocalService userGroupRoleLocalService;
5732            @BeanReference(type = UserGroupRoleService.class)
5733            protected UserGroupRoleService userGroupRoleService;
5734            @BeanReference(type = UserGroupRolePersistence.class)
5735            protected UserGroupRolePersistence userGroupRolePersistence;
5736            @BeanReference(type = UserGroupRoleFinder.class)
5737            protected UserGroupRoleFinder userGroupRoleFinder;
5738            @BeanReference(type = UserIdMapperLocalService.class)
5739            protected UserIdMapperLocalService userIdMapperLocalService;
5740            @BeanReference(type = UserIdMapperPersistence.class)
5741            protected UserIdMapperPersistence userIdMapperPersistence;
5742            @BeanReference(type = UserNotificationEventLocalService.class)
5743            protected UserNotificationEventLocalService userNotificationEventLocalService;
5744            @BeanReference(type = UserNotificationEventPersistence.class)
5745            protected UserNotificationEventPersistence userNotificationEventPersistence;
5746            @BeanReference(type = UserTrackerLocalService.class)
5747            protected UserTrackerLocalService userTrackerLocalService;
5748            @BeanReference(type = UserTrackerPersistence.class)
5749            protected UserTrackerPersistence userTrackerPersistence;
5750            @BeanReference(type = UserTrackerPathLocalService.class)
5751            protected UserTrackerPathLocalService userTrackerPathLocalService;
5752            @BeanReference(type = UserTrackerPathPersistence.class)
5753            protected UserTrackerPathPersistence userTrackerPathPersistence;
5754            @BeanReference(type = VirtualHostLocalService.class)
5755            protected VirtualHostLocalService virtualHostLocalService;
5756            @BeanReference(type = VirtualHostPersistence.class)
5757            protected VirtualHostPersistence virtualHostPersistence;
5758            @BeanReference(type = WebDAVPropsLocalService.class)
5759            protected WebDAVPropsLocalService webDAVPropsLocalService;
5760            @BeanReference(type = WebDAVPropsPersistence.class)
5761            protected WebDAVPropsPersistence webDAVPropsPersistence;
5762            @BeanReference(type = WebsiteLocalService.class)
5763            protected WebsiteLocalService websiteLocalService;
5764            @BeanReference(type = WebsiteService.class)
5765            protected WebsiteService websiteService;
5766            @BeanReference(type = WebsitePersistence.class)
5767            protected WebsitePersistence websitePersistence;
5768            @BeanReference(type = WorkflowDefinitionLinkLocalService.class)
5769            protected WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService;
5770            @BeanReference(type = WorkflowDefinitionLinkPersistence.class)
5771            protected WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence;
5772            @BeanReference(type = WorkflowInstanceLinkLocalService.class)
5773            protected WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService;
5774            @BeanReference(type = WorkflowInstanceLinkPersistence.class)
5775            protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence;
5776            @BeanReference(type = CounterLocalService.class)
5777            protected CounterLocalService counterLocalService;
5778            @BeanReference(type = AssetEntryLocalService.class)
5779            protected AssetEntryLocalService assetEntryLocalService;
5780            @BeanReference(type = AssetEntryService.class)
5781            protected AssetEntryService assetEntryService;
5782            @BeanReference(type = AssetEntryPersistence.class)
5783            protected AssetEntryPersistence assetEntryPersistence;
5784            @BeanReference(type = AssetEntryFinder.class)
5785            protected AssetEntryFinder assetEntryFinder;
5786            @BeanReference(type = AssetVocabularyLocalService.class)
5787            protected AssetVocabularyLocalService assetVocabularyLocalService;
5788            @BeanReference(type = AssetVocabularyService.class)
5789            protected AssetVocabularyService assetVocabularyService;
5790            @BeanReference(type = AssetVocabularyPersistence.class)
5791            protected AssetVocabularyPersistence assetVocabularyPersistence;
5792            @BeanReference(type = AssetVocabularyFinder.class)
5793            protected AssetVocabularyFinder assetVocabularyFinder;
5794            @BeanReference(type = BlogsEntryLocalService.class)
5795            protected BlogsEntryLocalService blogsEntryLocalService;
5796            @BeanReference(type = BlogsEntryService.class)
5797            protected BlogsEntryService blogsEntryService;
5798            @BeanReference(type = BlogsEntryPersistence.class)
5799            protected BlogsEntryPersistence blogsEntryPersistence;
5800            @BeanReference(type = BlogsEntryFinder.class)
5801            protected BlogsEntryFinder blogsEntryFinder;
5802            @BeanReference(type = BlogsStatsUserLocalService.class)
5803            protected BlogsStatsUserLocalService blogsStatsUserLocalService;
5804            @BeanReference(type = BlogsStatsUserPersistence.class)
5805            protected BlogsStatsUserPersistence blogsStatsUserPersistence;
5806            @BeanReference(type = BlogsStatsUserFinder.class)
5807            protected BlogsStatsUserFinder blogsStatsUserFinder;
5808            @BeanReference(type = BookmarksFolderLocalService.class)
5809            protected BookmarksFolderLocalService bookmarksFolderLocalService;
5810            @BeanReference(type = BookmarksFolderService.class)
5811            protected BookmarksFolderService bookmarksFolderService;
5812            @BeanReference(type = BookmarksFolderPersistence.class)
5813            protected BookmarksFolderPersistence bookmarksFolderPersistence;
5814            @BeanReference(type = BookmarksFolderFinder.class)
5815            protected BookmarksFolderFinder bookmarksFolderFinder;
5816            @BeanReference(type = CalEventLocalService.class)
5817            protected CalEventLocalService calEventLocalService;
5818            @BeanReference(type = CalEventService.class)
5819            protected CalEventService calEventService;
5820            @BeanReference(type = CalEventPersistence.class)
5821            protected CalEventPersistence calEventPersistence;
5822            @BeanReference(type = CalEventFinder.class)
5823            protected CalEventFinder calEventFinder;
5824            @BeanReference(type = DLAppLocalService.class)
5825            protected DLAppLocalService dlAppLocalService;
5826            @BeanReference(type = DLAppService.class)
5827            protected DLAppService dlAppService;
5828            @BeanReference(type = DLFileEntryTypeLocalService.class)
5829            protected DLFileEntryTypeLocalService dlFileEntryTypeLocalService;
5830            @BeanReference(type = DLFileEntryTypeService.class)
5831            protected DLFileEntryTypeService dlFileEntryTypeService;
5832            @BeanReference(type = DLFileEntryTypePersistence.class)
5833            protected DLFileEntryTypePersistence dlFileEntryTypePersistence;
5834            @BeanReference(type = DLFileEntryTypeFinder.class)
5835            protected DLFileEntryTypeFinder dlFileEntryTypeFinder;
5836            @BeanReference(type = JournalArticleLocalService.class)
5837            protected JournalArticleLocalService journalArticleLocalService;
5838            @BeanReference(type = JournalArticleService.class)
5839            protected JournalArticleService journalArticleService;
5840            @BeanReference(type = JournalArticlePersistence.class)
5841            protected JournalArticlePersistence journalArticlePersistence;
5842            @BeanReference(type = JournalArticleFinder.class)
5843            protected JournalArticleFinder journalArticleFinder;
5844            @BeanReference(type = JournalStructureLocalService.class)
5845            protected JournalStructureLocalService journalStructureLocalService;
5846            @BeanReference(type = JournalStructureService.class)
5847            protected JournalStructureService journalStructureService;
5848            @BeanReference(type = JournalStructurePersistence.class)
5849            protected JournalStructurePersistence journalStructurePersistence;
5850            @BeanReference(type = JournalStructureFinder.class)
5851            protected JournalStructureFinder journalStructureFinder;
5852            @BeanReference(type = JournalTemplateLocalService.class)
5853            protected JournalTemplateLocalService journalTemplateLocalService;
5854            @BeanReference(type = JournalTemplateService.class)
5855            protected JournalTemplateService journalTemplateService;
5856            @BeanReference(type = JournalTemplatePersistence.class)
5857            protected JournalTemplatePersistence journalTemplatePersistence;
5858            @BeanReference(type = JournalTemplateFinder.class)
5859            protected JournalTemplateFinder journalTemplateFinder;
5860            @BeanReference(type = MBBanLocalService.class)
5861            protected MBBanLocalService mbBanLocalService;
5862            @BeanReference(type = MBBanService.class)
5863            protected MBBanService mbBanService;
5864            @BeanReference(type = MBBanPersistence.class)
5865            protected MBBanPersistence mbBanPersistence;
5866            @BeanReference(type = MBCategoryLocalService.class)
5867            protected MBCategoryLocalService mbCategoryLocalService;
5868            @BeanReference(type = MBCategoryService.class)
5869            protected MBCategoryService mbCategoryService;
5870            @BeanReference(type = MBCategoryPersistence.class)
5871            protected MBCategoryPersistence mbCategoryPersistence;
5872            @BeanReference(type = MBCategoryFinder.class)
5873            protected MBCategoryFinder mbCategoryFinder;
5874            @BeanReference(type = MBStatsUserLocalService.class)
5875            protected MBStatsUserLocalService mbStatsUserLocalService;
5876            @BeanReference(type = MBStatsUserPersistence.class)
5877            protected MBStatsUserPersistence mbStatsUserPersistence;
5878            @BeanReference(type = MBThreadLocalService.class)
5879            protected MBThreadLocalService mbThreadLocalService;
5880            @BeanReference(type = MBThreadService.class)
5881            protected MBThreadService mbThreadService;
5882            @BeanReference(type = MBThreadPersistence.class)
5883            protected MBThreadPersistence mbThreadPersistence;
5884            @BeanReference(type = MBThreadFinder.class)
5885            protected MBThreadFinder mbThreadFinder;
5886            @BeanReference(type = PollsQuestionLocalService.class)
5887            protected PollsQuestionLocalService pollsQuestionLocalService;
5888            @BeanReference(type = PollsQuestionService.class)
5889            protected PollsQuestionService pollsQuestionService;
5890            @BeanReference(type = PollsQuestionPersistence.class)
5891            protected PollsQuestionPersistence pollsQuestionPersistence;
5892            @BeanReference(type = ShoppingCartLocalService.class)
5893            protected ShoppingCartLocalService shoppingCartLocalService;
5894            @BeanReference(type = ShoppingCartPersistence.class)
5895            protected ShoppingCartPersistence shoppingCartPersistence;
5896            @BeanReference(type = ShoppingCategoryLocalService.class)
5897            protected ShoppingCategoryLocalService shoppingCategoryLocalService;
5898            @BeanReference(type = ShoppingCategoryService.class)
5899            protected ShoppingCategoryService shoppingCategoryService;
5900            @BeanReference(type = ShoppingCategoryPersistence.class)
5901            protected ShoppingCategoryPersistence shoppingCategoryPersistence;
5902            @BeanReference(type = ShoppingCouponLocalService.class)
5903            protected ShoppingCouponLocalService shoppingCouponLocalService;
5904            @BeanReference(type = ShoppingCouponService.class)
5905            protected ShoppingCouponService shoppingCouponService;
5906            @BeanReference(type = ShoppingCouponPersistence.class)
5907            protected ShoppingCouponPersistence shoppingCouponPersistence;
5908            @BeanReference(type = ShoppingCouponFinder.class)
5909            protected ShoppingCouponFinder shoppingCouponFinder;
5910            @BeanReference(type = ShoppingOrderLocalService.class)
5911            protected ShoppingOrderLocalService shoppingOrderLocalService;
5912            @BeanReference(type = ShoppingOrderService.class)
5913            protected ShoppingOrderService shoppingOrderService;
5914            @BeanReference(type = ShoppingOrderPersistence.class)
5915            protected ShoppingOrderPersistence shoppingOrderPersistence;
5916            @BeanReference(type = ShoppingOrderFinder.class)
5917            protected ShoppingOrderFinder shoppingOrderFinder;
5918            @BeanReference(type = SocialActivitySettingLocalService.class)
5919            protected SocialActivitySettingLocalService socialActivitySettingLocalService;
5920            @BeanReference(type = SocialActivitySettingService.class)
5921            protected SocialActivitySettingService socialActivitySettingService;
5922            @BeanReference(type = SocialActivitySettingPersistence.class)
5923            protected SocialActivitySettingPersistence socialActivitySettingPersistence;
5924            @BeanReference(type = SCFrameworkVersionLocalService.class)
5925            protected SCFrameworkVersionLocalService scFrameworkVersionLocalService;
5926            @BeanReference(type = SCFrameworkVersionService.class)
5927            protected SCFrameworkVersionService scFrameworkVersionService;
5928            @BeanReference(type = SCFrameworkVersionPersistence.class)
5929            protected SCFrameworkVersionPersistence scFrameworkVersionPersistence;
5930            @BeanReference(type = SCProductEntryLocalService.class)
5931            protected SCProductEntryLocalService scProductEntryLocalService;
5932            @BeanReference(type = SCProductEntryService.class)
5933            protected SCProductEntryService scProductEntryService;
5934            @BeanReference(type = SCProductEntryPersistence.class)
5935            protected SCProductEntryPersistence scProductEntryPersistence;
5936            @BeanReference(type = WikiNodeLocalService.class)
5937            protected WikiNodeLocalService wikiNodeLocalService;
5938            @BeanReference(type = WikiNodeService.class)
5939            protected WikiNodeService wikiNodeService;
5940            @BeanReference(type = WikiNodePersistence.class)
5941            protected WikiNodePersistence wikiNodePersistence;
5942            @BeanReference(type = PersistedModelLocalServiceRegistry.class)
5943            protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry;
5944            private String _beanIdentifier;
5945    }