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.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
com.liferay.users.admin.kernel.util |
Modifier and Type | Class and Description |
---|---|
class |
WebsiteWrapper
This class is a wrapper for
Website . |
Modifier and Type | Field and Description |
---|---|
static Accessor<Website,Long> |
Website.WEBSITE_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
Website |
WebsiteWrapper.getWrappedModel() |
Website |
WebsiteWrapper.toEscapedModel() |
Website |
WebsiteModel.toEscapedModel() |
Website |
WebsiteWrapper.toUnescapedModel() |
Website |
WebsiteModel.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
List<Website> |
User.getWebsites() |
List<Website> |
UserWrapper.getWebsites() |
CacheModel<Website> |
WebsiteWrapper.toCacheModel() |
CacheModel<Website> |
WebsiteModel.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
WebsiteWrapper.compareTo(Website website) |
int |
WebsiteModel.compareTo(Website website) |
static WebsiteSoap |
WebsiteSoap.toSoapModel(Website model) |
static WebsiteSoap[] |
WebsiteSoap.toSoapModels(Website[] models) |
static WebsiteSoap[][] |
WebsiteSoap.toSoapModels(Website[][] models) |
Modifier and Type | Method and Description |
---|---|
static WebsiteSoap[] |
WebsiteSoap.toSoapModels(List<Website> models) |
Constructor and Description |
---|
WebsiteWrapper(Website website) |
Modifier and Type | Method and Description |
---|---|
static Website |
WebsiteLocalServiceUtil.addWebsite(long userId,
String className,
long classPK,
String url,
long typeId,
boolean primary,
ServiceContext serviceContext) |
Website |
WebsiteLocalService.addWebsite(long userId,
String className,
long classPK,
String url,
long typeId,
boolean primary,
ServiceContext serviceContext) |
Website |
WebsiteLocalServiceWrapper.addWebsite(long userId,
String className,
long classPK,
String url,
long typeId,
boolean primary,
ServiceContext serviceContext) |
Website |
WebsiteServiceWrapper.addWebsite(String className,
long classPK,
String url,
long typeId,
boolean primary,
ServiceContext serviceContext) |
static Website |
WebsiteServiceUtil.addWebsite(String className,
long classPK,
String url,
long typeId,
boolean primary,
ServiceContext serviceContext) |
Website |
WebsiteService.addWebsite(String className,
long classPK,
String url,
long typeId,
boolean primary,
ServiceContext serviceContext) |
static Website |
WebsiteLocalServiceUtil.addWebsite(Website website)
Adds the website to the database.
|
Website |
WebsiteLocalService.addWebsite(Website website)
Adds the website to the database.
|
Website |
WebsiteLocalServiceWrapper.addWebsite(Website website)
Adds the website to the database.
|
static Website |
WebsiteLocalServiceUtil.createWebsite(long websiteId)
Creates a new website with the primary key.
|
Website |
WebsiteLocalService.createWebsite(long websiteId)
Creates a new website with the primary key.
|
Website |
WebsiteLocalServiceWrapper.createWebsite(long websiteId)
Creates a new website with the primary key.
|
static Website |
WebsiteLocalServiceUtil.deleteWebsite(long websiteId)
Deletes the website with the primary key from the database.
|
Website |
WebsiteLocalService.deleteWebsite(long websiteId)
Deletes the website with the primary key from the database.
|
Website |
WebsiteLocalServiceWrapper.deleteWebsite(long websiteId)
Deletes the website with the primary key from the database.
|
static Website |
WebsiteLocalServiceUtil.deleteWebsite(Website website)
Deletes the website from the database.
|
Website |
WebsiteLocalService.deleteWebsite(Website website)
Deletes the website from the database.
|
Website |
WebsiteLocalServiceWrapper.deleteWebsite(Website website)
Deletes the website from the database.
|
static Website |
WebsiteLocalServiceUtil.fetchWebsite(long websiteId) |
Website |
WebsiteLocalService.fetchWebsite(long websiteId) |
Website |
WebsiteLocalServiceWrapper.fetchWebsite(long websiteId) |
static Website |
WebsiteLocalServiceUtil.fetchWebsiteByUuidAndCompanyId(String uuid,
long companyId)
Returns the website with the matching UUID and company.
|
Website |
WebsiteLocalService.fetchWebsiteByUuidAndCompanyId(String uuid,
long companyId)
Returns the website with the matching UUID and company.
|
Website |
WebsiteLocalServiceWrapper.fetchWebsiteByUuidAndCompanyId(String uuid,
long companyId)
Returns the website with the matching UUID and company.
|
static Website |
WebsiteLocalServiceUtil.getWebsite(long websiteId)
Returns the website with the primary key.
|
Website |
WebsiteLocalService.getWebsite(long websiteId)
Returns the website with the primary key.
|
Website |
WebsiteServiceWrapper.getWebsite(long websiteId) |
Website |
WebsiteLocalServiceWrapper.getWebsite(long websiteId)
Returns the website with the primary key.
|
static Website |
WebsiteServiceUtil.getWebsite(long websiteId) |
Website |
WebsiteService.getWebsite(long websiteId) |
static Website |
WebsiteLocalServiceUtil.getWebsiteByUuidAndCompanyId(String uuid,
long companyId)
Returns the website with the matching UUID and company.
|
Website |
WebsiteLocalService.getWebsiteByUuidAndCompanyId(String uuid,
long companyId)
Returns the website with the matching UUID and company.
|
Website |
WebsiteLocalServiceWrapper.getWebsiteByUuidAndCompanyId(String uuid,
long companyId)
Returns the website with the matching UUID and company.
|
static Website |
WebsiteLocalServiceUtil.updateWebsite(long websiteId,
String url,
long typeId,
boolean primary) |
Website |
WebsiteLocalService.updateWebsite(long websiteId,
String url,
long typeId,
boolean primary) |
Website |
WebsiteServiceWrapper.updateWebsite(long websiteId,
String url,
long typeId,
boolean primary) |
Website |
WebsiteLocalServiceWrapper.updateWebsite(long websiteId,
String url,
long typeId,
boolean primary) |
static Website |
WebsiteServiceUtil.updateWebsite(long websiteId,
String url,
long typeId,
boolean primary) |
Website |
WebsiteService.updateWebsite(long websiteId,
String url,
long typeId,
boolean primary) |
static Website |
WebsiteLocalServiceUtil.updateWebsite(Website website)
Updates the website in the database or adds it if it does not yet exist.
|
Website |
WebsiteLocalService.updateWebsite(Website website)
Updates the website in the database or adds it if it does not yet exist.
|
Website |
WebsiteLocalServiceWrapper.updateWebsite(Website website)
Updates the website in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static List<Website> |
WebsiteLocalServiceUtil.getWebsites() |
List<Website> |
WebsiteLocalService.getWebsites() |
List<Website> |
WebsiteLocalServiceWrapper.getWebsites() |
static List<Website> |
WebsiteLocalServiceUtil.getWebsites(int start,
int end)
Returns a range of all the websites.
|
List<Website> |
WebsiteLocalService.getWebsites(int start,
int end)
Returns a range of all the websites.
|
List<Website> |
WebsiteLocalServiceWrapper.getWebsites(int start,
int end)
Returns a range of all the websites.
|
static List<Website> |
WebsiteLocalServiceUtil.getWebsites(long companyId,
String className,
long classPK) |
List<Website> |
WebsiteLocalService.getWebsites(long companyId,
String className,
long classPK) |
List<Website> |
WebsiteLocalServiceWrapper.getWebsites(long companyId,
String className,
long classPK) |
List<Website> |
WebsiteServiceWrapper.getWebsites(String className,
long classPK) |
static List<Website> |
WebsiteServiceUtil.getWebsites(String className,
long classPK) |
List<Website> |
WebsiteService.getWebsites(String className,
long classPK) |
Modifier and Type | Method and Description |
---|---|
static Website |
WebsiteLocalServiceUtil.addWebsite(Website website)
Adds the website to the database.
|
Website |
WebsiteLocalService.addWebsite(Website website)
Adds the website to the database.
|
Website |
WebsiteLocalServiceWrapper.addWebsite(Website website)
Adds the website to the database.
|
static Website |
WebsiteLocalServiceUtil.deleteWebsite(Website website)
Deletes the website from the database.
|
Website |
WebsiteLocalService.deleteWebsite(Website website)
Deletes the website from the database.
|
Website |
WebsiteLocalServiceWrapper.deleteWebsite(Website website)
Deletes the website from the database.
|
static Website |
WebsiteLocalServiceUtil.updateWebsite(Website website)
Updates the website in the database or adds it if it does not yet exist.
|
Website |
WebsiteLocalService.updateWebsite(Website website)
Updates the website in the database or adds it if it does not yet exist.
|
Website |
WebsiteLocalServiceWrapper.updateWebsite(Website website)
Updates the website in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
Organization |
OrganizationService.addOrganization(long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Adds an organization with additional parameters.
|
Organization |
OrganizationServiceWrapper.addOrganization(long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Adds an organization with additional parameters.
|
static Organization |
OrganizationServiceUtil.addOrganization(long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Adds an organization with additional parameters.
|
static User |
UserServiceUtil.addUser(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with additional parameters.
|
User |
UserService.addUser(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with additional parameters.
|
User |
UserServiceWrapper.addUser(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with additional parameters.
|
static User |
UserServiceUtil.addUserWithWorkflow(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with workflow and additional parameters.
|
User |
UserService.addUserWithWorkflow(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with workflow and additional parameters.
|
User |
UserServiceWrapper.addUserWithWorkflow(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with workflow and additional parameters.
|
Company |
CompanyService.updateCompany(long companyId,
String virtualHost,
String mx,
String homeURL,
boolean logo,
byte[] logoBytes,
String name,
String legalName,
String legalId,
String legalType,
String sicCode,
String tickerSymbol,
String industry,
String type,
String size,
String languageId,
String timeZoneId,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
UnicodeProperties properties)
Updates the company with addition information.
|
static Company |
CompanyServiceUtil.updateCompany(long companyId,
String virtualHost,
String mx,
String homeURL,
boolean logo,
byte[] logoBytes,
String name,
String legalName,
String legalId,
String legalType,
String sicCode,
String tickerSymbol,
String industry,
String type,
String size,
String languageId,
String timeZoneId,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
UnicodeProperties properties)
Updates the company with addition information.
|
Company |
CompanyServiceWrapper.updateCompany(long companyId,
String virtualHost,
String mx,
String homeURL,
boolean logo,
byte[] logoBytes,
String name,
String legalName,
String legalId,
String legalType,
String sicCode,
String tickerSymbol,
String industry,
String type,
String size,
String languageId,
String timeZoneId,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
UnicodeProperties properties)
Updates the company with addition information.
|
Company |
CompanyService.updateCompany(long companyId,
String virtualHost,
String mx,
String homeURL,
String name,
String legalName,
String legalId,
String legalType,
String sicCode,
String tickerSymbol,
String industry,
String type,
String size,
String languageId,
String timeZoneId,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
UnicodeProperties properties)
|
static Company |
CompanyServiceUtil.updateCompany(long companyId,
String virtualHost,
String mx,
String homeURL,
String name,
String legalName,
String legalId,
String legalType,
String sicCode,
String tickerSymbol,
String industry,
String type,
String size,
String languageId,
String timeZoneId,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
UnicodeProperties properties)
|
Company |
CompanyServiceWrapper.updateCompany(long companyId,
String virtualHost,
String mx,
String homeURL,
String name,
String legalName,
String legalId,
String legalType,
String sicCode,
String tickerSymbol,
String industry,
String type,
String size,
String languageId,
String timeZoneId,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
UnicodeProperties properties)
|
Organization |
OrganizationService.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean logo,
byte[] logoBytes,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Updates the organization with additional parameters.
|
Organization |
OrganizationServiceWrapper.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean logo,
byte[] logoBytes,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Updates the organization with additional parameters.
|
static Organization |
OrganizationServiceUtil.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean logo,
byte[] logoBytes,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Updates the organization with additional parameters.
|
Organization |
OrganizationService.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Deprecated.
|
Organization |
OrganizationServiceWrapper.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Deprecated.
|
static Organization |
OrganizationServiceUtil.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Deprecated.
|
static User |
UserServiceUtil.updateUser(long userId,
String oldPassword,
String newPassword1,
String newPassword2,
boolean passwordReset,
String reminderQueryQuestion,
String reminderQueryAnswer,
String screenName,
String emailAddress,
long facebookId,
String openId,
boolean portrait,
byte[] portraitBytes,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
ServiceContext serviceContext)
Updates the user with additional parameters.
|
User |
UserService.updateUser(long userId,
String oldPassword,
String newPassword1,
String newPassword2,
boolean passwordReset,
String reminderQueryQuestion,
String reminderQueryAnswer,
String screenName,
String emailAddress,
long facebookId,
String openId,
boolean portrait,
byte[] portraitBytes,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
ServiceContext serviceContext)
Updates the user with additional parameters.
|
User |
UserServiceWrapper.updateUser(long userId,
String oldPassword,
String newPassword1,
String newPassword2,
boolean passwordReset,
String reminderQueryQuestion,
String reminderQueryAnswer,
String screenName,
String emailAddress,
long facebookId,
String openId,
boolean portrait,
byte[] portraitBytes,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
ServiceContext serviceContext)
Updates the user with additional parameters.
|
static User |
UserServiceUtil.updateUser(long userId,
String oldPassword,
String newPassword1,
String newPassword2,
boolean passwordReset,
String reminderQueryQuestion,
String reminderQueryAnswer,
String screenName,
String emailAddress,
long facebookId,
String openId,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
ServiceContext serviceContext)
Deprecated.
|
User |
UserService.updateUser(long userId,
String oldPassword,
String newPassword1,
String newPassword2,
boolean passwordReset,
String reminderQueryQuestion,
String reminderQueryAnswer,
String screenName,
String emailAddress,
long facebookId,
String openId,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
ServiceContext serviceContext)
Deprecated.
As of Wilberforce (7.0.x), replaced by
UserService.updateUser(long, String, String, String, boolean, String,
String, String, String, long, String, boolean, byte[],
String, String, String, String, String, String, String, long,
long, boolean, int, int, int, String, String, String, String,
String, String, long[], long[], long[], List, long[], List,
List, List, List, List, ServiceContext) |
User |
UserServiceWrapper.updateUser(long userId,
String oldPassword,
String newPassword1,
String newPassword2,
boolean passwordReset,
String reminderQueryQuestion,
String reminderQueryAnswer,
String screenName,
String emailAddress,
long facebookId,
String openId,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
ServiceContext serviceContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Website |
WebsitePersistence.create(long websiteId)
Creates a new website with the primary key.
|
static Website |
WebsiteUtil.create(long websiteId)
Creates a new website with the primary key.
|
Website |
WebsitePersistence.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static Website |
WebsiteUtil.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
Website |
WebsitePersistence.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static Website |
WebsiteUtil.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
Website |
WebsitePersistence.fetchByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
static Website |
WebsiteUtil.fetchByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
Website |
WebsitePersistence.fetchByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
static Website |
WebsiteUtil.fetchByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
Website |
WebsitePersistence.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ?.
|
static Website |
WebsiteUtil.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ?.
|
Website |
WebsitePersistence.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ?.
|
static Website |
WebsiteUtil.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ?.
|
Website |
WebsitePersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ?.
|
static Website |
WebsiteUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ?.
|
Website |
WebsitePersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ?.
|
static Website |
WebsiteUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ?.
|
Website |
WebsitePersistence.fetchByPrimaryKey(long websiteId)
Returns the website with the primary key or returns
null if it could not be found. |
static Website |
WebsiteUtil.fetchByPrimaryKey(long websiteId)
Returns the website with the primary key or returns
null if it could not be found. |
Website |
WebsitePersistence.fetchByUserId_First(long userId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where userId = ?.
|
static Website |
WebsiteUtil.fetchByUserId_First(long userId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where userId = ?.
|
Website |
WebsitePersistence.fetchByUserId_Last(long userId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where userId = ?.
|
static Website |
WebsiteUtil.fetchByUserId_Last(long userId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where userId = ?.
|
Website |
WebsitePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where uuid = ? and companyId = ?.
|
static Website |
WebsiteUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where uuid = ? and companyId = ?.
|
Website |
WebsitePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where uuid = ? and companyId = ?.
|
static Website |
WebsiteUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where uuid = ? and companyId = ?.
|
Website |
WebsitePersistence.fetchByUuid_First(String uuid,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where uuid = ?.
|
static Website |
WebsiteUtil.fetchByUuid_First(String uuid,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where uuid = ?.
|
Website |
WebsitePersistence.fetchByUuid_Last(String uuid,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where uuid = ?.
|
static Website |
WebsiteUtil.fetchByUuid_Last(String uuid,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where uuid = ?.
|
Website |
WebsitePersistence.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static Website |
WebsiteUtil.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
Website |
WebsitePersistence.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static Website |
WebsiteUtil.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
Website |
WebsitePersistence.findByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
static Website |
WebsiteUtil.findByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
Website |
WebsitePersistence.findByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
static Website |
WebsiteUtil.findByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
Website[] |
WebsitePersistence.findByC_C_C_P_PrevAndNext(long websiteId,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
static Website[] |
WebsiteUtil.findByC_C_C_P_PrevAndNext(long websiteId,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
Website[] |
WebsitePersistence.findByC_C_C_PrevAndNext(long websiteId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static Website[] |
WebsiteUtil.findByC_C_C_PrevAndNext(long websiteId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
Website |
WebsitePersistence.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ?.
|
static Website |
WebsiteUtil.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ?.
|
Website |
WebsitePersistence.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ?.
|
static Website |
WebsiteUtil.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ?.
|
Website[] |
WebsitePersistence.findByC_C_PrevAndNext(long websiteId,
long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ?.
|
static Website[] |
WebsiteUtil.findByC_C_PrevAndNext(long websiteId,
long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ?.
|
Website |
WebsitePersistence.findByCompanyId_First(long companyId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ?.
|
static Website |
WebsiteUtil.findByCompanyId_First(long companyId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ?.
|
Website |
WebsitePersistence.findByCompanyId_Last(long companyId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ?.
|
static Website |
WebsiteUtil.findByCompanyId_Last(long companyId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ?.
|
Website[] |
WebsitePersistence.findByCompanyId_PrevAndNext(long websiteId,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ?.
|
static Website[] |
WebsiteUtil.findByCompanyId_PrevAndNext(long websiteId,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ?.
|
Website |
WebsitePersistence.findByPrimaryKey(long websiteId)
Returns the website with the primary key or throws a
NoSuchWebsiteException if it could not be found. |
static Website |
WebsiteUtil.findByPrimaryKey(long websiteId)
Returns the website with the primary key or throws a
NoSuchWebsiteException if it could not be found. |
Website |
WebsitePersistence.findByUserId_First(long userId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where userId = ?.
|
static Website |
WebsiteUtil.findByUserId_First(long userId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where userId = ?.
|
Website |
WebsitePersistence.findByUserId_Last(long userId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where userId = ?.
|
static Website |
WebsiteUtil.findByUserId_Last(long userId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where userId = ?.
|
Website[] |
WebsitePersistence.findByUserId_PrevAndNext(long websiteId,
long userId,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where userId = ?.
|
static Website[] |
WebsiteUtil.findByUserId_PrevAndNext(long websiteId,
long userId,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where userId = ?.
|
Website |
WebsitePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where uuid = ? and companyId = ?.
|
static Website |
WebsiteUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where uuid = ? and companyId = ?.
|
Website |
WebsitePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where uuid = ? and companyId = ?.
|
static Website |
WebsiteUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where uuid = ? and companyId = ?.
|
Website[] |
WebsitePersistence.findByUuid_C_PrevAndNext(long websiteId,
String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where uuid = ? and companyId = ?.
|
static Website[] |
WebsiteUtil.findByUuid_C_PrevAndNext(long websiteId,
String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where uuid = ? and companyId = ?.
|
Website |
WebsitePersistence.findByUuid_First(String uuid,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where uuid = ?.
|
static Website |
WebsiteUtil.findByUuid_First(String uuid,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where uuid = ?.
|
Website |
WebsitePersistence.findByUuid_Last(String uuid,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where uuid = ?.
|
static Website |
WebsiteUtil.findByUuid_Last(String uuid,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where uuid = ?.
|
Website[] |
WebsitePersistence.findByUuid_PrevAndNext(long websiteId,
String uuid,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where uuid = ?.
|
static Website[] |
WebsiteUtil.findByUuid_PrevAndNext(long websiteId,
String uuid,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where uuid = ?.
|
Website |
WebsitePersistence.remove(long websiteId)
Removes the website with the primary key from the database.
|
static Website |
WebsiteUtil.remove(long websiteId)
Removes the website with the primary key from the database.
|
static Website |
WebsiteUtil.update(Website website) |
static Website |
WebsiteUtil.update(Website website,
ServiceContext serviceContext) |
Website |
WebsitePersistence.updateImpl(Website website) |
static Website |
WebsiteUtil.updateImpl(Website website) |
Modifier and Type | Method and Description |
---|---|
Map<Serializable,Website> |
WebsitePersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static Map<Serializable,Website> |
WebsiteUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
List<Website> |
WebsitePersistence.findAll()
Returns all the websites.
|
static List<Website> |
WebsiteUtil.findAll()
Returns all the websites.
|
List<Website> |
WebsitePersistence.findAll(int start,
int end)
Returns a range of all the websites.
|
static List<Website> |
WebsiteUtil.findAll(int start,
int end)
Returns a range of all the websites.
|
List<Website> |
WebsitePersistence.findAll(int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites.
|
static List<Website> |
WebsiteUtil.findAll(int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites.
|
List<Website> |
WebsitePersistence.findAll(int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites.
|
static List<Website> |
WebsiteUtil.findAll(int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites.
|
List<Website> |
WebsitePersistence.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Returns all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
static List<Website> |
WebsiteUtil.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Returns all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
List<Website> |
WebsitePersistence.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end)
Returns a range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
static List<Website> |
WebsiteUtil.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end)
Returns a range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
List<Website> |
WebsitePersistence.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
static List<Website> |
WebsiteUtil.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
List<Website> |
WebsitePersistence.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
static List<Website> |
WebsiteUtil.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
List<Website> |
WebsitePersistence.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns all the websites where companyId = ? and classNameId = ? and classPK = ?.
|
static List<Website> |
WebsiteUtil.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns all the websites where companyId = ? and classNameId = ? and classPK = ?.
|
List<Website> |
WebsitePersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the websites where companyId = ? and classNameId = ? and classPK = ?.
|
static List<Website> |
WebsiteUtil.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the websites where companyId = ? and classNameId = ? and classPK = ?.
|
List<Website> |
WebsitePersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.
|
static List<Website> |
WebsiteUtil.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.
|
List<Website> |
WebsitePersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.
|
static List<Website> |
WebsiteUtil.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.
|
List<Website> |
WebsitePersistence.findByC_C(long companyId,
long classNameId)
Returns all the websites where companyId = ? and classNameId = ?.
|
static List<Website> |
WebsiteUtil.findByC_C(long companyId,
long classNameId)
Returns all the websites where companyId = ? and classNameId = ?.
|
List<Website> |
WebsitePersistence.findByC_C(long companyId,
long classNameId,
int start,
int end)
Returns a range of all the websites where companyId = ? and classNameId = ?.
|
static List<Website> |
WebsiteUtil.findByC_C(long companyId,
long classNameId,
int start,
int end)
Returns a range of all the websites where companyId = ? and classNameId = ?.
|
List<Website> |
WebsitePersistence.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where companyId = ? and classNameId = ?.
|
static List<Website> |
WebsiteUtil.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where companyId = ? and classNameId = ?.
|
List<Website> |
WebsitePersistence.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites where companyId = ? and classNameId = ?.
|
static List<Website> |
WebsiteUtil.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites where companyId = ? and classNameId = ?.
|
List<Website> |
WebsitePersistence.findByCompanyId(long companyId)
Returns all the websites where companyId = ?.
|
static List<Website> |
WebsiteUtil.findByCompanyId(long companyId)
Returns all the websites where companyId = ?.
|
List<Website> |
WebsitePersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the websites where companyId = ?.
|
static List<Website> |
WebsiteUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the websites where companyId = ?.
|
List<Website> |
WebsitePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where companyId = ?.
|
static List<Website> |
WebsiteUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where companyId = ?.
|
List<Website> |
WebsitePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites where companyId = ?.
|
static List<Website> |
WebsiteUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites where companyId = ?.
|
List<Website> |
WebsitePersistence.findByUserId(long userId)
Returns all the websites where userId = ?.
|
static List<Website> |
WebsiteUtil.findByUserId(long userId)
Returns all the websites where userId = ?.
|
List<Website> |
WebsitePersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the websites where userId = ?.
|
static List<Website> |
WebsiteUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the websites where userId = ?.
|
List<Website> |
WebsitePersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where userId = ?.
|
static List<Website> |
WebsiteUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where userId = ?.
|
List<Website> |
WebsitePersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites where userId = ?.
|
static List<Website> |
WebsiteUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites where userId = ?.
|
List<Website> |
WebsitePersistence.findByUuid_C(String uuid,
long companyId)
Returns all the websites where uuid = ? and companyId = ?.
|
static List<Website> |
WebsiteUtil.findByUuid_C(String uuid,
long companyId)
Returns all the websites where uuid = ? and companyId = ?.
|
List<Website> |
WebsitePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the websites where uuid = ? and companyId = ?.
|
static List<Website> |
WebsiteUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the websites where uuid = ? and companyId = ?.
|
List<Website> |
WebsitePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where uuid = ? and companyId = ?.
|
static List<Website> |
WebsiteUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where uuid = ? and companyId = ?.
|
List<Website> |
WebsitePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites where uuid = ? and companyId = ?.
|
static List<Website> |
WebsiteUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites where uuid = ? and companyId = ?.
|
List<Website> |
WebsitePersistence.findByUuid(String uuid)
Returns all the websites where uuid = ?.
|
static List<Website> |
WebsiteUtil.findByUuid(String uuid)
Returns all the websites where uuid = ?.
|
List<Website> |
WebsitePersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the websites where uuid = ?.
|
static List<Website> |
WebsiteUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the websites where uuid = ?.
|
List<Website> |
WebsitePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where uuid = ?.
|
static List<Website> |
WebsiteUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where uuid = ?.
|
List<Website> |
WebsitePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites where uuid = ?.
|
static List<Website> |
WebsiteUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites where uuid = ?.
|
static List<Website> |
WebsiteUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<Website> |
WebsiteUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<Website> |
WebsiteUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Website> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
void |
WebsitePersistence.cacheResult(Website website)
Caches the website in the entity cache if it is enabled.
|
static void |
WebsiteUtil.cacheResult(Website website)
Caches the website in the entity cache if it is enabled.
|
static void |
WebsiteUtil.clearCache(Website website) |
static Website |
WebsiteUtil.update(Website website) |
static Website |
WebsiteUtil.update(Website website,
ServiceContext serviceContext) |
Website |
WebsitePersistence.updateImpl(Website website) |
static Website |
WebsiteUtil.updateImpl(Website website) |
Modifier and Type | Method and Description |
---|---|
void |
WebsitePersistence.cacheResult(List<Website> websites)
Caches the websites in the entity cache if it is enabled.
|
static void |
WebsiteUtil.cacheResult(List<Website> websites)
Caches the websites in the entity cache if it is enabled.
|
Website |
WebsitePersistence.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static Website |
WebsiteUtil.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
Website |
WebsitePersistence.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static Website |
WebsiteUtil.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
Website |
WebsitePersistence.fetchByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
static Website |
WebsiteUtil.fetchByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
Website |
WebsitePersistence.fetchByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
static Website |
WebsiteUtil.fetchByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
Website |
WebsitePersistence.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ?.
|
static Website |
WebsiteUtil.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ?.
|
Website |
WebsitePersistence.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ?.
|
static Website |
WebsiteUtil.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ?.
|
Website |
WebsitePersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ?.
|
static Website |
WebsiteUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ?.
|
Website |
WebsitePersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ?.
|
static Website |
WebsiteUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ?.
|
Website |
WebsitePersistence.fetchByUserId_First(long userId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where userId = ?.
|
static Website |
WebsiteUtil.fetchByUserId_First(long userId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where userId = ?.
|
Website |
WebsitePersistence.fetchByUserId_Last(long userId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where userId = ?.
|
static Website |
WebsiteUtil.fetchByUserId_Last(long userId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where userId = ?.
|
Website |
WebsitePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where uuid = ? and companyId = ?.
|
static Website |
WebsiteUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where uuid = ? and companyId = ?.
|
Website |
WebsitePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where uuid = ? and companyId = ?.
|
static Website |
WebsiteUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where uuid = ? and companyId = ?.
|
Website |
WebsitePersistence.fetchByUuid_First(String uuid,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where uuid = ?.
|
static Website |
WebsiteUtil.fetchByUuid_First(String uuid,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where uuid = ?.
|
Website |
WebsitePersistence.fetchByUuid_Last(String uuid,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where uuid = ?.
|
static Website |
WebsiteUtil.fetchByUuid_Last(String uuid,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where uuid = ?.
|
List<Website> |
WebsitePersistence.findAll(int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites.
|
static List<Website> |
WebsiteUtil.findAll(int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites.
|
List<Website> |
WebsitePersistence.findAll(int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites.
|
static List<Website> |
WebsiteUtil.findAll(int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites.
|
Website |
WebsitePersistence.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static Website |
WebsiteUtil.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
Website |
WebsitePersistence.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static Website |
WebsiteUtil.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
Website |
WebsitePersistence.findByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
static Website |
WebsiteUtil.findByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
Website |
WebsitePersistence.findByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
static Website |
WebsiteUtil.findByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
Website[] |
WebsitePersistence.findByC_C_C_P_PrevAndNext(long websiteId,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
static Website[] |
WebsiteUtil.findByC_C_C_P_PrevAndNext(long websiteId,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
List<Website> |
WebsitePersistence.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
static List<Website> |
WebsiteUtil.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
List<Website> |
WebsitePersistence.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
static List<Website> |
WebsiteUtil.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
Website[] |
WebsitePersistence.findByC_C_C_PrevAndNext(long websiteId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static Website[] |
WebsiteUtil.findByC_C_C_PrevAndNext(long websiteId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
List<Website> |
WebsitePersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.
|
static List<Website> |
WebsiteUtil.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.
|
List<Website> |
WebsitePersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.
|
static List<Website> |
WebsiteUtil.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.
|
Website |
WebsitePersistence.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ?.
|
static Website |
WebsiteUtil.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ?.
|
Website |
WebsitePersistence.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ?.
|
static Website |
WebsiteUtil.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ?.
|
Website[] |
WebsitePersistence.findByC_C_PrevAndNext(long websiteId,
long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ?.
|
static Website[] |
WebsiteUtil.findByC_C_PrevAndNext(long websiteId,
long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ?.
|
List<Website> |
WebsitePersistence.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where companyId = ? and classNameId = ?.
|
static List<Website> |
WebsiteUtil.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where companyId = ? and classNameId = ?.
|
List<Website> |
WebsitePersistence.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites where companyId = ? and classNameId = ?.
|
static List<Website> |
WebsiteUtil.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites where companyId = ? and classNameId = ?.
|
Website |
WebsitePersistence.findByCompanyId_First(long companyId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ?.
|
static Website |
WebsiteUtil.findByCompanyId_First(long companyId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ?.
|
Website |
WebsitePersistence.findByCompanyId_Last(long companyId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ?.
|
static Website |
WebsiteUtil.findByCompanyId_Last(long companyId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ?.
|
Website[] |
WebsitePersistence.findByCompanyId_PrevAndNext(long websiteId,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ?.
|
static Website[] |
WebsiteUtil.findByCompanyId_PrevAndNext(long websiteId,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ?.
|
List<Website> |
WebsitePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where companyId = ?.
|
static List<Website> |
WebsiteUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where companyId = ?.
|
List<Website> |
WebsitePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites where companyId = ?.
|
static List<Website> |
WebsiteUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites where companyId = ?.
|
Website |
WebsitePersistence.findByUserId_First(long userId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where userId = ?.
|
static Website |
WebsiteUtil.findByUserId_First(long userId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where userId = ?.
|
Website |
WebsitePersistence.findByUserId_Last(long userId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where userId = ?.
|
static Website |
WebsiteUtil.findByUserId_Last(long userId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where userId = ?.
|
Website[] |
WebsitePersistence.findByUserId_PrevAndNext(long websiteId,
long userId,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where userId = ?.
|
static Website[] |
WebsiteUtil.findByUserId_PrevAndNext(long websiteId,
long userId,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where userId = ?.
|
List<Website> |
WebsitePersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where userId = ?.
|
static List<Website> |
WebsiteUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where userId = ?.
|
List<Website> |
WebsitePersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites where userId = ?.
|
static List<Website> |
WebsiteUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites where userId = ?.
|
Website |
WebsitePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where uuid = ? and companyId = ?.
|
static Website |
WebsiteUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where uuid = ? and companyId = ?.
|
Website |
WebsitePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where uuid = ? and companyId = ?.
|
static Website |
WebsiteUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where uuid = ? and companyId = ?.
|
Website[] |
WebsitePersistence.findByUuid_C_PrevAndNext(long websiteId,
String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where uuid = ? and companyId = ?.
|
static Website[] |
WebsiteUtil.findByUuid_C_PrevAndNext(long websiteId,
String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where uuid = ? and companyId = ?.
|
List<Website> |
WebsitePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where uuid = ? and companyId = ?.
|
static List<Website> |
WebsiteUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where uuid = ? and companyId = ?.
|
List<Website> |
WebsitePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites where uuid = ? and companyId = ?.
|
static List<Website> |
WebsiteUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites where uuid = ? and companyId = ?.
|
Website |
WebsitePersistence.findByUuid_First(String uuid,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where uuid = ?.
|
static Website |
WebsiteUtil.findByUuid_First(String uuid,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where uuid = ?.
|
Website |
WebsitePersistence.findByUuid_Last(String uuid,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where uuid = ?.
|
static Website |
WebsiteUtil.findByUuid_Last(String uuid,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where uuid = ?.
|
Website[] |
WebsitePersistence.findByUuid_PrevAndNext(long websiteId,
String uuid,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where uuid = ?.
|
static Website[] |
WebsiteUtil.findByUuid_PrevAndNext(long websiteId,
String uuid,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where uuid = ?.
|
List<Website> |
WebsitePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where uuid = ?.
|
static List<Website> |
WebsiteUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where uuid = ?.
|
List<Website> |
WebsitePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites where uuid = ?.
|
static List<Website> |
WebsiteUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Website> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the websites where uuid = ?.
|
static List<Website> |
WebsiteUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Website> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
static List<Website> |
UsersAdminUtil.getWebsites(ActionRequest actionRequest) |
List<Website> |
UsersAdmin.getWebsites(ActionRequest actionRequest) |
static List<Website> |
UsersAdminUtil.getWebsites(ActionRequest actionRequest,
List<Website> defaultWebsites) |
List<Website> |
UsersAdmin.getWebsites(ActionRequest actionRequest,
List<Website> defaultWebsites) |
Modifier and Type | Method and Description |
---|---|
static List<Website> |
UsersAdminUtil.getWebsites(ActionRequest actionRequest,
List<Website> defaultWebsites) |
List<Website> |
UsersAdmin.getWebsites(ActionRequest actionRequest,
List<Website> defaultWebsites) |
static void |
UsersAdminUtil.updateWebsites(String className,
long classPK,
List<Website> websites) |
void |
UsersAdmin.updateWebsites(String className,
long classPK,
List<Website> websites) |