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