Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
RESOURCE_NAME |
"com.liferay.blogs" |
public static final java.lang.String |
SERVICE_NAME |
"com.liferay.blogs" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
BLOGS |
"com_liferay_blogs_web_portlet_BlogsPortlet" |
public static final java.lang.String |
BLOGS_ADMIN |
"com_liferay_blogs_web_portlet_BlogsAdminPortlet" |
public static final java.lang.String |
BLOGS_AGGREGATOR |
"com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
ITEM_SELECTOR_VIEW_KEY |
"blogs-attachments" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
RECENT_BLOGGERS |
"com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ADD_COMMENT |
1 |
public static final int |
ADD_ENTRY |
2 |
public static final int |
UPDATE_ENTRY |
3 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
ORDER_BY_ASC |
"BlogsEntry.displayDate ASC, BlogsEntry.entryId ASC" |
public static final java.lang.String |
ORDER_BY_DESC |
"BlogsEntry.displayDate DESC, BlogsEntry.entryId DESC" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
ORDER_BY_ASC |
"BlogsEntry.entryId ASC" |
public static final java.lang.String |
ORDER_BY_DESC |
" BlogsEntry.entryId DESC" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
ORDER_BY_ASC |
"BlogsEntry.modifiedDate ASC, BlogsEntry.entryId ASC" |
public static final java.lang.String |
ORDER_BY_DESC |
"BlogsEntry.modifiedDate DESC, BlogsEntry.entryId DESC" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
ORDER_BY_ASC |
"BlogsEntry.title ASC" |
public static final java.lang.String |
ORDER_BY_DESC |
"BlogsEntry.title DESC" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
ORDER_BY_ASC |
"BlogsStatsUser.lastPostDate ASC" |
public static final java.lang.String |
ORDER_BY_DESC |
"BlogsStatsUser.lastPostDate DESC" |