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