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