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