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