Package com.imc.iss.groovy.product
Class AttachmentFolderData
java.lang.Object
com.imc.iss.groovy.product.AttachmentFolderData
This is the class to hold the data of an attachment folder.
-
Method Summary
Modifier and TypeMethodDescriptiongetAttachmentFile(String fileName) To get a the information of an attachmentAttachmentDataby specifying the fileNameTo get all the attachment file asAttachmentDatain List.getAttachmentFilesByType(String fileType) To get all the attachment file asAttachmentDatain List by file typegetAttachmentFolder(String folderName) To get all the attachment folder asAttachmentFolderDataby folder name.To get all the attachment foldersTo get the name of the attachment folder.To get the URI of the folder.
-
Method Details
-
getAttachmentFile
To get a the information of an attachmentAttachmentDataby specifying the fileName- Parameters:
the- fileName as String- Returns:
AttachmentData
-
getAttachmentFiles
To get all the attachment file asAttachmentDatain List.- Returns:
AttachmentDataas List
-
getAttachmentFilesByType
To get all the attachment file asAttachmentDatain List by file type- Parameters:
fileType- the type of the file.- Returns:
AttachmentDataas List
-
getAttachmentFolder
To get all the attachment folder asAttachmentFolderDataby folder name.- Parameters:
folderName- the name of the folder.- Returns:
AttachmentFolderData
-
getAttachmentFolders
To get all the attachment folders- Returns:
AttachmentFolderDataas List.
-
getFolderName
To get the name of the attachment folder.- Returns:
- the name of the folder as String.
-
getFolderUri
To get the URI of the folder.- Returns:
- the URI of the folder as String.
-