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