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