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