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