|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContainerManagerException | |
---|---|
com.stratelia.silverpeas.containerManager | |
com.stratelia.silverpeas.pdc.control |
Uses of ContainerManagerException in com.stratelia.silverpeas.containerManager |
---|
Methods in com.stratelia.silverpeas.containerManager that throw ContainerManagerException | |
---|---|
void |
ContainerManager.addContainerContentInstanceLink(Connection connection,
int nPositionId,
String sComponentId)
Add a link between a position (in the classify engine) and a container intance Called when a content is referenced in a container |
List<Integer> |
ContainerManager.filterPositionsByComponentId(List<Integer> alPositions,
String sComponentId)
Return only the positions that belongs to the given componentId ATTENTION: this function is slow, use it only for a few positions (for one SilverContentId) |
List<Integer> |
ContainerInterface.findSilverContentIdByPosition(ContainerPositionInterface containerPosition,
List<String> alComponentId)
Find all the SilverContentId with the given position |
List<Integer> |
ContainerInterface.findSilverContentIdByPosition(ContainerPositionInterface containerPosition,
List<String> alComponentId,
String authorId,
String afterDate,
String beforeDate)
|
int |
ContainerManager.getContainerInstanceId(String sComponentId)
Return the container instance Id corresponding to the componentId |
ContainerPeas |
ContainerManager.getContainerPeas(String componentId)
Return the containerPeas corresponding to the given componentId |
ContainerPeas |
ContainerManager.getContainerPeasByType(String sContainerType)
Method declaration |
JoinStatement |
ContainerManager.getFilterPositionsByComponentIdStatement(List<Integer> alPositions,
List<String> alComponentId)
Return the statement to get only the positions that belongs to the given componentId |
ContainerPositionInterface |
ContainerInterface.getSilverContentIdSearchContext(int nSilverContentId,
String sComponentId)
Find the search Context for the given SilverContentId |
int |
ContainerManager.registerNewContainerInstance(Connection connection,
String sComponentId,
String sContainerType,
String sContentType)
When a generic component is instanciate, this function is called to register the association between container and content |
void |
ContainerManager.removeAllPositionIdsLink(Connection connection,
List<Integer> alPositionIds)
Remove all the links for the given positionIds Ex: Called when empty positions are removed from the ClassifyEngine |
void |
ContainerManager.removeContainerContentInstanceLink(Connection connection,
int nPositionId,
String sComponentId)
Remove a link between a position (in the classify engine) and a container intance Called when a content is unreferenced in a container |
List<Integer> |
ContainerInterface.removePosition(Connection connection,
int nSilverContentId)
Remove all the positions of the given content |
void |
ContainerManager.silverContentIsRemoved(Connection connection,
int nSilverContentId,
int nContainerInstanceId)
A SilverContent is removed, the containerManager is called to do all the necessary actions Assumption : the nSilverContentId is unique among all the SilverContent |
void |
ContainerManager.unregisterNewContainerInstance(Connection connection,
String sComponentId,
String sContainerType,
String sContentType)
When a generic component is uninstanciate, this function is called to unregister the association between container and content |
Uses of ContainerManagerException in com.stratelia.silverpeas.pdc.control |
---|
Methods in com.stratelia.silverpeas.pdc.control that throw ContainerManagerException | |
---|---|
List<Integer> |
PdcBmImpl.findSilverContentIdByPosition(ContainerPositionInterface containerPosition,
List<String> alComponentId)
|
List<Integer> |
PdcBm.findSilverContentIdByPosition(ContainerPositionInterface containerPosition,
List<String> alComponentId)
Find all the SilverContentId with the given position |
List<Integer> |
PdcBmImpl.findSilverContentIdByPosition(ContainerPositionInterface containerPosition,
List<String> alComponentId,
boolean recursiveSearch,
boolean visibilitySensitive)
|
List<Integer> |
PdcBm.findSilverContentIdByPosition(ContainerPositionInterface containerPosition,
List<String> alComponentId,
boolean recursiveSearch,
boolean visibilitySensitive)
|
List<Integer> |
PdcBmImpl.findSilverContentIdByPosition(ContainerPositionInterface containerPosition,
List<String> alComponentId,
String authorId,
String afterDate,
String beforeDate)
|
List<Integer> |
PdcBm.findSilverContentIdByPosition(ContainerPositionInterface containerPosition,
List<String> alComponentId,
String authorId,
String afterDate,
String beforeDate)
|
List<Integer> |
PdcBmImpl.findSilverContentIdByPosition(ContainerPositionInterface containerPosition,
List<String> alComponentId,
String authorId,
String afterDate,
String beforeDate,
boolean recursiveSearch,
boolean visibilitySensitive)
Find all the SilverContentId with the given position |
List<Integer> |
PdcBm.findSilverContentIdByPosition(ContainerPositionInterface containerPosition,
List<String> alComponentId,
String authorId,
String afterDate,
String beforeDate,
boolean recursiveSearch,
boolean visibilitySensitive)
Find all the SilverContentId with the given position |
ContainerPositionInterface |
PdcBmImpl.getSilverContentIdSearchContext(int nSilverContentId,
String sComponentId)
Get the SearchContext of the first position for the given SilverContentId |
List<Integer> |
PdcBmImpl.removePosition(Connection connection,
int nSilverContentId)
Remove all the positions of the given content |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |