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