|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserIdMapperPersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
UserIdMapperPersistenceImpl
,
UserIdMapperUtil
Method Summary | |
---|---|
void |
cacheResult(java.util.List<UserIdMapper> userIdMappers)
|
void |
cacheResult(UserIdMapper userIdMapper)
|
void |
clearCache()
|
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)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
UserIdMapper |
remove(long userIdMapperId)
|
UserIdMapper |
remove(UserIdMapper userIdMapper)
|
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 |
update(UserIdMapper userIdMapper)
Deprecated. Use update(UserIdMapper, boolean merge) . |
UserIdMapper |
update(UserIdMapper userIdMapper,
boolean merge)
Add, update, or merge, the entity. |
UserIdMapper |
updateImpl(UserIdMapper userIdMapper,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
getListeners, registerListener, unregisterListener |
Method Detail |
---|
void cacheResult(UserIdMapper userIdMapper)
void cacheResult(java.util.List<UserIdMapper> userIdMappers)
void clearCache()
clearCache
in interface BasePersistence
UserIdMapper create(long userIdMapperId)
UserIdMapper remove(long userIdMapperId) throws NoSuchUserIdMapperException, com.liferay.portal.SystemException
NoSuchUserIdMapperException
com.liferay.portal.SystemException
UserIdMapper remove(UserIdMapper userIdMapper) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
UserIdMapper update(UserIdMapper userIdMapper) throws com.liferay.portal.SystemException
update(UserIdMapper, boolean merge)
.
com.liferay.portal.SystemException
UserIdMapper update(UserIdMapper userIdMapper, boolean merge) throws com.liferay.portal.SystemException
userIdMapper
- the entity to add, update, or mergemerge
- boolean value for whether to merge the entity. The default
value is false. Setting merge to true is more expensive and
should only be true when userIdMapper is transient. See
LEP-5473 for a detailed discussion of this method.
com.liferay.portal.SystemException
UserIdMapper updateImpl(UserIdMapper userIdMapper, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
UserIdMapper findByPrimaryKey(long userIdMapperId) throws NoSuchUserIdMapperException, com.liferay.portal.SystemException
NoSuchUserIdMapperException
com.liferay.portal.SystemException
UserIdMapper fetchByPrimaryKey(long userIdMapperId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserIdMapper> findByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserIdMapper> findByUserId(long userId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserIdMapper> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
UserIdMapper findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchUserIdMapperException, com.liferay.portal.SystemException
NoSuchUserIdMapperException
com.liferay.portal.SystemException
UserIdMapper findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchUserIdMapperException, com.liferay.portal.SystemException
NoSuchUserIdMapperException
com.liferay.portal.SystemException
UserIdMapper[] findByUserId_PrevAndNext(long userIdMapperId, long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchUserIdMapperException, com.liferay.portal.SystemException
NoSuchUserIdMapperException
com.liferay.portal.SystemException
UserIdMapper findByU_T(long userId, java.lang.String type) throws NoSuchUserIdMapperException, com.liferay.portal.SystemException
NoSuchUserIdMapperException
com.liferay.portal.SystemException
UserIdMapper fetchByU_T(long userId, java.lang.String type) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
UserIdMapper fetchByU_T(long userId, java.lang.String type, boolean retrieveFromCache) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
UserIdMapper findByT_E(java.lang.String type, java.lang.String externalUserId) throws NoSuchUserIdMapperException, com.liferay.portal.SystemException
NoSuchUserIdMapperException
com.liferay.portal.SystemException
UserIdMapper fetchByT_E(java.lang.String type, java.lang.String externalUserId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
UserIdMapper fetchByT_E(java.lang.String type, java.lang.String externalUserId, boolean retrieveFromCache) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserIdMapper> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserIdMapper> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserIdMapper> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByU_T(long userId, java.lang.String type) throws NoSuchUserIdMapperException, com.liferay.portal.SystemException
NoSuchUserIdMapperException
com.liferay.portal.SystemException
void removeByT_E(java.lang.String type, java.lang.String externalUserId) throws NoSuchUserIdMapperException, com.liferay.portal.SystemException
NoSuchUserIdMapperException
com.liferay.portal.SystemException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByU_T(long userId, java.lang.String type) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByT_E(java.lang.String type, java.lang.String externalUserId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |