public interface IEffectivityManagerLocal
Modifier and Type | Method and Description |
---|---|
DateBasedEffectivity |
createDateBasedEffectivity(String workspaceId,
String partNumber,
String version,
String pName,
String pDescription,
String pConfigurationItemId,
Date pStartDate,
Date pEndDate) |
LotBasedEffectivity |
createLotBasedEffectivity(String workspaceId,
String partNumber,
String version,
String pName,
String pDescription,
String pConfigurationItemId,
String pStartLotId,
String pEndLotId) |
SerialNumberBasedEffectivity |
createSerialNumberBasedEffectivity(String workspaceId,
String partNumber,
String version,
String pName,
String pDescription,
String pConfigurationItemId,
String pStartNumber,
String pEndNumber) |
void |
deleteEffectivity(String workspaceId,
String partNumber,
String version,
int pId) |
Effectivity |
getEffectivity(String workspaceId,
int pId) |
DateBasedEffectivity |
updateDateBasedEffectivity(String workspaceId,
int pId,
String pName,
String pDescription,
Date pStartDate,
Date pEndDate) |
Effectivity |
updateEffectivity(String workspaceId,
int pId,
String pName,
String pDescription) |
LotBasedEffectivity |
updateLotBasedEffectivity(String workspaceId,
int pId,
String pName,
String pDescription,
String pStartLotId,
String pEndLotId) |
SerialNumberBasedEffectivity |
updateSerialNumberBasedEffectivity(String workspaceId,
int pId,
String pName,
String pDescription,
String pStartNumber,
String pEndNumber) |
SerialNumberBasedEffectivity createSerialNumberBasedEffectivity(String workspaceId, String partNumber, String version, String pName, String pDescription, String pConfigurationItemId, String pStartNumber, String pEndNumber) throws EffectivityAlreadyExistsException, CreationException, ConfigurationItemNotFoundException, UserNotFoundException, WorkspaceNotFoundException, WorkspaceNotEnabledException, AccessRightException, PartRevisionNotFoundException, UserNotActiveException
DateBasedEffectivity createDateBasedEffectivity(String workspaceId, String partNumber, String version, String pName, String pDescription, String pConfigurationItemId, Date pStartDate, Date pEndDate) throws EffectivityAlreadyExistsException, CreationException, UserNotFoundException, WorkspaceNotFoundException, WorkspaceNotEnabledException, AccessRightException, PartRevisionNotFoundException, UserNotActiveException, ConfigurationItemNotFoundException
LotBasedEffectivity createLotBasedEffectivity(String workspaceId, String partNumber, String version, String pName, String pDescription, String pConfigurationItemId, String pStartLotId, String pEndLotId) throws EffectivityAlreadyExistsException, CreationException, UserNotFoundException, WorkspaceNotFoundException, WorkspaceNotEnabledException, AccessRightException, ConfigurationItemNotFoundException, PartRevisionNotFoundException, UserNotActiveException
Effectivity getEffectivity(String workspaceId, int pId) throws EffectivityNotFoundException, UserNotFoundException, WorkspaceNotFoundException, UserNotActiveException, WorkspaceNotEnabledException
Effectivity updateEffectivity(String workspaceId, int pId, String pName, String pDescription) throws EffectivityNotFoundException, UserNotFoundException, WorkspaceNotFoundException, WorkspaceNotEnabledException, AccessRightException
SerialNumberBasedEffectivity updateSerialNumberBasedEffectivity(String workspaceId, int pId, String pName, String pDescription, String pStartNumber, String pEndNumber) throws EffectivityNotFoundException, UpdateException, UserNotFoundException, WorkspaceNotFoundException, WorkspaceNotEnabledException, AccessRightException, CreationException
DateBasedEffectivity updateDateBasedEffectivity(String workspaceId, int pId, String pName, String pDescription, Date pStartDate, Date pEndDate) throws EffectivityNotFoundException, UpdateException, UserNotFoundException, WorkspaceNotFoundException, WorkspaceNotEnabledException, AccessRightException, CreationException
LotBasedEffectivity updateLotBasedEffectivity(String workspaceId, int pId, String pName, String pDescription, String pStartLotId, String pEndLotId) throws UserNotFoundException, WorkspaceNotFoundException, WorkspaceNotEnabledException, AccessRightException, CreationException, EffectivityNotFoundException
void deleteEffectivity(String workspaceId, String partNumber, String version, int pId) throws EffectivityNotFoundException, UserNotFoundException, WorkspaceNotFoundException, WorkspaceNotEnabledException, AccessRightException, PartRevisionNotFoundException, UserNotActiveException
Copyright © 2017 DocDoku. All rights reserved.