@ProviderType @AccessControlled @JSONWebService @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) |
java.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanLayoutBranch addLayoutBranch(long layoutRevisionId, java.lang.String name, java.lang.String description, boolean master, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionvoid deleteLayoutBranch(long layoutBranchId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionLayoutBranch updateLayoutBranch(long layoutBranchId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemException