public class AccountEntryUserRelServiceUtil
extends java.lang.Object
com.liferay.account.service.impl.AccountEntryUserRelServiceImpl
and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.AccountEntryUserRelService
Constructor and Description |
---|
AccountEntryUserRelServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static AccountEntryUserRel |
addAccountEntryUserRel(long accountEntryId,
long creatorUserId,
java.lang.String screenName,
java.lang.String emailAddress,
java.util.Locale locale,
java.lang.String firstName,
java.lang.String middleName,
java.lang.String lastName,
long prefixListTypeId,
long suffixListTypeId,
java.lang.String jobTitle,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static AccountEntryUserRel |
addAccountEntryUserRelByEmailAddress(long accountEntryId,
java.lang.String emailAddress,
long[] accountRoleIds,
java.lang.String userExternalReferenceCode,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static void |
addAccountEntryUserRels(long accountEntryId,
long[] accountUserIds) |
static AccountEntryUserRel |
addPersonTypeAccountEntryUserRel(long accountEntryId,
long creatorUserId,
java.lang.String screenName,
java.lang.String emailAddress,
java.util.Locale locale,
java.lang.String firstName,
java.lang.String middleName,
java.lang.String lastName,
long prefixListTypeId,
long suffixListTypeId,
java.lang.String jobTitle,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static void |
deleteAccountEntryUserRelByEmailAddress(long accountEntryId,
java.lang.String emailAddress) |
static void |
deleteAccountEntryUserRels(long accountEntryId,
long[] accountUserIds) |
static AccountEntryUserRel |
fetchAccountEntryUserRel(long accountEntryUserRelId) |
static AccountEntryUserRel |
fetchAccountEntryUserRel(long accountEntryId,
long accountUserId) |
static AccountEntryUserRel |
getAccountEntryUserRel(long accountEntryId,
long accountUserId) |
static java.util.List<AccountEntryUserRel> |
getAccountEntryUserRelsByAccountEntryId(long accountEntryId) |
static java.util.List<AccountEntryUserRel> |
getAccountEntryUserRelsByAccountEntryId(long accountEntryId,
int start,
int end) |
static java.util.List<AccountEntryUserRel> |
getAccountEntryUserRelsByAccountUserId(long accountUserId) |
static long |
getAccountEntryUserRelsCountByAccountEntryId(long accountEntryId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static AccountEntryUserRelService |
getService() |
static void |
inviteUser(long accountEntryId,
long[] accountRoleIds,
java.lang.String emailAddress,
com.liferay.portal.kernel.model.User inviter,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static void |
setPersonTypeAccountEntryUser(long accountEntryId,
long userId) |
public static AccountEntryUserRel addAccountEntryUserRel(long accountEntryId, long creatorUserId, java.lang.String screenName, java.lang.String emailAddress, java.util.Locale locale, java.lang.String firstName, java.lang.String middleName, java.lang.String lastName, long prefixListTypeId, long suffixListTypeId, java.lang.String jobTitle, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static AccountEntryUserRel addAccountEntryUserRelByEmailAddress(long accountEntryId, java.lang.String emailAddress, long[] accountRoleIds, java.lang.String userExternalReferenceCode, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void addAccountEntryUserRels(long accountEntryId, long[] accountUserIds) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static AccountEntryUserRel addPersonTypeAccountEntryUserRel(long accountEntryId, long creatorUserId, java.lang.String screenName, java.lang.String emailAddress, java.util.Locale locale, java.lang.String firstName, java.lang.String middleName, java.lang.String lastName, long prefixListTypeId, long suffixListTypeId, java.lang.String jobTitle, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void deleteAccountEntryUserRelByEmailAddress(long accountEntryId, java.lang.String emailAddress) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void deleteAccountEntryUserRels(long accountEntryId, long[] accountUserIds) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static AccountEntryUserRel fetchAccountEntryUserRel(long accountEntryUserRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static AccountEntryUserRel fetchAccountEntryUserRel(long accountEntryId, long accountUserId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static AccountEntryUserRel getAccountEntryUserRel(long accountEntryId, long accountUserId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<AccountEntryUserRel> getAccountEntryUserRelsByAccountEntryId(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<AccountEntryUserRel> getAccountEntryUserRelsByAccountEntryId(long accountEntryId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<AccountEntryUserRel> getAccountEntryUserRelsByAccountUserId(long accountUserId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static long getAccountEntryUserRelsCountByAccountEntryId(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static void inviteUser(long accountEntryId, long[] accountRoleIds, java.lang.String emailAddress, com.liferay.portal.kernel.model.User inviter, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void setPersonTypeAccountEntryUser(long accountEntryId, long userId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static AccountEntryUserRelService getService()