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