Interface PublicationSequenceServiceLocal
public interface PublicationSequenceServiceLocal
Interface for a publication sequence service class.
- Since:
- 4.7.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault intgetNextSequenceValue(String sequenceName) Gives a sequence for sub items of the publication
-
Method Details
-
getNextSequenceValue
Gives a sequence for sub items of the publication- Parameters:
sequenceName- name of the sequence (mostly publicationid)- Returns:
- value of the sequence
-