@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface LayoutBranchService extends BaseService
LayoutBranchServiceUtil,
LayoutBranchServiceBaseImpl,
com.liferay.portal.service.impl.LayoutBranchServiceImpl| Modifier and Type | Method and Description |
|---|---|
LayoutBranch |
addLayoutBranch(long layoutRevisionId,
java.lang.String name,
java.lang.String description,
boolean master,
ServiceContext serviceContext) |
void |
deleteLayoutBranch(long layoutBranchId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
LayoutBranch |
updateLayoutBranch(long layoutBranchId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext) |
LayoutBranch addLayoutBranch(long layoutRevisionId, java.lang.String name, java.lang.String description, boolean master, ServiceContext serviceContext) throws PortalException
PortalExceptionvoid deleteLayoutBranch(long layoutBranchId)
throws PortalException
PortalExceptionjava.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanLayoutBranch updateLayoutBranch(long layoutBranchId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws PortalException
PortalException