| Package | Description |
|---|---|
| org.assistments.service.dao.content.impl.jdbc | |
| org.assistments.service.manager.content | |
| org.assistments.service.manager.content.impl |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.jdbc.core.RowMapper<Sequence> |
JdbcSequenceDao.getRowMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected NVPairList |
JdbcSequenceDao.getNVPairs(Sequence sequence) |
| Modifier and Type | Method and Description |
|---|---|
Sequence |
SequenceManager.findSequenceBySequenceId(int sequenceId)
Returns an sequence object for a given sequence id
|
| Modifier and Type | Method and Description |
|---|---|
int |
CopyManager.deepCopySequence(Sequence sequence)
Copy the existing sequence.
|
int |
CopyManager.deepCopySequence(Sequence sequence,
java.lang.String parameter)
Copy the existing sequence with customized parameter
|
int |
CopyManager.deepCopySequence(Sequence sequence,
java.lang.String sequenceName,
java.lang.String sequenceDescription,
java.lang.String parameters)
Copy the existing sequence with customized parameter
|
| Modifier and Type | Method and Description |
|---|---|
Sequence |
SequenceManagerImpl.findSequenceBySequenceId(int sequenceId) |
| Modifier and Type | Method and Description |
|---|---|
int |
CopyManagerImpl.deepCopySequence(Sequence sequence) |
int |
CopyManagerImpl.deepCopySequence(Sequence sequence,
java.lang.String parameters) |
int |
CopyManagerImpl.deepCopySequence(Sequence sequence,
java.lang.String sequenceName,
java.lang.String sequenceDescription,
java.lang.String parameters) |