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