com.wewebu.ow.server.dmsdialogs.views
Interface OwCheckInHandler

All Known Implementing Classes:
OwStandardCheckInHandler

public interface OwCheckInHandler

Handler for checkin operation.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com

Since:
3.1.0.0

Method Summary
 void computeCheckinOptions(javax.servlet.http.HttpServletRequest request_p)
          Compute the checkin options, based on user selection.
 Object getCheckinModeObject()
          Get selected check in mode.
 boolean isReleaseVersion()
          Getter for release version flag.
 void renderCheckInModes(Writer w_p, OwMainAppContext context_p)
          Render the check in modes.
 void renderCheckInOptions(Writer w_p, OwMainAppContext context_p)
          Render the check in option (checkbox for creating a released version)
 void setCheckInOptions(List checkinModeList_p, boolean displayReleaseBox_p)
          Set the check in options.
 void setCheckInVersionMajor(boolean checkInAsMajorVersion_p)
          Set the check in version mode.
 

Method Detail

setCheckInVersionMajor

void setCheckInVersionMajor(boolean checkInAsMajorVersion_p)
Set the check in version mode.

Parameters:
checkInAsMajorVersion_p -

setCheckInOptions

void setCheckInOptions(List checkinModeList_p,
                       boolean displayReleaseBox_p)
                       throws Exception
Set the check in options.

Parameters:
checkinModeList_p - - the list of checkin objects.
displayReleaseBox_p - - flag for displaying a check box for release.
Throws:
Exception

getCheckinModeObject

Object getCheckinModeObject()
Get selected check in mode.

Returns:
the selected check in mode.

isReleaseVersion

boolean isReleaseVersion()
Getter for release version flag.

Returns:
- true if the created document is released

computeCheckinOptions

void computeCheckinOptions(javax.servlet.http.HttpServletRequest request_p)
Compute the checkin options, based on user selection.

Parameters:
request_p - - the HttpServletRequest object

renderCheckInOptions

void renderCheckInOptions(Writer w_p,
                          OwMainAppContext context_p)
                          throws Exception
Render the check in option (checkbox for creating a released version)

Parameters:
w_p - - the Writer object
context_p - - the OwMainAppContext object
Throws:
Exception

renderCheckInModes

void renderCheckInModes(Writer w_p,
                        OwMainAppContext context_p)
                        throws Exception
Render the check in modes.

Parameters:
w_p -
context_p -
Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.