Liferay 7.0-ce-b4

com.liferay.portlet.trash.test
Interface WhenIsRestorableParentBaseModelFromTrash


public interface WhenIsRestorableParentBaseModelFromTrash


Method Summary
 List<? extends WorkflowedModel> getChildrenWorkflowedModels(BaseModel<?> parentBaseModel)
           
 void restoreParentBaseModelFromTrash(long primaryKey)
           
 

Method Detail

getChildrenWorkflowedModels

List<? extends WorkflowedModel> getChildrenWorkflowedModels(BaseModel<?> parentBaseModel)
                                                            throws Exception
Throws:
Exception

restoreParentBaseModelFromTrash

void restoreParentBaseModelFromTrash(long primaryKey)
                                     throws Exception
Throws:
Exception

Liferay 7.0-ce-b4