@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface LayoutSetBranchService extends BaseService
LayoutSetBranchServiceUtil
Modifier and Type | Method and Description |
---|---|
LayoutSetBranch |
addLayoutSetBranch(long groupId,
boolean privateLayout,
java.lang.String name,
java.lang.String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext) |
void |
deleteLayoutSetBranch(long layoutSetBranchId) |
java.util.List<LayoutSetBranch> |
getLayoutSetBranches(long groupId,
boolean privateLayout) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
LayoutSetBranch |
mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext) |
LayoutSetBranch |
updateLayoutSetBranch(long groupId,
long layoutSetBranchId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext) |
LayoutSetBranch addLayoutSetBranch(long groupId, boolean privateLayout, java.lang.String name, java.lang.String description, boolean master, long copyLayoutSetBranchId, ServiceContext serviceContext) throws PortalException
PortalException
void deleteLayoutSetBranch(long layoutSetBranchId) throws PortalException
PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<LayoutSetBranch> getLayoutSetBranches(long groupId, boolean privateLayout)
java.lang.String getOSGiServiceIdentifier()
LayoutSetBranch mergeLayoutSetBranch(long layoutSetBranchId, long mergeLayoutSetBranchId, ServiceContext serviceContext) throws PortalException
PortalException
LayoutSetBranch updateLayoutSetBranch(long groupId, long layoutSetBranchId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws PortalException
PortalException