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