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