|
|||||||||
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 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)
|
void |
registerListener(ModelListener listener)
|
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)
|
void |
unregisterListener(ModelListener listener)
|
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 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 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 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
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
void registerListener(ModelListener listener)
void unregisterListener(ModelListener listener)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |