@ProviderType
public class CommerceAddressLocalServiceUtil
extends java.lang.Object
com.liferay.commerce.service.impl.CommerceAddressLocalServiceImpl and is the
primary access point for service operations in application layer code running
on the local server. Methods of this service will not have security checks
based on the propagated JAAS credentials because this service can only be
accessed from within the same VM.CommerceAddressLocalService,
com.liferay.commerce.service.base.CommerceAddressLocalServiceBaseImpl,
com.liferay.commerce.service.impl.CommerceAddressLocalServiceImpl| Constructor and Description |
|---|
CommerceAddressLocalServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static CommerceAddress |
addCommerceAddress(CommerceAddress commerceAddress)
Adds the commerce address to the database.
|
static CommerceAddress |
addCommerceAddress(java.lang.String className,
long classPK,
java.lang.String name,
java.lang.String description,
java.lang.String street1,
java.lang.String street2,
java.lang.String street3,
java.lang.String city,
java.lang.String zip,
long commerceRegionId,
long commerceCountryId,
java.lang.String phoneNumber,
boolean defaultBilling,
boolean defaultShipping,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static CommerceAddress |
copyCommerceAddress(long commerceAddressId,
java.lang.String className,
long classPK,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static CommerceAddress |
createCommerceAddress(long commerceAddressId)
Creates a new commerce address with the primary key.
|
static CommerceAddress |
deleteCommerceAddress(CommerceAddress commerceAddress)
Deletes the commerce address from the database.
|
static CommerceAddress |
deleteCommerceAddress(long commerceAddressId)
Deletes the commerce address with the primary key from the database.
|
static void |
deleteCommerceAddresses(java.lang.String className,
long classPK) |
static void |
deleteCountryCommerceAddresses(long commerceCountryId) |
static com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
static void |
deleteRegionCommerceAddresses(long commerceRegionId) |
static com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
static <T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
static <T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
static <T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
static long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
static long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
static CommerceAddress |
fetchCommerceAddress(long commerceAddressId) |
static CommerceAddress |
geolocateCommerceAddress(long commerceAddressId) |
static com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
static CommerceAddress |
getCommerceAddress(long commerceAddressId)
Returns the commerce address with the primary key.
|
static java.util.List<CommerceAddress> |
getCommerceAddresses(int start,
int end)
Returns a range of all the commerce addresses.
|
static java.util.List<CommerceAddress> |
getCommerceAddresses(long groupId,
java.lang.String className,
long classPK) |
static java.util.List<CommerceAddress> |
getCommerceAddresses(long groupId,
java.lang.String className,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceAddress> orderByComparator) |
static int |
getCommerceAddressesCount()
Returns the number of commerce addresses.
|
static int |
getCommerceAddressesCount(long groupId,
java.lang.String className,
long classPK) |
static com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
static CommerceAddressLocalService |
getService() |
static com.liferay.portal.kernel.search.BaseModelSearchResult<CommerceAddress> |
searchCommerceAddresses(long companyId,
long groupId,
java.lang.String className,
long classPK,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort) |
static CommerceAddress |
updateCommerceAddress(CommerceAddress commerceAddress)
Updates the commerce address in the database or adds it if it does not yet exist.
|
static CommerceAddress |
updateCommerceAddress(long commerceAddressId,
java.lang.String name,
java.lang.String description,
java.lang.String street1,
java.lang.String street2,
java.lang.String street3,
java.lang.String city,
java.lang.String zip,
long commerceRegionId,
long commerceCountryId,
java.lang.String phoneNumber,
boolean defaultBilling,
boolean defaultShipping,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public static CommerceAddress addCommerceAddress(CommerceAddress commerceAddress)
commerceAddress - the commerce addresspublic static CommerceAddress addCommerceAddress(java.lang.String className, long classPK, java.lang.String name, java.lang.String description, java.lang.String street1, java.lang.String street2, java.lang.String street3, java.lang.String city, java.lang.String zip, long commerceRegionId, long commerceCountryId, java.lang.String phoneNumber, boolean defaultBilling, boolean defaultShipping, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommerceAddress copyCommerceAddress(long commerceAddressId, java.lang.String className, long classPK, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommerceAddress createCommerceAddress(long commerceAddressId)
commerceAddressId - the primary key for the new commerce addresspublic static CommerceAddress deleteCommerceAddress(CommerceAddress commerceAddress) throws com.liferay.portal.kernel.exception.PortalException
commerceAddress - the commerce addressPortalExceptionpublic static CommerceAddress deleteCommerceAddress(long commerceAddressId) throws com.liferay.portal.kernel.exception.PortalException
commerceAddressId - the primary key of the commerce addressPortalException - if a commerce address with the primary key could not be foundpublic static void deleteCommerceAddresses(java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void deleteCountryCommerceAddresses(long commerceCountryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
PortalExceptionpublic static void deleteRegionCommerceAddresses(long commerceRegionId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
public static <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery - the dynamic querypublic static <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.commerce.model.impl.CommerceAddressModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public static <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.commerce.model.impl.CommerceAddressModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public static long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery - the dynamic querypublic static long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic static CommerceAddress fetchCommerceAddress(long commerceAddressId)
public static CommerceAddress geolocateCommerceAddress(long commerceAddressId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
public static CommerceAddress getCommerceAddress(long commerceAddressId) throws com.liferay.portal.kernel.exception.PortalException
commerceAddressId - the primary key of the commerce addressPortalException - if a commerce address with the primary key could not be foundpublic static java.util.List<CommerceAddress> getCommerceAddresses(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.commerce.model.impl.CommerceAddressModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of commerce addressesend - the upper bound of the range of commerce addresses (not inclusive)public static java.util.List<CommerceAddress> getCommerceAddresses(long groupId, java.lang.String className, long classPK)
public static java.util.List<CommerceAddress> getCommerceAddresses(long groupId, java.lang.String className, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddress> orderByComparator)
public static int getCommerceAddressesCount()
public static int getCommerceAddressesCount(long groupId,
java.lang.String className,
long classPK)
public static com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
public static java.lang.String getOSGiServiceIdentifier()
public static com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static com.liferay.portal.kernel.search.BaseModelSearchResult<CommerceAddress> searchCommerceAddresses(long companyId, long groupId, java.lang.String className, long classPK, java.lang.String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommerceAddress updateCommerceAddress(CommerceAddress commerceAddress)
commerceAddress - the commerce addresspublic static CommerceAddress updateCommerceAddress(long commerceAddressId, java.lang.String name, java.lang.String description, java.lang.String street1, java.lang.String street2, java.lang.String street3, java.lang.String city, java.lang.String zip, long commerceRegionId, long commerceCountryId, java.lang.String phoneNumber, boolean defaultBilling, boolean defaultShipping, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommerceAddressLocalService getService()