@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface WebsiteService extends BaseService
WebsiteServiceUtil,
WebsiteServiceBaseImpl,
com.liferay.portal.service.impl.WebsiteServiceImpl| Modifier and Type | Method and Description |
|---|---|
Website |
addWebsite(java.lang.String className,
long classPK,
java.lang.String url,
long typeId,
boolean primary)
Deprecated.
As of 6.2.0, replaced by
#addWebsite(String, long,
String, int, boolean, ServiceContext) |
Website |
addWebsite(java.lang.String className,
long classPK,
java.lang.String url,
long typeId,
boolean primary,
ServiceContext serviceContext) |
void |
deleteWebsite(long websiteId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
Website |
getWebsite(long websiteId) |
java.util.List<Website> |
getWebsites(java.lang.String className,
long classPK) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
Website |
updateWebsite(long websiteId,
java.lang.String url,
long typeId,
boolean primary) |
@Deprecated Website addWebsite(java.lang.String className, long classPK, java.lang.String url, long typeId, boolean primary) throws PortalException
#addWebsite(String, long,
String, int, boolean, ServiceContext)PortalExceptionWebsite addWebsite(java.lang.String className, long classPK, java.lang.String url, long typeId, boolean primary, ServiceContext serviceContext) throws PortalException
PortalExceptionvoid deleteWebsite(long websiteId)
throws PortalException
PortalExceptionjava.lang.String getBeanIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) Website getWebsite(long websiteId) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<Website> getWebsites(java.lang.String className, long classPK) throws PortalException
PortalExceptionvoid setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanWebsite updateWebsite(long websiteId, java.lang.String url, long typeId, boolean primary) throws PortalException
PortalException