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