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