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