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