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