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 intcolumnsSize()java.util.Map<java.lang.String,java.lang.String>getColumns()java.lang.StringgetPath()java.util.List<LiveCopiesRow>getRows()java.util.Map<java.lang.String,java.lang.String>getTableAttrbs()booleanhasChildren()voidpostConstruct()booleantableExist()
-
-
-
Method Detail
-
postConstruct
@PostConstruct public void postConstruct() throws java.lang.Exception- Throws:
java.lang.Exception
-
getRows
public java.util.List<LiveCopiesRow> getRows()
- Specified by:
getRowsin interfaceLiveCopyTable
-
getPath
public java.lang.String getPath()
- Specified by:
getPathin interfaceLiveCopyTable
-
getColumns
public java.util.Map<java.lang.String,java.lang.String> getColumns()
- Specified by:
getColumnsin interfaceLiveCopyTable
-
getTableAttrbs
public java.util.Map<java.lang.String,java.lang.String> getTableAttrbs()
- Specified by:
getTableAttrbsin interfaceLiveCopyTable
-
tableExist
public boolean tableExist()
- Specified by:
tableExistin interfaceLiveCopyTable
-
hasChildren
public boolean hasChildren()
- Specified by:
hasChildrenin interfaceLiveCopyTable
-
columnsSize
public int columnsSize()
- Specified by:
columnsSizein interfaceLiveCopyTable
-
-