org.alfresco.repo.domain.activities
Interface ActivityPostDAO
- All Superinterfaces:
- ActivitiesDAO
- All Known Implementing Classes:
- ActivityPostDAOImpl
public interface ActivityPostDAO
- extends ActivitiesDAO
Interface for activity post DAO service
MAX_LEN_USER_ID
static final int MAX_LEN_USER_ID
- See Also:
- Constant Field Values
MAX_LEN_SITE_ID
static final int MAX_LEN_SITE_ID
- See Also:
- Constant Field Values
MAX_LEN_ACTIVITY_TYPE
static final int MAX_LEN_ACTIVITY_TYPE
- See Also:
- Constant Field Values
MAX_LEN_ACTIVITY_DATA
static final int MAX_LEN_ACTIVITY_DATA
- See Also:
- Constant Field Values
MAX_LEN_APP_TOOL_ID
static final int MAX_LEN_APP_TOOL_ID
- See Also:
- Constant Field Values
selectPosts
java.util.List selectPosts(ActivityPostEntity activityPost)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getMaxActivitySeq
java.lang.Long getMaxActivitySeq()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getMinActivitySeq
java.lang.Long getMinActivitySeq()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getMaxNodeHash
java.lang.Integer getMaxNodeHash()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
deletePosts
int deletePosts(java.util.Date keepDate,
ActivityPostEntity.STATUS status)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
insertPost
long insertPost(ActivityPostEntity activityPost)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
updatePost
int updatePost(long id,
java.lang.String network,
java.lang.String activityData,
ActivityPostEntity.STATUS status)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
updatePostStatus
int updatePostStatus(long id,
ActivityPostEntity.STATUS status)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.