@ProviderType public class AnonymousUserLocalServiceWrapper extends java.lang.Object implements AnonymousUserLocalService, com.liferay.portal.kernel.service.ServiceWrapper<AnonymousUserLocalService>
AnonymousUserLocalService.AnonymousUserLocalService| Constructor and Description |
|---|
AnonymousUserLocalServiceWrapper(AnonymousUserLocalService anonymousUserLocalService) |
| Modifier and Type | Method and Description |
|---|---|
AnonymousUser |
addAnonymousUser(AnonymousUser anonymousUser)
Adds the anonymous user to the database.
|
AnonymousUser |
addAnonymousUser(long userId,
java.lang.String lastIp,
java.lang.String typeSettings,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
checkAnonymousUsers() |
AnonymousUser |
createAnonymousUser(long anonymousUserId)
Creates a new anonymous user with the primary key.
|
AnonymousUser |
deleteAnonymousUser(AnonymousUser anonymousUser)
Deletes the anonymous user from the database.
|
AnonymousUser |
deleteAnonymousUser(long anonymousUserId)
Deletes the anonymous user with the primary key from the database.
|
void |
deleteAnonymousUsers(long companyId) |
void |
deleteAnonymousUsers(long companyId,
java.util.Date createDate,
boolean includeUsers) |
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
AnonymousUser |
fetchAnonymousUser(long anonymousUserId) |
AnonymousUser |
fetchAnonymousUserByUserId(long userId) |
AnonymousUser |
fetchAnonymousUserByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the anonymous user with the matching UUID and company.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
AnonymousUser |
getAnonymousUser(long anonymousUserId)
Returns the anonymous user with the primary key.
|
AnonymousUser |
getAnonymousUserByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the anonymous user with the matching UUID and company.
|
java.util.List<AnonymousUser> |
getAnonymousUsers(int start,
int end)
Returns a range of all the anonymous users.
|
java.util.List<AnonymousUser> |
getAnonymousUsers(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AnonymousUser> orderByComparator) |
int |
getAnonymousUsersCount()
Returns the number of anonymous users.
|
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.util.Date |
getMaxAge() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
AnonymousUserLocalService |
getWrappedService() |
void |
setWrappedService(AnonymousUserLocalService anonymousUserLocalService) |
AnonymousUser |
updateAnonymousUser(AnonymousUser anonymousUser)
Updates the anonymous user in the database or adds it if it does not yet exist.
|
AnonymousUser |
updateAnonymousUser(long anonymousUserId,
long userId,
java.lang.String lastIp,
java.lang.String typeSettings,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
AnonymousUser |
updateLastIp(long anonymousUserId,
java.lang.String lastIp) |
public AnonymousUserLocalServiceWrapper(AnonymousUserLocalService anonymousUserLocalService)
public AnonymousUser addAnonymousUser(AnonymousUser anonymousUser)
addAnonymousUser in interface AnonymousUserLocalServiceanonymousUser - the anonymous userpublic AnonymousUser addAnonymousUser(long userId, java.lang.String lastIp, java.lang.String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext)
addAnonymousUser in interface AnonymousUserLocalServicepublic void checkAnonymousUsers()
throws com.liferay.portal.kernel.exception.PortalException
checkAnonymousUsers in interface AnonymousUserLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AnonymousUser createAnonymousUser(long anonymousUserId)
createAnonymousUser in interface AnonymousUserLocalServiceanonymousUserId - the primary key for the new anonymous userpublic AnonymousUser deleteAnonymousUser(AnonymousUser anonymousUser)
deleteAnonymousUser in interface AnonymousUserLocalServiceanonymousUser - the anonymous userpublic AnonymousUser deleteAnonymousUser(long anonymousUserId) throws com.liferay.portal.kernel.exception.PortalException
deleteAnonymousUser in interface AnonymousUserLocalServiceanonymousUserId - the primary key of the anonymous userPortalException - if a anonymous user with the primary key could not be foundpublic void deleteAnonymousUsers(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
deleteAnonymousUsers in interface AnonymousUserLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteAnonymousUsers(long companyId,
java.util.Date createDate,
boolean includeUsers)
throws com.liferay.portal.kernel.exception.PortalException
deleteAnonymousUsers in interface AnonymousUserLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface AnonymousUserLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface AnonymousUserLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface AnonymousUserLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.content.targeting.anonymous.users.model.impl.AnonymousUserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface AnonymousUserLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.content.targeting.anonymous.users.model.impl.AnonymousUserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface AnonymousUserLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface AnonymousUserLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface AnonymousUserLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic AnonymousUser fetchAnonymousUser(long anonymousUserId)
fetchAnonymousUser in interface AnonymousUserLocalServicepublic AnonymousUser fetchAnonymousUserByUserId(long userId)
fetchAnonymousUserByUserId in interface AnonymousUserLocalServicepublic AnonymousUser fetchAnonymousUserByUuidAndCompanyId(java.lang.String uuid, long companyId)
fetchAnonymousUserByUuidAndCompanyId in interface AnonymousUserLocalServiceuuid - the anonymous user's UUIDcompanyId - the primary key of the companynull if a matching anonymous user could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface AnonymousUserLocalServicepublic AnonymousUser getAnonymousUser(long anonymousUserId) throws com.liferay.portal.kernel.exception.PortalException
getAnonymousUser in interface AnonymousUserLocalServiceanonymousUserId - the primary key of the anonymous userPortalException - if a anonymous user with the primary key could not be foundpublic AnonymousUser getAnonymousUserByUuidAndCompanyId(java.lang.String uuid, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getAnonymousUserByUuidAndCompanyId in interface AnonymousUserLocalServiceuuid - the anonymous user's UUIDcompanyId - the primary key of the companyPortalException - if a matching anonymous user could not be foundpublic java.util.List<AnonymousUser> getAnonymousUsers(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.content.targeting.anonymous.users.model.impl.AnonymousUserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getAnonymousUsers in interface AnonymousUserLocalServicestart - the lower bound of the range of anonymous usersend - the upper bound of the range of anonymous users (not inclusive)public java.util.List<AnonymousUser> getAnonymousUsers(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AnonymousUser> orderByComparator)
getAnonymousUsers in interface AnonymousUserLocalServicepublic int getAnonymousUsersCount()
getAnonymousUsersCount in interface AnonymousUserLocalServicepublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface AnonymousUserLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface AnonymousUserLocalServicepublic java.util.Date getMaxAge()
throws com.liferay.portal.kernel.exception.PortalException
getMaxAge in interface AnonymousUserLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AnonymousUserLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface AnonymousUserLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AnonymousUser updateAnonymousUser(AnonymousUser anonymousUser)
updateAnonymousUser in interface AnonymousUserLocalServiceanonymousUser - the anonymous userpublic AnonymousUser updateAnonymousUser(long anonymousUserId, long userId, java.lang.String lastIp, java.lang.String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateAnonymousUser in interface AnonymousUserLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AnonymousUser updateLastIp(long anonymousUserId, java.lang.String lastIp)
updateLastIp in interface AnonymousUserLocalServicepublic AnonymousUserLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AnonymousUserLocalService>public void setWrappedService(AnonymousUserLocalService anonymousUserLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AnonymousUserLocalService>