@Model(adaptables=SlingHttpServletRequest.class, adapters=LiveCopyTable.class, resourceType="wcm/msm/gui/components/alllivecopies") public class LiveCopiesTable extends java.lang.Object implements LiveCopyTable
Constructor and Description |
---|
LiveCopiesTable() |
Modifier and Type | Method and Description |
---|---|
int |
columnsSize() |
java.util.Map<java.lang.String,java.lang.String> |
getColumns() |
java.lang.String |
getPath() |
java.util.List<LiveCopiesRow> |
getRows() |
java.util.Map<java.lang.String,java.lang.String> |
getTableAttrbs() |
boolean |
hasChildren() |
void |
postConstruct() |
boolean |
tableExist() |
@PostConstruct public void postConstruct() throws java.lang.Exception
java.lang.Exception
public java.util.List<LiveCopiesRow> getRows()
getRows
in interface LiveCopyTable
public java.lang.String getPath()
getPath
in interface LiveCopyTable
public java.util.Map<java.lang.String,java.lang.String> getColumns()
getColumns
in interface LiveCopyTable
public java.util.Map<java.lang.String,java.lang.String> getTableAttrbs()
getTableAttrbs
in interface LiveCopyTable
public boolean tableExist()
tableExist
in interface LiveCopyTable
public boolean hasChildren()
hasChildren
in interface LiveCopyTable
public int columnsSize()
columnsSize
in interface LiveCopyTable
Copyright © 2010 - 2020 Adobe. All Rights Reserved