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