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