001    /**
002     * Copyright (c) 2000-2010 Liferay, Inc. All rights reserved.
003     *
004     * This library is free software; you can redistribute it and/or modify it under
005     * the terms of the GNU Lesser General Public License as published by the Free
006     * Software Foundation; either version 2.1 of the License, or (at your option)
007     * any later version.
008     *
009     * This library is distributed in the hope that it will be useful, but WITHOUT
010     * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
011     * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
012     * details.
013     */
014    
015    package com.liferay.portal.service;
016    
017    
018    /**
019     * <p>
020     * This class is a wrapper for {@link UserIdMapperLocalService}.
021     * </p>
022     *
023     * @author    Brian Wing Shun Chan
024     * @see       UserIdMapperLocalService
025     * @generated
026     */
027    public class UserIdMapperLocalServiceWrapper implements UserIdMapperLocalService {
028            public UserIdMapperLocalServiceWrapper(
029                    UserIdMapperLocalService userIdMapperLocalService) {
030                    _userIdMapperLocalService = userIdMapperLocalService;
031            }
032    
033            public com.liferay.portal.model.UserIdMapper addUserIdMapper(
034                    com.liferay.portal.model.UserIdMapper userIdMapper)
035                    throws com.liferay.portal.kernel.exception.SystemException {
036                    return _userIdMapperLocalService.addUserIdMapper(userIdMapper);
037            }
038    
039            public com.liferay.portal.model.UserIdMapper createUserIdMapper(
040                    long userIdMapperId) {
041                    return _userIdMapperLocalService.createUserIdMapper(userIdMapperId);
042            }
043    
044            public void deleteUserIdMapper(long userIdMapperId)
045                    throws com.liferay.portal.kernel.exception.PortalException,
046                            com.liferay.portal.kernel.exception.SystemException {
047                    _userIdMapperLocalService.deleteUserIdMapper(userIdMapperId);
048            }
049    
050            public void deleteUserIdMapper(
051                    com.liferay.portal.model.UserIdMapper userIdMapper)
052                    throws com.liferay.portal.kernel.exception.SystemException {
053                    _userIdMapperLocalService.deleteUserIdMapper(userIdMapper);
054            }
055    
056            @SuppressWarnings("unchecked")
057            public java.util.List dynamicQuery(
058                    com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
059                    throws com.liferay.portal.kernel.exception.SystemException {
060                    return _userIdMapperLocalService.dynamicQuery(dynamicQuery);
061            }
062    
063            @SuppressWarnings("unchecked")
064            public java.util.List dynamicQuery(
065                    com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
066                    int end) throws com.liferay.portal.kernel.exception.SystemException {
067                    return _userIdMapperLocalService.dynamicQuery(dynamicQuery, start, end);
068            }
069    
070            @SuppressWarnings("unchecked")
071            public java.util.List dynamicQuery(
072                    com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
073                    int end,
074                    com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
075                    throws com.liferay.portal.kernel.exception.SystemException {
076                    return _userIdMapperLocalService.dynamicQuery(dynamicQuery, start, end,
077                            orderByComparator);
078            }
079    
080            public long dynamicQueryCount(
081                    com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
082                    throws com.liferay.portal.kernel.exception.SystemException {
083                    return _userIdMapperLocalService.dynamicQueryCount(dynamicQuery);
084            }
085    
086            public com.liferay.portal.model.UserIdMapper getUserIdMapper(
087                    long userIdMapperId)
088                    throws com.liferay.portal.kernel.exception.PortalException,
089                            com.liferay.portal.kernel.exception.SystemException {
090                    return _userIdMapperLocalService.getUserIdMapper(userIdMapperId);
091            }
092    
093            public java.util.List<com.liferay.portal.model.UserIdMapper> getUserIdMappers(
094                    int start, int end)
095                    throws com.liferay.portal.kernel.exception.SystemException {
096                    return _userIdMapperLocalService.getUserIdMappers(start, end);
097            }
098    
099            public int getUserIdMappersCount()
100                    throws com.liferay.portal.kernel.exception.SystemException {
101                    return _userIdMapperLocalService.getUserIdMappersCount();
102            }
103    
104            public com.liferay.portal.model.UserIdMapper updateUserIdMapper(
105                    com.liferay.portal.model.UserIdMapper userIdMapper)
106                    throws com.liferay.portal.kernel.exception.SystemException {
107                    return _userIdMapperLocalService.updateUserIdMapper(userIdMapper);
108            }
109    
110            public com.liferay.portal.model.UserIdMapper updateUserIdMapper(
111                    com.liferay.portal.model.UserIdMapper userIdMapper, boolean merge)
112                    throws com.liferay.portal.kernel.exception.SystemException {
113                    return _userIdMapperLocalService.updateUserIdMapper(userIdMapper, merge);
114            }
115    
116            public void deleteUserIdMappers(long userId)
117                    throws com.liferay.portal.kernel.exception.SystemException {
118                    _userIdMapperLocalService.deleteUserIdMappers(userId);
119            }
120    
121            public com.liferay.portal.model.UserIdMapper getUserIdMapper(long userId,
122                    java.lang.String type)
123                    throws com.liferay.portal.kernel.exception.PortalException,
124                            com.liferay.portal.kernel.exception.SystemException {
125                    return _userIdMapperLocalService.getUserIdMapper(userId, type);
126            }
127    
128            public com.liferay.portal.model.UserIdMapper getUserIdMapperByExternalUserId(
129                    java.lang.String type, java.lang.String externalUserId)
130                    throws com.liferay.portal.kernel.exception.PortalException,
131                            com.liferay.portal.kernel.exception.SystemException {
132                    return _userIdMapperLocalService.getUserIdMapperByExternalUserId(type,
133                            externalUserId);
134            }
135    
136            public java.util.List<com.liferay.portal.model.UserIdMapper> getUserIdMappers(
137                    long userId) throws com.liferay.portal.kernel.exception.SystemException {
138                    return _userIdMapperLocalService.getUserIdMappers(userId);
139            }
140    
141            public com.liferay.portal.model.UserIdMapper updateUserIdMapper(
142                    long userId, java.lang.String type, java.lang.String description,
143                    java.lang.String externalUserId)
144                    throws com.liferay.portal.kernel.exception.SystemException {
145                    return _userIdMapperLocalService.updateUserIdMapper(userId, type,
146                            description, externalUserId);
147            }
148    
149            public UserIdMapperLocalService getWrappedUserIdMapperLocalService() {
150                    return _userIdMapperLocalService;
151            }
152    
153            private UserIdMapperLocalService _userIdMapperLocalService;
154    }