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