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