getTotalCount() public abstract method
Returns the total number of data models.
When pagination is false, this is the same as count.
public abstract integer getTotalCount ( ) | ||
---|---|---|
return | integer |
Total number of possible data models. |
getTotalCount() public abstract method
Returns the total number of data models.
When pagination is false, this is the same as count.
public abstract integer getTotalCount ( ) | ||
---|---|---|
return | integer |
Total number of possible data models. |
Please login to continue.