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