Liferay 7.0-ce-b8 portal-test-internal

com.liferay.portlet.trash.test
Interface WhenIsRestorableParentBaseModelFromTrash


public interface WhenIsRestorableParentBaseModelFromTrash


Method Summary
 List<? extends com.liferay.portal.kernel.model.WorkflowedModel> getChildrenWorkflowedModels(com.liferay.portal.kernel.model.BaseModel<?> parentBaseModel)
           
 void restoreParentBaseModelFromTrash(long primaryKey)
           
 

Method Detail

getChildrenWorkflowedModels

List<? extends com.liferay.portal.kernel.model.WorkflowedModel> getChildrenWorkflowedModels(com.liferay.portal.kernel.model.BaseModel<?> parentBaseModel)
                                                                                            throws Exception
Throws:
Exception

restoreParentBaseModelFromTrash

void restoreParentBaseModelFromTrash(long primaryKey)
                                     throws Exception
Throws:
Exception

Liferay 7.0-ce-b8 portal-test-internal