@ProviderType @AccessControlled @JSONWebService @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface RegionService extends BaseService
RegionServiceUtil,
RegionServiceBaseImpl,
com.liferay.portal.service.impl.RegionServiceImpl| Modifier and Type | Method and Description |
|---|---|
Region |
addRegion(long countryId,
java.lang.String regionCode,
java.lang.String name,
boolean active) |
Region |
fetchRegion(long countryId,
java.lang.String regionCode) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
Region |
getRegion(long regionId) |
Region |
getRegion(long countryId,
java.lang.String regionCode) |
java.util.List<Region> |
getRegions() |
java.util.List<Region> |
getRegions(boolean active) |
java.util.List<Region> |
getRegions(long countryId) |
java.util.List<Region> |
getRegions(long countryId,
boolean active) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
java.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanRegion addRegion(long countryId, java.lang.String regionCode, java.lang.String name, boolean active) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) Region fetchRegion(long countryId, java.lang.String regionCode) throws SystemException
SystemException@Transactional(propagation=SUPPORTS, readOnly=true) Region getRegion(long regionId) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) Region getRegion(long countryId, java.lang.String regionCode) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<Region> getRegions() throws SystemException
SystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<Region> getRegions(boolean active) throws SystemException
SystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<Region> getRegions(long countryId) throws SystemException
SystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<Region> getRegions(long countryId, boolean active) throws SystemException
SystemException