Package | Description |
---|---|
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.service.permission |
This package defines the portal service permission interfaces and utilities.
|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
com.liferay.portal.kernel.theme |
This package defines the portal theme classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AccountWrapper
This class is a wrapper for
Account . |
Modifier and Type | Field and Description |
---|---|
static Accessor<Account,Long> |
Account.ACCOUNT_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
Account |
CompanyWrapper.getAccount() |
Account |
Company.getAccount() |
Account |
AccountWrapper.getWrappedModel() |
Account |
AccountModel.toEscapedModel() |
Account |
AccountWrapper.toEscapedModel() |
Account |
AccountModel.toUnescapedModel() |
Account |
AccountWrapper.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<Account> |
AccountModel.toCacheModel() |
CacheModel<Account> |
AccountWrapper.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
AccountModel.compareTo(Account account) |
int |
AccountWrapper.compareTo(Account account) |
static AccountSoap |
AccountSoap.toSoapModel(Account model) |
static AccountSoap[] |
AccountSoap.toSoapModels(Account[] models) |
static AccountSoap[][] |
AccountSoap.toSoapModels(Account[][] models) |
Modifier and Type | Method and Description |
---|---|
static AccountSoap[] |
AccountSoap.toSoapModels(List<Account> models) |
Constructor and Description |
---|
AccountWrapper(Account account) |
Modifier and Type | Method and Description |
---|---|
static Account |
AccountLocalServiceUtil.addAccount(Account account)
Adds the account to the database.
|
Account |
AccountLocalService.addAccount(Account account)
Adds the account to the database.
|
Account |
AccountLocalServiceWrapper.addAccount(Account account)
Adds the account to the database.
|
static Account |
AccountLocalServiceUtil.createAccount(long accountId)
Creates a new account with the primary key.
|
Account |
AccountLocalService.createAccount(long accountId)
Creates a new account with the primary key.
|
Account |
AccountLocalServiceWrapper.createAccount(long accountId)
Creates a new account with the primary key.
|
static Account |
AccountLocalServiceUtil.deleteAccount(Account account)
Deletes the account from the database.
|
Account |
AccountLocalService.deleteAccount(Account account)
Deletes the account from the database.
|
Account |
AccountLocalServiceWrapper.deleteAccount(Account account)
Deletes the account from the database.
|
static Account |
AccountLocalServiceUtil.deleteAccount(long accountId)
Deletes the account with the primary key from the database.
|
Account |
AccountLocalService.deleteAccount(long accountId)
Deletes the account with the primary key from the database.
|
Account |
AccountLocalServiceWrapper.deleteAccount(long accountId)
Deletes the account with the primary key from the database.
|
static Account |
AccountLocalServiceUtil.fetchAccount(long accountId) |
Account |
AccountLocalService.fetchAccount(long accountId) |
Account |
AccountLocalServiceWrapper.fetchAccount(long accountId) |
static Account |
AccountLocalServiceUtil.getAccount(long accountId)
Returns the account with the primary key.
|
Account |
AccountLocalService.getAccount(long accountId)
Returns the account with the primary key.
|
Account |
AccountLocalServiceWrapper.getAccount(long accountId)
Returns the account with the primary key.
|
static Account |
AccountLocalServiceUtil.getAccount(long companyId,
long accountId) |
Account |
AccountLocalService.getAccount(long companyId,
long accountId) |
Account |
AccountLocalServiceWrapper.getAccount(long companyId,
long accountId) |
static Account |
AccountLocalServiceUtil.updateAccount(Account account)
Updates the account in the database or adds it if it does not yet exist.
|
Account |
AccountLocalService.updateAccount(Account account)
Updates the account in the database or adds it if it does not yet exist.
|
Account |
AccountLocalServiceWrapper.updateAccount(Account account)
Updates the account in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static List<Account> |
AccountLocalServiceUtil.getAccounts(int start,
int end)
Returns a range of all the accounts.
|
List<Account> |
AccountLocalService.getAccounts(int start,
int end)
Returns a range of all the accounts.
|
List<Account> |
AccountLocalServiceWrapper.getAccounts(int start,
int end)
Returns a range of all the accounts.
|
Modifier and Type | Method and Description |
---|---|
static Account |
AccountLocalServiceUtil.addAccount(Account account)
Adds the account to the database.
|
Account |
AccountLocalService.addAccount(Account account)
Adds the account to the database.
|
Account |
AccountLocalServiceWrapper.addAccount(Account account)
Adds the account to the database.
|
static Account |
AccountLocalServiceUtil.deleteAccount(Account account)
Deletes the account from the database.
|
Account |
AccountLocalService.deleteAccount(Account account)
Deletes the account from the database.
|
Account |
AccountLocalServiceWrapper.deleteAccount(Account account)
Deletes the account from the database.
|
static Account |
AccountLocalServiceUtil.updateAccount(Account account)
Updates the account in the database or adds it if it does not yet exist.
|
Account |
AccountLocalService.updateAccount(Account account)
Updates the account in the database or adds it if it does not yet exist.
|
Account |
AccountLocalServiceWrapper.updateAccount(Account account)
Updates the account in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
void |
AccountPermission.check(PermissionChecker permissionChecker,
Account account,
String actionId) |
static void |
AccountPermissionUtil.check(PermissionChecker permissionChecker,
Account account,
String actionId) |
boolean |
AccountPermission.contains(PermissionChecker permissionChecker,
Account account,
String actionId) |
static boolean |
AccountPermissionUtil.contains(PermissionChecker permissionChecker,
Account account,
String actionId) |
Modifier and Type | Method and Description |
---|---|
Account |
AccountPersistence.create(long accountId)
Creates a new account with the primary key.
|
static Account |
AccountUtil.create(long accountId)
Creates a new account with the primary key.
|
Account |
AccountPersistence.fetchByPrimaryKey(long accountId)
Returns the account with the primary key or returns
null if it could not be found. |
static Account |
AccountUtil.fetchByPrimaryKey(long accountId)
Returns the account with the primary key or returns
null if it could not be found. |
Account |
AccountPersistence.findByPrimaryKey(long accountId)
Returns the account with the primary key or throws a
NoSuchAccountException if it could not be found. |
static Account |
AccountUtil.findByPrimaryKey(long accountId)
Returns the account with the primary key or throws a
NoSuchAccountException if it could not be found. |
Account |
AccountPersistence.remove(long accountId)
Removes the account with the primary key from the database.
|
static Account |
AccountUtil.remove(long accountId)
Removes the account with the primary key from the database.
|
static Account |
AccountUtil.update(Account account) |
static Account |
AccountUtil.update(Account account,
ServiceContext serviceContext) |
Account |
AccountPersistence.updateImpl(Account account) |
static Account |
AccountUtil.updateImpl(Account account) |
Modifier and Type | Method and Description |
---|---|
Map<Serializable,Account> |
AccountPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static Map<Serializable,Account> |
AccountUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
List<Account> |
AccountPersistence.findAll()
Returns all the accounts.
|
static List<Account> |
AccountUtil.findAll()
Returns all the accounts.
|
List<Account> |
AccountPersistence.findAll(int start,
int end)
Returns a range of all the accounts.
|
static List<Account> |
AccountUtil.findAll(int start,
int end)
Returns a range of all the accounts.
|
List<Account> |
AccountPersistence.findAll(int start,
int end,
OrderByComparator<Account> orderByComparator)
Returns an ordered range of all the accounts.
|
static List<Account> |
AccountUtil.findAll(int start,
int end,
OrderByComparator<Account> orderByComparator)
Returns an ordered range of all the accounts.
|
List<Account> |
AccountPersistence.findAll(int start,
int end,
OrderByComparator<Account> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the accounts.
|
static List<Account> |
AccountUtil.findAll(int start,
int end,
OrderByComparator<Account> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the accounts.
|
static List<Account> |
AccountUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<Account> |
AccountUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<Account> |
AccountUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Account> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
void |
AccountPersistence.cacheResult(Account account)
Caches the account in the entity cache if it is enabled.
|
static void |
AccountUtil.cacheResult(Account account)
Caches the account in the entity cache if it is enabled.
|
static void |
AccountUtil.clearCache(Account account) |
static Account |
AccountUtil.update(Account account) |
static Account |
AccountUtil.update(Account account,
ServiceContext serviceContext) |
Account |
AccountPersistence.updateImpl(Account account) |
static Account |
AccountUtil.updateImpl(Account account) |
Modifier and Type | Method and Description |
---|---|
void |
AccountPersistence.cacheResult(List<Account> accounts)
Caches the accounts in the entity cache if it is enabled.
|
static void |
AccountUtil.cacheResult(List<Account> accounts)
Caches the accounts in the entity cache if it is enabled.
|
List<Account> |
AccountPersistence.findAll(int start,
int end,
OrderByComparator<Account> orderByComparator)
Returns an ordered range of all the accounts.
|
static List<Account> |
AccountUtil.findAll(int start,
int end,
OrderByComparator<Account> orderByComparator)
Returns an ordered range of all the accounts.
|
List<Account> |
AccountPersistence.findAll(int start,
int end,
OrderByComparator<Account> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the accounts.
|
static List<Account> |
AccountUtil.findAll(int start,
int end,
OrderByComparator<Account> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the accounts.
|
static List<Account> |
AccountUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Account> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
Account |
ThemeDisplay.getAccount() |
Modifier and Type | Method and Description |
---|---|
void |
ThemeDisplay.setAccount(Account account) |