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