Search in sources :

Example 16 with ActivityStreamInfo

use of org.entando.entando.aps.system.services.actionlog.model.ActivityStreamInfo in project entando-core by entando.

the class SimpleWidgetConfigAction method addActivityStreamInfo.

protected void addActivityStreamInfo(int strutsAction, boolean addLink) {
    IPage page = this.getPage(this.getPageCode());
    ActivityStreamInfo asi = this.getPageActionHelper().createConfigFrameActivityStreamInfo(page, this.getFrame(), strutsAction, true);
    super.addActivityStreamInfo(asi);
}
Also used : IPage(com.agiletec.aps.system.services.page.IPage) ActivityStreamInfo(org.entando.entando.aps.system.services.actionlog.model.ActivityStreamInfo)

Aggregations

ActivityStreamInfo (org.entando.entando.aps.system.services.actionlog.model.ActivityStreamInfo)16 Properties (java.util.Properties)4 ActionLogRecord (org.entando.entando.aps.system.services.actionlog.model.ActionLogRecord)4 ArrayList (java.util.ArrayList)3 Lang (com.agiletec.aps.system.services.lang.Lang)2 IPage (com.agiletec.aps.system.services.page.IPage)2 Connection (java.sql.Connection)2 PreparedStatement (java.sql.PreparedStatement)2 Timestamp (java.sql.Timestamp)2 ActionLogRecordSearchBean (org.entando.entando.aps.system.services.actionlog.model.ActionLogRecordSearchBean)2 ApsSystemException (com.agiletec.aps.system.exception.ApsSystemException)1 UserDetails (com.agiletec.aps.system.services.user.UserDetails)1 BaseAction (com.agiletec.apsadmin.system.BaseAction)1 Content (com.agiletec.plugins.jacms.aps.system.services.content.model.Content)1 ByteArrayInputStream (java.io.ByteArrayInputStream)1 ResultSet (java.sql.ResultSet)1 Date (java.util.Date)1 JAXBContext (javax.xml.bind.JAXBContext)1 Unmarshaller (javax.xml.bind.Unmarshaller)1