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