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