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