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