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