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