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