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