public class IfsDoesPublicObjectExistByIdContext extends IfsCommandContext implements DoesPublicObjectExistByIdContext
Constructor and Description |
---|
IfsDoesPublicObjectExistByIdContext()
Deafult Constructor.
|
IfsDoesPublicObjectExistByIdContext(LibrarySession session,
Long id)
Constructor to set up all required parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the Context.
|
Long |
getId()
Gets the id.
|
LibrarySession |
getLibrarySession()
Gets the session.
|
boolean |
getResults()
Gets the results.
|
void |
setId(Long id)
Sets the id.
|
void |
setLibrarySession(LibrarySession session)
Sets the session.
|
void |
setResults(boolean results)
Sets the results.
|
public IfsDoesPublicObjectExistByIdContext() throws IfsException
IfsException
public IfsDoesPublicObjectExistByIdContext(LibrarySession session, Long id) throws IfsException
session
- LibrarySession.id
- Id which to retrieve PublicObject.IfsException
- If operation fails.public void clear()
clear
in interface CommandContext
clear
in class IfsCommandContext
public LibrarySession getLibrarySession() throws IfsException
getLibrarySession
in interface DoesPublicObjectExistByIdContext
IfsException
public void setLibrarySession(LibrarySession session) throws IfsException
setLibrarySession
in interface DoesPublicObjectExistByIdContext
IfsException
public Long getId() throws IfsException
getId
in interface DoesPublicObjectExistByIdContext
IfsException
public void setId(Long id) throws IfsException
setId
in interface DoesPublicObjectExistByIdContext
IfsException
public boolean getResults() throws IfsException
getResults
in interface DoesPublicObjectExistByIdContext
IfsException
public void setResults(boolean results) throws IfsException
setResults
in interface DoesPublicObjectExistByIdContext
IfsException
Copyright © 2023. All rights reserved.