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