|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContainerInterface
The interface for all the containers (PDC, ..) Every container have to implement this interface and declare it in the containerDescriptor (xml)
Method Summary | |
---|---|
List<Integer> |
findSilverContentIdByPosition(ContainerPositionInterface containerPosition,
List<String> alComponentId)
Find all the SilverContentId with the given position |
List<Integer> |
findSilverContentIdByPosition(ContainerPositionInterface containerPosition,
List<String> alComponentId,
String authorId,
String afterDate,
String beforeDate)
|
String |
getCallParameters(String sComponentId,
String sSilverContentId)
Return the parameters for the HTTP call on the classify |
ContainerPositionInterface |
getSilverContentIdSearchContext(int nSilverContentId,
String sComponentId)
Find the search Context for the given SilverContentId |
List<Integer> |
removePosition(Connection connection,
int nSilverContentId)
Remove all the positions of the given content |
Method Detail |
---|
String getCallParameters(String sComponentId, String sSilverContentId)
List<Integer> removePosition(Connection connection, int nSilverContentId) throws ContainerManagerException
ContainerManagerException
ContainerPositionInterface getSilverContentIdSearchContext(int nSilverContentId, String sComponentId) throws ContainerManagerException
ContainerManagerException
List<Integer> findSilverContentIdByPosition(ContainerPositionInterface containerPosition, List<String> alComponentId) throws ContainerManagerException
ContainerManagerException
List<Integer> findSilverContentIdByPosition(ContainerPositionInterface containerPosition, List<String> alComponentId, String authorId, String afterDate, String beforeDate) throws ContainerManagerException
ContainerManagerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |