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