Skip to content

Commit

Permalink
LPS-84292 Regen?
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Aug 25, 2018
1 parent 180d89c commit 8e3eb42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Expand Up @@ -301,7 +301,7 @@ public DDMStructureLayout getStructureLayoutByStructureVersionId(

@Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
public DDMFormLayout getStructureLayoutDDMFormLayout(
DDMStructureLayout structureLayout) throws PortalException;
DDMStructureLayout structureLayout);

/**
* Updates the ddm structure layout in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.
Expand Down
Expand Up @@ -339,8 +339,7 @@ public static com.liferay.dynamic.data.mapping.model.DDMStructureLayout getStruc
}

public static com.liferay.dynamic.data.mapping.model.DDMFormLayout getStructureLayoutDDMFormLayout(
com.liferay.dynamic.data.mapping.model.DDMStructureLayout structureLayout)
throws com.liferay.portal.kernel.exception.PortalException {
com.liferay.dynamic.data.mapping.model.DDMStructureLayout structureLayout) {
return getService().getStructureLayoutDDMFormLayout(structureLayout);
}

Expand Down
Expand Up @@ -360,8 +360,7 @@ public com.liferay.dynamic.data.mapping.model.DDMStructureLayout getStructureLay

@Override
public com.liferay.dynamic.data.mapping.model.DDMFormLayout getStructureLayoutDDMFormLayout(
com.liferay.dynamic.data.mapping.model.DDMStructureLayout structureLayout)
throws com.liferay.portal.kernel.exception.PortalException {
com.liferay.dynamic.data.mapping.model.DDMStructureLayout structureLayout) {
return _ddmStructureLayoutLocalService.getStructureLayoutDDMFormLayout(structureLayout);
}

Expand Down

0 comments on commit 8e3eb42

Please sign in to comment.