|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserIdMapperPersistence
Method Summary | |
---|---|
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 |
fetchByU_T(long userId,
java.lang.String type)
|
java.util.List<UserIdMapper> |
findAll()
|
java.util.List<UserIdMapper> |
findAll(int begin,
int end)
|
java.util.List<UserIdMapper> |
findAll(int begin,
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 begin,
int end)
|
java.util.List<UserIdMapper> |
findByUserId(long userId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<UserIdMapper> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List<UserIdMapper> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
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 userIdMapper, boolean merge) . |
UserIdMapper |
update(UserIdMapper userIdMapper,
boolean merge)
Add, update, or merge, the entity. |
UserIdMapper |
updateImpl(UserIdMapper userIdMapper,
boolean merge)
|
Method Detail |
---|
UserIdMapper create(long userIdMapperId)
UserIdMapper remove(long userIdMapperId) throws com.liferay.portal.SystemException, NoSuchUserIdMapperException
com.liferay.portal.SystemException
NoSuchUserIdMapperException
UserIdMapper remove(UserIdMapper userIdMapper) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
UserIdMapper update(UserIdMapper userIdMapper) throws com.liferay.portal.SystemException
update(UserIdMapper 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 com.liferay.portal.SystemException, NoSuchUserIdMapperException
com.liferay.portal.SystemException
NoSuchUserIdMapperException
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 begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserIdMapper> findByUserId(long userId, int begin, 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 com.liferay.portal.SystemException, NoSuchUserIdMapperException
com.liferay.portal.SystemException
NoSuchUserIdMapperException
UserIdMapper findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserIdMapperException
com.liferay.portal.SystemException
NoSuchUserIdMapperException
UserIdMapper[] findByUserId_PrevAndNext(long userIdMapperId, long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserIdMapperException
com.liferay.portal.SystemException
NoSuchUserIdMapperException
UserIdMapper findByU_T(long userId, java.lang.String type) throws com.liferay.portal.SystemException, NoSuchUserIdMapperException
com.liferay.portal.SystemException
NoSuchUserIdMapperException
UserIdMapper fetchByU_T(long userId, java.lang.String type) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
UserIdMapper findByT_E(java.lang.String type, java.lang.String externalUserId) throws com.liferay.portal.SystemException, NoSuchUserIdMapperException
com.liferay.portal.SystemException
NoSuchUserIdMapperException
UserIdMapper fetchByT_E(java.lang.String type, java.lang.String externalUserId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserIdMapper> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserIdMapper> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, 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 begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserIdMapper> findAll(int begin, 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 com.liferay.portal.SystemException, NoSuchUserIdMapperException
com.liferay.portal.SystemException
NoSuchUserIdMapperException
void removeByT_E(java.lang.String type, java.lang.String externalUserId) throws com.liferay.portal.SystemException, NoSuchUserIdMapperException
com.liferay.portal.SystemException
NoSuchUserIdMapperException
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 |