|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PdcClassifyBm
Method Summary | |
---|---|
int |
addPosition(int silverObjectId,
ClassifyPosition position,
String sComponentId)
Add new position for an object |
void |
createValuesAndReplace(Connection con,
String axisId,
List<String> oldPath,
List<String> newPath)
|
void |
deletePosition(int positionId,
String sComponentId)
Delete the position of an object |
List<Integer> |
findSilverContentIdByPosition(ContainerPositionInterface containerPosition,
List<String> alComponentId)
|
List<Integer> |
findSilverContentIdByPosition(ContainerPositionInterface containerPosition,
List<String> alComponentId,
String authorId,
String afterDate,
String beforeDate)
Find all the SilverContentId with the given position |
List<Integer> |
findSilverContentIdByPosition(ContainerPositionInterface containerPosition,
List<String> alComponentId,
String authorId,
String afterDate,
String beforeDate,
boolean recursiveSearch,
boolean visibilitySensitive)
|
List<Integer> |
getObjectsByInstance(String instanceId)
Returns a list of object for one instance |
List<ObjectValuePair> |
getObjectValuePairs(SearchContext searchContext,
int axisId,
JoinStatement joinStatementAllPositions)
|
List<PertinentAxis> |
getPertinentAxis(SearchContext searchContext,
List<Integer> axisIds)
|
List<PertinentAxis> |
getPertinentAxis(SearchContext searchContext,
List<Integer> axisIds,
JoinStatement joinStatementAllPositions)
|
PertinentAxis |
getPertinentAxis(SearchContext searchContext,
String axisId,
String sRootValue,
JoinStatement joinStatementAllPositions)
|
List<PertinentValue> |
getPertinentValues(SearchContext searchContext,
int axisId)
|
List<PertinentValue> |
getPertinentValues(SearchContext searchContext,
int axisId,
JoinStatement joinStatementAllPositions)
|
List<Position> |
getPositions(int silverObjectId,
String sComponentId)
Returns all positions of an object |
JoinStatement |
getPositionsJoinStatement(List<String> alComponentId)
|
JoinStatement |
getPositionsJoinStatement(String sComponentId)
|
boolean |
hasAlreadyPositions(List<Integer> objectIdList,
UsedAxis usedAxis)
|
int |
isPositionAlreadyExists(int silverObjectId,
ClassifyPosition position)
Check if the object is already classified on the position |
void |
registerAxis(Connection con,
int axisId)
|
List<Integer> |
removePosition(Connection connection,
int nSilverContentId)
Remove all the positions of the given content |
void |
unregisterAxis(Connection con,
int axisId)
|
int |
updatePosition(ClassifyPosition position)
Update the position of an object |
int |
updatePositions(List<Value> classifyValues,
int silverObjectId)
|
Method Detail |
---|
int isPositionAlreadyExists(int silverObjectId, ClassifyPosition position) throws PdcException
silverObjectId
- position
-
PdcException
int addPosition(int silverObjectId, ClassifyPosition position, String sComponentId) throws PdcException
silverObjectId
- - id of the object to classifyposition
- - the position of the object
PdcException
int updatePosition(ClassifyPosition position) throws PdcException
silverObjectId
- - id of the objectposition
- - the position of the object
PdcException
int updatePositions(List<Value> classifyValues, int silverObjectId) throws PdcException
PdcException
void deletePosition(int positionId, String sComponentId) throws PdcException
silverObjectId
- - id of the objectposition
- - the id of the position
PdcException
List<Position> getPositions(int silverObjectId, String sComponentId) throws PdcException
silverObjectId
- - id of the object
PdcException
JoinStatement getPositionsJoinStatement(String sComponentId) throws PdcException
PdcException
JoinStatement getPositionsJoinStatement(List<String> alComponentId) throws PdcException
PdcException
void registerAxis(Connection con, int axisId) throws PdcException
PdcException
void unregisterAxis(Connection con, int axisId) throws PdcException
PdcException
void createValuesAndReplace(Connection con, String axisId, List<String> oldPath, List<String> newPath) throws PdcException
PdcException
List<Integer> removePosition(Connection connection, int nSilverContentId) throws PdcException
PdcException
List<Integer> findSilverContentIdByPosition(ContainerPositionInterface containerPosition, List<String> alComponentId, String authorId, String afterDate, String beforeDate) throws PdcException
PdcException
List<Integer> findSilverContentIdByPosition(ContainerPositionInterface containerPosition, List<String> alComponentId, String authorId, String afterDate, String beforeDate, boolean recursiveSearch, boolean visibilitySensitive) throws PdcException
PdcException
List<Integer> findSilverContentIdByPosition(ContainerPositionInterface containerPosition, List<String> alComponentId) throws PdcException
PdcException
boolean hasAlreadyPositions(List<Integer> objectIdList, UsedAxis usedAxis) throws PdcException
PdcException
List<Integer> getObjectsByInstance(String instanceId) throws PdcException
PdcException
List<PertinentAxis> getPertinentAxis(SearchContext searchContext, List<Integer> axisIds) throws PdcException
PdcException
List<PertinentValue> getPertinentValues(SearchContext searchContext, int axisId) throws PdcException
PdcException
List<PertinentAxis> getPertinentAxis(SearchContext searchContext, List<Integer> axisIds, JoinStatement joinStatementAllPositions) throws PdcException
PdcException
PertinentAxis getPertinentAxis(SearchContext searchContext, String axisId, String sRootValue, JoinStatement joinStatementAllPositions) throws PdcException
PdcException
List<PertinentValue> getPertinentValues(SearchContext searchContext, int axisId, JoinStatement joinStatementAllPositions) throws PdcException
PdcException
List<ObjectValuePair> getObjectValuePairs(SearchContext searchContext, int axisId, JoinStatement joinStatementAllPositions) throws PdcException
PdcException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |