@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface LayoutBranchService extends BaseService
LayoutBranchServiceUtil| Modifier and Type | Method and Description |
|---|---|
LayoutBranch |
addLayoutBranch(long layoutRevisionId,
String name,
String description,
boolean master,
ServiceContext serviceContext)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
void |
deleteLayoutBranch(long layoutBranchId) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
LayoutBranch |
updateLayoutBranch(long layoutBranchId,
String name,
String description,
ServiceContext serviceContext) |
LayoutBranch addLayoutBranch(long layoutRevisionId, String name, String description, boolean master, ServiceContext serviceContext) throws PortalException
LayoutBranchServiceUtil to access the layout branch remote service. Add custom service methods to com.liferay.portal.service.impl.LayoutBranchServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.PortalExceptionvoid deleteLayoutBranch(long layoutBranchId)
throws PortalException
PortalExceptionString getOSGiServiceIdentifier()
LayoutBranch updateLayoutBranch(long layoutBranchId, String name, String description, ServiceContext serviceContext) throws PortalException
PortalException