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