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