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