com.liferay.portal.service.persistence
Interface UserIdMapperPersistence

All Superinterfaces:
BasePersistence<UserIdMapper>

public interface UserIdMapperPersistence
extends BasePersistence<UserIdMapper>

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Author:
Brian Wing Shun Chan
See Also:
UserIdMapperPersistenceImpl, UserIdMapperUtil
Generated:

Method Summary
 void cacheResult(java.util.List<UserIdMapper> userIdMappers)
           
 void cacheResult(UserIdMapper userIdMapper)
           
 int countAll()
           
 int countByT_E(java.lang.String type, java.lang.String externalUserId)
           
 int countByU_T(long userId, java.lang.String type)
           
 int countByUserId(long userId)
           
 UserIdMapper create(long userIdMapperId)
           
 UserIdMapper fetchByPrimaryKey(long userIdMapperId)
           
 UserIdMapper fetchByT_E(java.lang.String type, java.lang.String externalUserId)
           
 UserIdMapper fetchByT_E(java.lang.String type, java.lang.String externalUserId, boolean retrieveFromCache)
           
 UserIdMapper fetchByU_T(long userId, java.lang.String type)
           
 UserIdMapper fetchByU_T(long userId, java.lang.String type, boolean retrieveFromCache)
           
 java.util.List<UserIdMapper> findAll()
           
 java.util.List<UserIdMapper> findAll(int start, int end)
           
 java.util.List<UserIdMapper> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 UserIdMapper findByPrimaryKey(long userIdMapperId)
           
 UserIdMapper findByT_E(java.lang.String type, java.lang.String externalUserId)
           
 UserIdMapper findByU_T(long userId, java.lang.String type)
           
 UserIdMapper findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 UserIdMapper findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 UserIdMapper[] findByUserId_PrevAndNext(long userIdMapperId, long userId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<UserIdMapper> findByUserId(long userId)
           
 java.util.List<UserIdMapper> findByUserId(long userId, int start, int end)
           
 java.util.List<UserIdMapper> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 UserIdMapper remove(long userIdMapperId)
           
 void removeAll()
           
 void removeByT_E(java.lang.String type, java.lang.String externalUserId)
           
 void removeByU_T(long userId, java.lang.String type)
           
 void removeByUserId(long userId)
           
 UserIdMapper updateImpl(UserIdMapper userIdMapper, boolean merge)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, unregisterListener, update
 

Method Detail

cacheResult

void cacheResult(UserIdMapper userIdMapper)

cacheResult

void cacheResult(java.util.List<UserIdMapper> userIdMappers)

create

UserIdMapper create(long userIdMapperId)

remove

UserIdMapper remove(long userIdMapperId)
                    throws NoSuchUserIdMapperException,
                           com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchUserIdMapperException
com.liferay.portal.kernel.exception.SystemException

updateImpl

UserIdMapper updateImpl(UserIdMapper userIdMapper,
                        boolean merge)
                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByPrimaryKey

UserIdMapper findByPrimaryKey(long userIdMapperId)
                              throws NoSuchUserIdMapperException,
                                     com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchUserIdMapperException
com.liferay.portal.kernel.exception.SystemException

fetchByPrimaryKey

UserIdMapper fetchByPrimaryKey(long userIdMapperId)
                               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByUserId

java.util.List<UserIdMapper> findByUserId(long userId)
                                          throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByUserId

java.util.List<UserIdMapper> findByUserId(long userId,
                                          int start,
                                          int end)
                                          throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByUserId

java.util.List<UserIdMapper> findByUserId(long userId,
                                          int start,
                                          int end,
                                          com.liferay.portal.kernel.util.OrderByComparator obc)
                                          throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByUserId_First

UserIdMapper findByUserId_First(long userId,
                                com.liferay.portal.kernel.util.OrderByComparator obc)
                                throws NoSuchUserIdMapperException,
                                       com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchUserIdMapperException
com.liferay.portal.kernel.exception.SystemException

findByUserId_Last

UserIdMapper findByUserId_Last(long userId,
                               com.liferay.portal.kernel.util.OrderByComparator obc)
                               throws NoSuchUserIdMapperException,
                                      com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchUserIdMapperException
com.liferay.portal.kernel.exception.SystemException

findByUserId_PrevAndNext

UserIdMapper[] findByUserId_PrevAndNext(long userIdMapperId,
                                        long userId,
                                        com.liferay.portal.kernel.util.OrderByComparator obc)
                                        throws NoSuchUserIdMapperException,
                                               com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchUserIdMapperException
com.liferay.portal.kernel.exception.SystemException

findByU_T

UserIdMapper findByU_T(long userId,
                       java.lang.String type)
                       throws NoSuchUserIdMapperException,
                              com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchUserIdMapperException
com.liferay.portal.kernel.exception.SystemException

fetchByU_T

UserIdMapper fetchByU_T(long userId,
                        java.lang.String type)
                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

fetchByU_T

UserIdMapper fetchByU_T(long userId,
                        java.lang.String type,
                        boolean retrieveFromCache)
                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByT_E

UserIdMapper findByT_E(java.lang.String type,
                       java.lang.String externalUserId)
                       throws NoSuchUserIdMapperException,
                              com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchUserIdMapperException
com.liferay.portal.kernel.exception.SystemException

fetchByT_E

UserIdMapper fetchByT_E(java.lang.String type,
                        java.lang.String externalUserId)
                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

fetchByT_E

UserIdMapper fetchByT_E(java.lang.String type,
                        java.lang.String externalUserId,
                        boolean retrieveFromCache)
                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

java.util.List<UserIdMapper> findAll()
                                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

java.util.List<UserIdMapper> findAll(int start,
                                     int end)
                                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

java.util.List<UserIdMapper> findAll(int start,
                                     int end,
                                     com.liferay.portal.kernel.util.OrderByComparator obc)
                                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByUserId

void removeByUserId(long userId)
                    throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByU_T

void removeByU_T(long userId,
                 java.lang.String type)
                 throws NoSuchUserIdMapperException,
                        com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchUserIdMapperException
com.liferay.portal.kernel.exception.SystemException

removeByT_E

void removeByT_E(java.lang.String type,
                 java.lang.String externalUserId)
                 throws NoSuchUserIdMapperException,
                        com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchUserIdMapperException
com.liferay.portal.kernel.exception.SystemException

removeAll

void removeAll()
               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByUserId

int countByUserId(long userId)
                  throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByU_T

int countByU_T(long userId,
               java.lang.String type)
               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByT_E

int countByT_E(java.lang.String type,
               java.lang.String externalUserId)
               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countAll

int countAll()
             throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException