Class LiveCopiesTable
- java.lang.Object
-
- com.adobe.cq.msm.ui.models.alllivecopies.LiveCopiesTable
-
- All Implemented Interfaces:
LiveCopyTable
@Model(adaptables=SlingHttpServletRequest.class, adapters=LiveCopyTable.class, resourceType="wcm/msm/gui/components/alllivecopies") public class LiveCopiesTable extends java.lang.Object implements LiveCopyTable
-
-
Constructor Summary
Constructors Constructor Description LiveCopiesTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
postConstruct
@PostConstruct public void postConstruct() throws java.lang.Exception
- Throws:
java.lang.Exception
-
getRows
public java.util.List<LiveCopiesRow> getRows()
- Specified by:
getRows
in interfaceLiveCopyTable
-
getPath
public java.lang.String getPath()
- Specified by:
getPath
in interfaceLiveCopyTable
-
getColumns
public java.util.Map<java.lang.String,java.lang.String> getColumns()
- Specified by:
getColumns
in interfaceLiveCopyTable
-
getTableAttrbs
public java.util.Map<java.lang.String,java.lang.String> getTableAttrbs()
- Specified by:
getTableAttrbs
in interfaceLiveCopyTable
-
tableExist
public boolean tableExist()
- Specified by:
tableExist
in interfaceLiveCopyTable
-
hasChildren
public boolean hasChildren()
- Specified by:
hasChildren
in interfaceLiveCopyTable
-
columnsSize
public int columnsSize()
- Specified by:
columnsSize
in interfaceLiveCopyTable
-
-